
/*  body und schrift deffinitionen */

body {
	background-color: #CDD3E3;
	background-image:url(images/hintergrund.gif);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	text-align: center;
	background-repeat: repeat-x;
}


#inhalt { 	
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 900px;
height:600px;

border: 1px solid #000;
}

			
p,  pre {
margin: 0px; 
padding: 5px 10px; 
}
h1 {
font-size: 10px;
color: #999;
position: absolute;
left: -400px;
}



 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}			

#header {
width:900px;
height: 138px;
background-color: #ffffff;
}

#header img{margin-right:10px;}


#navi{
padding-right: 10px;
float: left;
width:550px;
height: 70px;
text-align:right;
border-right: 6px solid #CC6633;
}


#unten{margin-top:55px;}
#unten a { 
color: #000;
font-size: 9px;
text-decoration: none; 
}



#content{
width:894px;
height: 392px;
background-color:072776;
border-right: 6px solid #CC6633;
}
#imgbig{float:left;width: 562px;
height: 390px;
}
#text{float:right; width:324px; height: 390px; 
font-size:11px;
line-height:16px;
text-align:justify;
color: #fff;
overflow:hidden;}
#text a { 
color: #fff;
font-size: 11px;
font-weight:bold;
background-color:transparent;
text-decoration: none; 
}


#footer{margin-top:45px; font-size:9px; text-align:center;
}
#footer a { 
color: #000;
font-size: 9px;
background-color:#CDD3E3;
text-decoration: none; 
}