* { margin:0; padding:0; }

body {
	background:#f3f3f3;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#top {
	height:30px;
	width:952px;
}

#topnav {	
	text-align:left;
	line-height:30px;
	float: left;
	width:700px;
}

#search {
	float: left;
	padding-top:2px;
}

#language {
	float: right;
	padding-top:5px;
}


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

#container_inner {
	background:#d6e6f5;
	border:1px solid #9cc4eb;	
}

#left {	
	width: 200px;
	float: left;
}

#logo {
	width:200px; height:200px;
	float:left;
	text-align:center;
	vertical-align: middle;
}

.logo {
	position: relative;
	top: 50%;
	height: 116px; /* Grafikhöhe */
	margin-top: -58px; /* negative Hälfte von height */
}

#leftcontent {	
	width: 185px;
	float: left;
	text-align: left;
	padding-left:15px;
}

#main {
	float: right;
	width: 750px;
	padding-top:175px;
	background:#d6e6f5 url(../images/bg_right.jpg) top no-repeat;
	text-align: left;
	filter: alpha(opacity=90); /* for IE */
	-moz-opacity: 0.90; /* for mozilla */
	opacity: 0.90; /* for safari */
	khtml-opacity: 0.90; /* for konquerer and older safari */

}

#main_left {
	width:550px;
	float:left;
}

#content {	
	height:auto;
	min-height:500px;	
	background:#fff;
	filter: alpha(opacity=90); /* for IE */
	-moz-opacity: 0.90; /* for mozilla */
	opacity: 0.90; /* for safari */
	khtml-opacity: 0.90; /* for konquerer and older safari */	
	padding:15px 15px 25px 15px;
	border-top:1px solid #9cc4eb;
	border-bottom:1px solid #9cc4eb;
	z-index:1;
}

* html #content {	
	height:500px;	
	filter: none;
}

#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 {
	width:200px;
	float:right;
	filter: alpha(opacity=90); /* for IE */
	-moz-opacity: 0.90; /* for mozilla */
	opacity: 0.90; /* for safari */
	khtml-opacity: 0.90; /* for konquerer and older safari */

}

#main_right .content_border {
	height:auto;
	background:#fff;	
	margin:0px 10px 0px 10px;
	border:1px solid #abcdee;	
}

.content_border p.bodytext {padding:5px 5px 5px 5px;}

#bottom {
	height:30px;
	line-height:30px;
	clear:both;
}

#clear { 
	clear:both;
}

#footer, #footernav {padding:5px 0px 5px 0px;}

#footer {
	font-size: 12px;
}

#footernav {
	margin-bottom:50px;
}
