#menu {
	clear: none;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 20px;*/
}

#header_container {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 965px;
}

#footer_container {
	margin-left: auto;
	margin-right: auto;
	width: 965px;
}

#container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

#logo {
	text-align: left;
	float: left;
}

#buch {
	overflow: visible;
	width: 990px;
	height: 600px;
	
	position: relative;
}

#content {
	overflow: hidden;
	float: left;
	width: 990px;
	text-align: center;
	z-index:2;
	position: relative;
}

.content_left {
	display: inline;
	overflow: hidden;
	float: left;
	width: 420px;
	height: 495px;
	margin-top: 35px;
	margin-left: 58px;
	text-align: left;
	
	
}

.content_right {
	display: inline;
	overflow: hidden;
	float: left;
	margin-top: 35px;
	margin-left: 45px;
	width: 420px;
	height: 495px;
	text-align: left;
	
}

#image_container {
	position: relative;
	top: 30px;
	left: 90px;
}

.active a {
	background-color: black;
	color: white;
	text-decoration: none;
}

.rechts_versetzt {
	position: relative;
	left: -90px;
}

.last .menu_separator {
	display: none;
}

.ueberschrift1 {
	font-size: 30px;
	/*font-style: italic;*/
	/*margin-top: 20px;*/
	margin-bottom: 15px;
}

.ueberschrift2 {
	font-size: 20px;
	/*font-style: italic;*/
	/*margin-top: 20px;*/
	margin-bottom: 10px;
}

#footer_left {
	font-style: italic;
	float: left;
}

#footer_right  {
	/*font-style: italic;*/
	float: right;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Times New Roman, Times Roman;
	color: black;
	font-size: 14px;
	text-align: center;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu {
	font-size: 24px;
	text-align: right;
	font-style: italic;
}

#menu div div {
	margin-left: 10px;
	display: inline;
}

#menu .menu_zahl {
	font-size: 20px;
}

a:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}


ul,.ul {
	margin-bottom: 20px;
}

li,.li {
	list-style-position: inside;
	padding-left: 0px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 20px;
}

/* correct alignment in mce editors */
.mceContentBody  {
    text-align: left;
}

div.paging_links {
	width: 900px;
	position: relative;
	left: 3px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.ma_label {
	position: relative;
	top: 360px;
	z-index: 2;
	float: left;
	clear: none;
}

.pic_middle {
	position: absolute;
}

.anfahrts_plan {
	opacity: 0.5;
	moz-opcaity: 0.5;
	filter: alpha(opacity=50);
	margin-bottom: 5px;
}


