/* Standard CSS-Datei */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	background-color: #BF9565;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	color: white;
	SCROLLBAR-BASE-COLOR: #BF9565;
	SCROLLBAR-ARROW-COLOR: #f7e3b3;
	margin: 0px;
	text-align: center;
}

#main {
	margin-top: 5px;
	width: 850px;

}

#header {
	width: 850px;
	height: 140px;
	display: block;
	margin: 0px; 
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	float: none;
	clear: both;
}


#footer {
	width: 850px;
	height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;	
	text-align: center;
	color: white;
	clear: both;
	float: none;
}

#footer_links {
	text-align: center;
	color: white;
	clear: both;
}

#main_body {
	width: 850px;
	margin:  0px;
	padding: 0px;
	background-color: #000000;
	
	background-repeat: repeat-x;
	text-align: left;
	border: 2px solid #500f0d;
	min-height: 740px;
}

#inhalt {
	width: 540px;
	height: 550px;
	display: block;
	text-align: left;
	vertical-align: top;
	float: right;
	padding: 0px;
	background-color: transparent;
}

#spacer {
	height: 125px;
	display: block;
}

#spacer2 {
	height: 10px;
	display: block;
}

.innenrand {
	margin: px;
}

.content {
	margin: 5px;
	height: 495px;
	overflow: auto;
}

#left {
	width: 300px;
	height: 550px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

#left1 {
	width: 300px;
	height: 400px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/space2.png);
	background-repeat: no-repeat;
	float: none;
}


#powered {
	width: 300px;
	height: 150px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;	
}

#powered_right {
	width: 206px;
	height: 28px;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	padding: 0px;
	float:right;	
}

.main_navigation {
	background-color: transparent;
}

a.navigation, a.navigation:link, a.navigation:visited, a.navigation:active {
	width: 250px;
	height: 35px;
	line-height: 33px;
	text-align: left;
	vertical-align: middle;
	display: block;
	text-indent: 30px;
	margin: 2px;
	margin-top: 8px;
	color: #b2ab98;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

a.navigation:hover {
	color: #f8fba5;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;	
}

a.navigation_active, a.navigation_active:link, a.navigation_active:visited, a.navigation_active:active {
	width: 250px;
	height: 35px;
	line-height: 33px;
	text-align: left;
	vertical-align: middle;
	display: block;
	text-indent: 30px;
	margin: 2px;
	margin-top: 8px;
	color: #b2ab98;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	background-image: url(images/nav2_bg.png);
	background-repeat: no-repeat;
}

a.navigation_active:hover {
	color: #f8fba5;
	background-image: url(images/nav2_bg.png);
	background-repeat: no-repeat;
	
}


td, p, th, div, span {
	color: white;
	font-size: 12px;
	text-align: left;
}


.highlight, td.highlight, p.highlight, th.highlight, div.highlight, span.highlight {  
	color: #EEE9C3;
	font-size: 12px;
}

h1 {  
	font-size: 18px;
	font-weight: bold;
	color: #f7e3b3;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	border-bottom: solid 1px #f7e3b3;
	font-weight: bold;
	color: #f7e3b3
}
h3 {
	font-size: 14px;
	border-bottom: solid 1px #f7e3b3;
	font-weight: bold;
	color: #f7e3b3
}

a:active {  color: #f7e3b3}
a:hover {  color: #f7e3b3}
a:link {  color: #f7e3b3}
a:visited {
	color: #f7e3b3;
	text-align: center;
	font-weight: bold;
}
