@charset "utf-8";
/* CSS Document */


html, body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body{
	background-color:#FFFFFF;
	background-image:url(../../_templates/template1/images/bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{ 
	border:0; 
	behavior: url(iepngfix.htc);
}

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(../../_templates/template1/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(../../_templates/template1/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;
}

#content_container{
	width:617px;
	margin-bottom:20px;
	float:left;
}
#content{
	width:606px;
	margin-left:11px;
	position:relative;
	min-height:500px;
	height:auto !important;  /* für moderne Browser */
	height:500px;  /*für den IE */
}
#infotext{
	width:208px;
	height:208px;
	position:absolute;
	top: 111px;
	left: 0px;
	background-color:#FFFF00;
	overflow:hidden;
	filter:Alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
#infotext p{
	margin:16px 15px 0 15px;
	padding:0;
	line-height:15px;
}
h5{
	margin:11px 15px;;
	padding:0;
	font-size:24px;
	font-weight:bolder;
	color:#666666;
}
.teaser_small{
	width:192px;
	height:214px;
	float:left;
	margin-top:11px;
	position:relative;
}
.teaser_small p a{
	text-decoration:none;
}
.no_underline{
	text-decoration:none;
}


p{
	margin:20px 0 0 27px;
	line-height:17px;
}

#right_container{
	width:347px;
	margin-bottom:20px;
	float:left;
}
#right{
	margin:0 0 0 11px;
}
.abstand{
	height:21px;;
	background-color:#FFFF00;
	margin-bottom:1px;
}
#news_start{
	height:360px;
	background-image:url(../../_templates/template1/images/bg_news_start.jpg);
	background-repeat:no-repeat;
}
h6{
	margin:5px 0 0 0;
	padding:0;
	font-size:12px;
	color:#000000;
}
#info_start{
	width:336px;
	margin-top:11px;
	margin-bottom:11px;
}
.news{
	width:212px;
	height:94px;
	background-image:url(../../_templates/template1/images/bg_news.gif);
	background-repeat:repeat-x;
	position:relative;
}
.viereck{
	width:22px;
	height:22px;
	position:absolute;
	top: 144px;
	left: 7px;
	background-color:#FFFF00;
}
.news_text{
	margin:0;
	padding:0;
	width:150px;
	position:absolute;
	top:144px;
	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(../../_templates/template1/images/bg_footer.gif);
	background-repeat:repeat-x;
}
#logos{
	margin-top:15px;
	position:relative;
}
#copyright{
	width:953px;
	margin-left:11px;
	text-align:center;
	float:left;
	position:relative;
	color:#999999;
}
#sitemap{
	position:absolute;
	top:0;
	right: 20px;
	color:#000000;
}

div.starttext{
clear:both;
font-size:13px;
text-align:justify;
width:942px;
border: 1px dotted #333;
padding-right:20px;
padding-top:10px;
margin-bottom:50px;}

div.starttext p{margin-top:10px;}

div.starttext h1{font-size:13px;
font-weight:bold;}

