/* CSS Document */


body  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}

#centered {
	/* Dead Centered */
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px; /* negative Hälfte von width: 500px */
	top: 50%;
	height: 600px;
	margin-top: -300px; /* negative Hälfte von height: 300px */
	/* Eigenschaften */
	background-color:#FFFFFF;}

#oben{
position: relative;
/*margin: 10px 10px 0px 10px;*/
width: 780px;
height: 532px;
}


#inhalt{
margin: 10px 10px 0px 10px;
}

#mitte{
	position:absolute;
	bottom: 31px;
	height: 25px;
}

#unten{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	background-color: #006699;
	align: right;
	/**/height:22px;
}

#navi{
position: relative;
padding-top: 10px;
align: right;
z-index: 1000;
bottom: 0px;
height: 22px;
_height: 12px;
}

#navi a{
font-size: 12px;
color: #ffffff;
text-decoration:none;
padding: 0px 0px 0px 50px;
}

#navi2{
padding-left: 10px;
padding-top: 12px;
float:left;
}

#vorzurueck{
padding-top: 4px;
float: left;
width: 30px;
height:30px;
}

#navi2 a{
	font-size: 12px;
	font-weight:bolder;
	color: #003366;
	text-decoration:none;
	padding: 0px 8px 0px 0px;
}

#navi a:hover, #navi2 a:hover, #navi3 a:hover{
	color: #003366;
}

#navi3{
position: relative;
float: left;
width: 150px;
height: 532px;
overflow: auto;
}

#navi3 a{
font-size: 12px;
color: #003366;
text-decoration:none;
display:block;
}

