* {margin:0px; padding:0px;}

img, a img {border:0;}

body {background:#f4f4f4;}

#container {	
	width:950px; margin:auto;	
}

#container_inner {	
	width:950px;
	background:#fff;
}

#top { 
	width:950px;height:150px;
	background:url(../images/bg_top.jpg) no-repeat top right;
}

#logo {
	float:left;
	padding:40px 0px 0px 25px;
}

#topnav {
	float:right;
}

#main_top {
	width:950px; height:65px;
	background:url(../images/bg_main_top.jpg);
	position:relative;
}

#mainnav {
	float:left;
	width:700px;height:40px;
	position:absolute;bottom:0px;
}

/* IE6 -Fix */
* html #mainnav {bottom:-1px;}

/* IE7+ -Fix */
*+ html #mainnav {bottom:-1px;}

#newsheader {
	float:right;
	width:250px;height:65px;	
}

#main_left {
	float:left;
	width:700px;
	background:url(../images/bg_main_left.jpg) left top no-repeat;
	border-top:5px solid #234393;
}

#menuimage {
	width:700px; height:200px;
	background:#E7F3FF;
	z-index:1;
}

#subnav {
	float:left;
	width:150px; height:auto;
}

#content {
	float:right;
	width:510px; height:auto; min-height:300px;
	padding:25px 20px 15px 20px;
}

#content .content_top {width: 100%;}

#content .content_left {float: left; width: 45%;}

#content .content_right {float: right; width: 50%;}

#content .content_bottom {clear: both;}


#main_right {
	float:right;
	width:250px;
	background:url(../images/bg_news.jpg) no-repeat top;
	border-top:5px solid #234393;
}

#news {
	width:250px; height:auto;
}

#content_border {
	padding:30px 10px 10px 30px;
}

/* IE6 -Fix fuer Randbereich*/
* html #content_border {
	padding:30px 0px 10px 0px;
}

#bottom {
	clear:both;
	width:950px; height:100px;
	background:url(../images/bg_bottom.jpg) right no-repeat;
	border-bottom:5px solid #234393;
}

#footer {
	width:950px;padding: 5px 0px 20px 0px;
}

#footernav {
	float:left;
	padding-right:30px;
}

#copyright {
	float:left;
	padding:0px;
}

#footertext {
	padding:0px;
}

#footerbottom {
	padding-bottom:30px;
}

.clear {clear:both;}
