div{
	float:left;
	position:relative;
}

div#root{
	position:absolute;
	top:12px;
	left:0px;
	width:100%;
	text-align:center;
}

div#main{
	margin:auto;
	float:none;
	text-align:left;
	width:945px;
}

div#top{
	/*height:110px;*/
	width:945px;
}

div#nav{
	/*height: 24px;*/
	width:945px;
	padding-left:0px;
	/*overflow:hidden;*/
	border-top: 3px solid #ffffff;
	border-bottom: 8px solid #7D7B8B;
}

.nav_inactive, .nav_active{
	/*overflow:hidden;*/
	display:block;
	float:left;
	/*height:25px;*/
	padding-left:5px;
	padding-right:4px;
}

.nav_prim_inactive, .nav_prim_active{
	display:block;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	/*height:1.6em;*/
	width:134px;
	padding-left:11px;
}

.nav_bottom_inactive, .nav_bottom_active{
	display:block;
	float:left;
	height:1.6em;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
}

div#status{
	padding-top:10px;
	height:25px;
	width:100%;
	overflow:hidden;
}

div#nav_left{
	width:145px;
	padding-top:108px;
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:10px;
	overflow:hidden;
}

div#content{
	width:545px;
	padding:15px;
}

div#right{
	width:170px;
	/*height:400px;*/
	padding-left:25px;
	margin-bottom:20px;
	overflow-x:hidden;
}

div#foot{
	margin-top:20px;
	width:847px;
	height:14px;
	overflow:hidden;
	line-height: 14px;
}

div#foot2{
	width:945px;
	height:10px;
}

div#center{
	background-repeat:no-repeat;
	background-position: right bottom;
}

.line{
	width:100%;
	height:5px;
	font-size:0px;
}

.line2{
	width:5px;
	height:5px;
}

.box_right, div#func{
	width:160px;
	margin-bottom: 10px;
	padding:5px;
}

div#func{
	border-bottom: 1px solid #7D7B8B;
}

img{
	border:0px;
}

.box{
	width:95%;
	overflow:hidden;
	margin:10px;
}

.box td{
	padding:3px;
}

a.flagge {
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	border:0;
}

a.flagge:hover {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
