/*
Nov '06 bg@raut.de
*/

/* main body and html styles */
body {
	background-color: #F5F5F5;
	margin: 0; 
	padding: 0;
	font-size: 12px;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	overflow: auto;
	overflow-x: hidden;
}
a {
	color: #444;
}


/* zentrierung */
div#zentrierung {
	position: relative;
	width: 988px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: hidden; 
	color: #3A3A3A;
	background-color: white;
}


div#logo{
	position: relative;
	width: 988px;
	height: 62px;
	background-color: #F5F5F5
}

div#logo img{
	position:absolute;
	left:250px;
}


div#darkborder {
	width: 972px;

	border: 2px solid #755122;
	padding: 5px 4px 5px 4px;
}

div#inhalt{
	position: relative;
	width: 970px;
	height: 424px;
	border: 1px solid #FB8C3A;
	background-color: #FCEAD1;
}
div#imagebereich{
	position: absolute;
	left: 12px;
	top: 12px;
	width: 398px;
	height:398px;
	border: 2px solid #FB8C3A;	
	background-color: #A3A3A3;
	overflow:hidden;
}

div#imagebereich img{
	border: 0px solid black;
}



div#navi{
	position: absolute;
	left: 424px;
	top: 50px;
	width: 130px;
	height:360px;
	background-color: transparent;
}
div#navi a{
	font-size: 1.10em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 9px;
	color: #505050;
	text-decoration: none;
	display: block;
	text-align: center;
}

div#navi a.aktiv{
	/*color: #FB8C3A;*/
	text-decoration: underline;
}

div#ebene2 a{
	text-transform: none;
	font-size: 1.0em;
	color: #555;
	color: #FB8C3A;
}

div#ebene2 a.aktiv{
	color: #FB8C3A;
}


div#contentbereich{
	position: absolute;
	font-size: 1.1em;
	right: 12px;
	top: 12px;
	width: 398px;
	height:398px;
	border: 2px solid #FB8C3A;
	background-color: #F5F5F5;	
	
	overflow: hidden;

}

div#contentbereich div#contentbackground{
	position: absolute;
	left:0px;
	top: 0px;
	width: 398px;
	height: 398px;
	overflow: hidden;
}

div#contentbereich div#fader {
	position: absolute;
	left:0px;
	top: 0px;
	width: 398px;
	height: 398px;
	overflow: hidden;
	background-color: white;
	background-color: transparent;

	
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;
}

div#contentbereich div#content {
	position: absolute;
	left: 0px;
	top: 0px; 
	width: 328px;
	height:358px;
	padding: 20px 30px 20px 40px;	
	
	overflow: auto;
}

div#contentbereich h1{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
}

div#contentbereich h2{
	font-weight: bold;
	font-size: 1.12em;
	margin-top: 7px;
	margin-bottom: 3px;
	padding: 0;
}

div#contentbereich h2{
	font-weight: bold;
	font-size: 1.05em;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 0;
}
div#contentbereich p{
	margin-top: 4px;	
	margin-bottom: 10px;	
	line-height: 16px;
}




div#sonderseiten {
	position: relative;
	width: 985px;

	padding: 0px;
	text-align:right;
	line-height:18px;
	background-color: #F5F5F5;
}
div#sonderseiten a{
	text-decoration:none;
	margin-left:10px;
	text-transform:uppercase;
	font-size: 10px;
	color:#3A3A3A;
}



























