html, body{
	margin:0;
	padding:0;
	background:url('../img/body_bg.jpg') top left repeat-x #4B4B4B;
	font-family:Arial, Helvetica, sans-serif;
}


#complex{
	width:926px;
	border:0;
	padding:0;
}
#left{
	width:15px;
	background:url('../img/schatten_repeat_left.jpg') top right repeat-y;

}
#right{
	width:15px;
	background:url('../img/schatten_repeat_right.jpg') top left repeat-y;

}
#header{
	height:182px;
	background:url('../img/header_main.jpg') bottom left no-repeat;
	overflow:hidden;
}
#headerPNG{
	behavior: url('../specialFiles/iepngfix.htc');
}
#content{
	width:878px;
	padding:3px 10px;
	background:url('../img/content_bg.jpg') top left repeat-x #c2c2c2;
	border:1px solid #dedede;
	border-bottom:0;
}

.partnerbox{
	border-bottom:2px solid #ACACAC;
	padding:4px;
	font-size:11px;
	font-family:arial;
	margin-left:4px;
}

.partnerbox a:link{color:#001B37;text-decoration:none;font-weight:bold;}
.partnerbox a:visited{color:#001B37;text-decoration:none;font-weight:bold;}
.partnerbox a:hover{color:#001B37;text-decoration:none;font-weight:bold;}
.partnerbox a:active{color:#001B37;text-decoration:none;font-weight:bold;}


#inhalte{
	height:99%;
	width:100%;
}
#inhaltcon{
	width:100%;
	position:relative;
	z-index:100;
	font-size:11px;
	padding-left:5px;
	padding-top:4px;
}
#karte{
	background:url('../img/karte.gif') top right no-repeat transparent;
	
	/*
	-moz-opacity:0.13;
	filter:Alpha(opacity=13);
	*/
	width:723px;
	position:absolute;
	z-index:50;
	height:518px;
	overflow:hidden;
	margin-left:18px;
}
#navi{
	width:136px;
	background:url('../img/navi_bg.jpg') bottom left repeat-x #c2c2c2;
}
#navibox{
	padding:1px 0 0 0;
	width:137px;
	background:url('../img/navi_box_bg.jpg') top left no-repeat;
	border-bottom:2px solid #acacac;
}
#navibox a{
	font-size:13px;
	color:#001B37;
	font-weight:bold;
	display:block;
	background:url('../img/navi_item_base.jpg') bottom left no-repeat;
	text-decoration:none;
	padding:5px 3px 5px 7px;
	width:124px;
}
#navibox a.aktiv{
	font-size:13px;
	color:#DB0000;
	font-weight:bold;	
}
#navibox a.sub {
	padding:5px 3px 5px 20px;
	width:100px;
}

#navibox a.subaktiv{
	padding:5px 3px 5px 20px;
	width:100px;
	color:#DB0000;
}


#footer{
	width:889px;
	height:3%;
	background:url('../img/footer.gif') bottom left no-repeat #c2c2c2;
	border:1px solid #dedede;
	border-top:0;
	overflow:hidden;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	padding-bottom:6px;
	padding-right:5px;
	line-height:100%;
}
#footer a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
td.line{
	width:1px;
	overflow:hidden;
	background-color:transparent;
}
#ticker.box{
	padding:3px;
	border-top:1px solid #888 !important;

}