p  { font-size: 12px }
li { font-size: 12px }
h1    { font-size: 20px; font-weight: bold; margin-top:3px; margin-bottom:15px; }

body {background-color:#003366; text-align:center; margin:0; padding:0;}


#screen {
width:680px;
height:510px;
margin-top:20px; position:relative;
margin-left:auto;
margin-right:auto;
background-image:url(../images/hintergrund.gif);
display:block;
background-repeat: no-repeat;
clear:none;
}

#logo { 
width:213px; 
height:58px; 
position:relative; 
right:20px; 
top: 27px; 
float:right;
}

#navigation {
float:left;
position:relative;
top:60px;
left:36px;
}
*:first-child+html .navi {
	padding-bottom:5px;
}

#content {
width:425px; 
height:250px; 
float:right; 
position:relative; 
top:60px; 
padding-right:50px; 
text-align:left;
}

.impressum {
	color:#FFFFFF;
	font-size:10px;
	top:10px;
	float:none;
	position:relative;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

