@charset "utf-8";
/* CSS Document */


html, body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body{
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{ 
	border:0; 
}

a{
	color:#000000;
}
a:hover{
	text-decoration:none;
}

#wrapper{
	width:975px;
	margin: 0 auto;
}

#header_container{
	width:975px;
	height:167px;
	background-color:#FFFFFF;
}
#header{
	width:953px;
	height:167px;
	margin:0 11px;
	background-color:#FFFFFF;
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	position:relative;
}
#suche{
	width:330px;
	height:41px;
	position:absolute;
	right:0;
	top:23px;
	background-color:#fff200;
}
#nav{
	width:836px;
	height:33px;
	position:absolute;
	right:0;
	top:121px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
}
#language{
	width:16px;
	height:11px;
	position:absolute;
	top:80px;
	right:20px;
}
#nav a{
	display:block;
	float:left;
	padding:10px 10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bolder;
	background-image:url(../../_templates/template1/images/bg_nav_a.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#nav a:hover{
	background-position:bottom right;
}
#nav .aktiv{
	background-position:bottom right;
}

#content_wrapper{
	background-color:#FFFFFF;
	float:left;
	width:975px;
	padding-bottom:30px;
}

#subnav_container{
	width:226px;
	margin-bottom:20px;
	float:left;
}
#subnav{
	width:215px;
	margin-left:11px;
}
#left_new{
	width:215px;
	margin-left:11px;
}
h4{
	margin:0;
	padding:9px 0 9px 5px;
	font-size:11px;
	font-weight:bolder;
	background-image:url(images/bg_h1.gif);
}
#subnav a{
	font-size:11px;
	display:block;
	padding:7px 0 7px 5px;
	text-decoration:none;
	border-bottom: 1px solid #CCCCCC;
}
#subnav h4 a{
	font-size:11px;
	display:block;
	padding:0;
	text-decoration:none;
	border-bottom: none;
}
#subnav a:hover{
	font-weight:bolder;
}
#subnav .aktiv{
	font-weight:bolder;
}
#subsubnav{
	padding-top:8px;
	margin-left:11px;
}
#subsubnav a{
	display:block;
	padding:3px 0 3px 15px;
	color:#666666;
	border-bottom: none;
}

#content_container{
	width:515px;
	margin-bottom:20px;
	float:left;
}
#content{
	width:504px;
	margin-left:11px;
	position:relative;
	min-height:500px;
	height:auto !important;  /* für moderne Browser */
	height:500px;  /*für den IE */
}
#infotext{
	width:180px;
	height:172px;
	position:absolute;
	top: 18px;
	left: 27px;
	background-color:#FFFF00;
	overflow:hidden;
	filter:Alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
#infotext p{
	margin:15px 15px 0 15px;
	padding:0;
	line-height:15px;
}
h5{
	margin:10px 15px;;
	padding:0;
	font-size:18px;
	font-weight:bolder;
	color:#666666;
	line-height:20px;
}
h1{
	margin:15px 0 0 27px;
}
p{
	margin:10px 0 0 27px;
	line-height:17px;
}

#right_container{
	width:223px;
	height:30px;
	margin-bottom:20px;
	float:left;
}
#right{
	margin:0 0 0 11px;
}
#right p a{
	text-decoration:none;
}
#abstand{
	height:21px;
	width:212px;
	background-color:#FFFF00;
	margin-bottom:1px;
}
.news{
	width:212px;
	height:94px;
	background-image:url(images/bg_news.gif);
	background-repeat:repeat-x;
	position:relative;
}
.viereck{
	width:22px;
	height:22px;
	position:absolute;
	top: 7px;
	left: 7px;
	background-color:#FFFF00;
}
.news_text{
	margin:0;
	padding:0;
	width:150px;
	position:absolute;
	top:7px;
	left:43px;
	font-size:15px;
	font-weight:bolder;
}

#footer_container{
	width:975px;
	float:left;
	background-color:#FFFFFF;
}
#footer{
	width:953px;
	height:90px;
	margin-left:11px;
	
	float:left;
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
}
#logos{
	margin-top:15px;
	position:relative;
}
#copyright{
	width:953px;
	margin-left:11px;
	margin-bottom:30px;
	text-align:center;
	float:left;
	position:relative;
	color:#999999;
}
#sitemap{
	position:absolute;
	top:0;
	right: 20px;
	color:#000000;
}
