body{
	text-align:center;
	margin:0px;
}

#main{
	height:100%;
	width:100%;
	margin:0px auto;
	font-family:Verdana,Arial,Times New Roman;
}

#logo{
	position:absolute; top:0%; left:0%;
	height:15%;
	width:15%;
	float:left;
	background-color:rgb(0,0,0);
}

#logo button{
	border-style:outset;
	background-color:rgb(82,82,82);
}

#logo button:active{
	border-style:inset;
}

#ueberschrift{
	position:absolute; top:0%; left:15.2%;
	height:15%;
	width:64.8%;
	background-color:rgb(82,82,82);
}

#ueberschrift h1{
	font-size:20pt;
	color:rgb(192,192,192);
	text-align:center;
	letter-spacing:2px;
}

#navi_oben{
	position:absolute; top:0%; left:80.2%;
	float:right;
	height:15%;
	width:19.8%;
	background-color:rgb(51,51,51);
	overflow:auto;
}

#linkoben{
	margin-top:31%;
	text-align:center;
	font-size:8pt;
	color:rgb(120,120,120);
	font-weight:bold;
}

#linkoben a{
	text-decoration:none;
	color:rgb(120,120,120);
	font-weight:bold;
}

#linkoben a:hover{
	color:rgb(193,79,0);
}

#navi_main{
	position:absolute; top:15.4%; left:0%;
	height:84.6%;
	width:15%;
	background-color:rgb(0,0,0);
}

#level1{
	list-style-type:none;
}

#level1 li{
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	margin-left:-50px;
	line-height:27px;
	border-bottom:1px solid rgb(200,200,200);
}

#level1 li a{
	text-decoration:none;
	color:rgb(200,200,200);
}

#level1 li a:hover{
	letter-spacing:5px;
	color:rgb(240,120,0);
}

#inhalt{
	position:absolute; top:15.4%; left:15.2%;
	height:78.6%;
	width:64.8%;
	background-color:rgb(82,82,82);
}

#inhalt p{
	font-size:12px;
}

#info{
	position:absolute; top:15.4%; left:80.2%;
	height:84.6%;
	width:19.8%;
	background-color:rgb(51,51,51);
}

#info .box{
	font-size:8pt;
	padding:5px 5px 5px 5px;
	border:2px solid rgb(82, 82, 82);
	color:rgb(120,120,120);
	margin-bottom:20px;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
}

#info .box .ueberschrift{
	font-weight:bold;
	font-size:10pt;
	letter-spacing:1px;
	color:rgb(130,130,130);
}


#info .box a{
	font-size:7pt;
	color:rgb(120,120,120);
	font-weight:bold;
}

#foot{
	position:absolute; top:94.3%; left:15.2%;
	height:5.7%;
	width:64.8%;
	background-color:rgb(82,82,82);
}

#foot p{
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	margin-top:1.5%;
	color:rgb(192,192,192);
}

