@charset "UTF-8";

/*--- PNG-FIX -------------------*/

img, div {
  behavior: url(../iepngfix/iepngfix.htc);
}

/*-------------------------------*/
/*--- SEITEN AUFBAU -------------*/
/*-------------------------------*/

html, body {
	height: 100%;
	}

body {
    	background: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: center;
		
		font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;

		}

#center {
	width: 968px;
	min-height: 610px;
	
	position: absolute;
	
	margin-left: -484px;
	
	padding: 0;
	
	left: 50%;
	
	
	}

#navi_top {
	width: 968px;
	height: 25px;
	
	text-align:right;
	
	}
	
#header {
	width: 968px;
	height: 167px;
	
	margin-bottom: 16px;
	}
	
#imageContainer {
	height:167px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:25px; left:0;
}
	

	
#klogo {
	width: 312px;
	height: 119px;
	position: absolute;
	
	top: 25px;
	left: 0px;
	
	}
	
#klogo_logo{
	position: absolute;
	left: 0px;
	z-index: 2;
}
	
#klogo_bg {
	width: 312px;
	height: 119px;
	position: absolute;
	left: 0px;
	
	opacity: 0.5;
	-moz-opacity:0.5;
	 -khtml-opacity:0.5;
	filter:alpha(opacity=50);
	
	
	}
	
#navi_main {
	width: 968px;
	height: 32px;
	
	position: absolute;
	
	top: 144px;
	left: 0px;
	background-color: #FFFFFF;
	
	
	opacity: 0.8;
	-moz-opacity:0.8;
	 -khtml-opacity:0.8;
	filter:alpha(opacity=80);
	

	}
	
#navi_sub {
	width: 952px;
	height: 16px;
	
	position: absolute;
	
	top: 176px;
	left: 0px;
	padding-left: 16px;
	
	background-color: #999999;
	
	
	opacity: 0.85;
	-moz-opacity:0.85;
	 -khtml-opacity:0.85;
	filter:alpha(opacity=85);

	}
	
#search_headline {
	width: 968px;
	height: 26px;
	
	
	margin-bottom: 16px;
	}
	
#search {
	width: 148px;
	height: 26px;
	
	margin-right: 16px;
	
	text-align: left;
	
	float:left;

	}
	
#headline {
	width: 804px;
	height: 25px;
	
	padding: 0;
	
	border-bottom: 1px solid;
	
	text-align:left;
		
	float:left;
	

	}
		
#content_left {
	width: 136px;
	min-height: 311px;
		
	position:relative;
	
	margin-bottom: 16px;
	margin-right: 16px;
	
	padding: 6px 0px 6px 12px;
	
	float:left;
	
	text-align:left;
	
	overflow: visible;

	}

#content_main {
	width: 804px;
	min-height: 323px;
	
	background-color: #FFFFFF;
	
	margin-bottom: 16px;
	
	float:left;
	
	text-align:left;

	}
	
#markenlogos {
	width: 145px;
	height:65px;
}

#markenlogos img {
	display:none;
	position:absolute;
	top:508px; left:823px;
}

#footer {
	width: 968px;
	height: 25px;
	
	}
	
#footer_left {
	width: 312px;
	height: 25px;
	
	float:left;
	}
	
#footer_right {
	width: 656px;
	height: 25px;
	
	background-color: #999999;
		
	float:left;
	}
	
#footer_sub {
	width: 960px;
	height: 16px;
	
	padding-right: 8px;
	
	}


.floatKiller{
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0px; 
	padding:0px;
	line-height: 0px;
}

/**/


/*------------------------------*/
/*--- NAVIGATIONEN -------------*/
/*------------------------------*/

/*--- NAVI TOP ---*/

#navi_top ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navi_top ul li{
	margin: 0px;
	padding: 0px;
	float:right;
}

#navi_top a{
	font-size: 11px;
	text-decoration: none;
	line-height: 25px;
	
	
	color: #999999;
	
	margin-right: 8px;
	}

#navi_top a:hover{
	text-decoration: underline;
	}

/*--- BILDER LINKS ---*/

#klogo_logo a{
	border: none;
	text-decoration: none;

	}
	
#klogo_logo img{
	border: none;
	text-decoration: none;

	}
	
#content_main img{
	border: none;
	text-decoration: none;

	}

/*--- NAVI MAIN ---*/

#navi_main ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navi_main ul li{
	margin: 0px;
	padding: 0px;
	float:left;
}

#navi_main a{
	display: block;
	
	
	width: 148px;
	height: 32px;
	
	
	
	font-size: 13px;
	text-decoration: none;
	line-height: 32px;
	text-align:center;
	
	font-weight: bold;
	}
	
#navi_main a:hover{
	color: #ffffff;
	}

#navi_main a.link_aktiv	{
	color: #ffffff;
	}


/*--- NAVI SUB ---*/

#navi_sub ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navi_sub ul li{
	margin: 0px;
	padding: 0px;
	float:left;
}

#navi_sub a{
	display: block;
	
	height: 16px;
	
	
	
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	text-align:center;
	
	font-weight: bold;
	
	margin-right: 10px;
	padding: 0px 10px 0px 10px;
	
	color: #FFFFFF;
	
	}
	
#navi_sub a:hover{
	color: #ffffff;
	
	background-image: url(../media/elements/sub_arrow.gif);
	background-repeat: no-repeat;
	}
	
#navi_sub a.link_aktiv	{
	color: #ffffff;
	
	background-image: url(../media/elements/sub_arrow.gif);
	background-repeat: no-repeat;
	}
	
	
/*--- NAVI CONTENT LEFT ---*/

#content_left ul{
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#content_left li{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}

#content_left ul li a{
	display: block;
	
	width: 136px;
	min-height: 20px;
	
	
	
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
	text-align:left;
	
	
	font-weight: bold;
	
	padding-left: 12px;
	
	color: #FFFFFF;
	
	cursor:pointer;
	
	}
	
#content_left ul li a:hover{
	color: #ffffff;
	
	background-image: url(../media/elements/sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#content_left ul li .navi_left_aktiv {
	background-image: url(../media/elements/headline_balken.png);
	margin-left: 6px;
	padding-left: 6px;
	border-bottom: 1px solid #ffffff;
	}
	
#content_left ul li .navi_left_aktiv:hover {
	background-image: url(../media/elements/sub_arrow.gif);
	margin-left: 0px;
	padding-left: 12px;
	}
	
#content_left ul .navi_left_sub a {
	font-weight: normal;
	padding-left: 25px;
	}
	
#content_left ul .navi_left_sub a:hover {
	background-position: 13px 2px;
	}

.navi_left_sub_aktiv {
	background-image: url(../media/elements/sub_arrow.gif);
	background-position: 12px 2px;
	background-repeat: no-repeat;
	}
		
.navi_left_sub_letzter {
	margin-bottom: 5px;
	}

/*------------------------------*/
/*--- TYPO ---------------------*/
/*------------------------------*/


.et_verdana {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	}


/*--- TYPO HEADLINES ---*/

#headline h1 {
	display: block;
	
	height: 24px;
	
	margin-top:0px;
	
	padding: 1px 10px 0px 15px;
	
	font-size: 19px;
	text-decoration: none;
	text-align:left;
	
	
	font-weight: bold;
	
	color: #FFFFFF;
	
	float:left;
	
	background-image: url(../media/elements/headline_balken.png);
	background-repeat: no-repeat;
	
	}
	
#headline h2 {
	display: block;
	
	margin-top:0px;
	padding: 0px 0px 0px 10px;

	
	font-size: 14px;
	text-decoration: none;
	
	font-weight: bold;
	font-style:italic;
	
	line-height: 24px;
	
	
	float: left;

	
	}

/*--- TYPO CONTENT LEFT ---*/

#content_left {
	font-size: 13px;
	text-decoration: none;
	line-height: 16px;
	text-align:left;
	
	
	
	color: #FFFFFF;
	}
	
	
/*--- TYPO CONTENT MAIN ---*/

#content_main {
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	text-align:left;
	
	color: #333333;
	}
	
#content_main h1 {
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	padding: 0;
	margin: 7px 0px 2px 0px;
	}

#content_main h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#333333;
	margin: 3px 0 0px 0;
	}
	
.bold {
	font-weight: bold;
	}

.bold_farbe {
	font-weight: bold;
	}
	
.aktion {
	display: block;
	width: 138px;
	height: 16px;
	
	color: #FFFFFF;
	font-weight: bold;
	
	padding-left: 10px;
	
	background-color: #003366;
	
	background-image: url(../media/elements/headline_balken.png);
	background-repeat: no-repeat;

	}

#content_main a img {
	border: 0px;
	}
		
#content_main a img:hover {
	border: 0px;
	
	opacity: 0.6;
	-moz-opacity:0.6;
	 -khtml-opacity:0.6;
	filter:alpha(opacity=60);
	
	}
	
/*--- LINKS CONTENT MAIN ---*/	

#content_main a{
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	text-align:left;
	}
	
#content_main a:hover{
	font-size: 11px;
	text-decoration: underline;
	line-height: 16px;
	text-align:left;
	}

.mail {
	background-image:url(../media/elements/mail.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 18px;
	}
	
.weblink {
	background-image:url(../media/elements/link.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 18px;
	}
	
/*--- TYPO SITEMAP ---*/

#content_main ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sitemap_level1 {
	display:block;
	border-bottom: 1px solid #003366;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	
	font-weight: bold;
}

#content_main ul li.sitemap_level1 a {
	font-size: 12px;
	}

.sitemap_level2 {
	margin-left: 10px;
	background-image:url(../media/elements/sub_arrow_blau.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 10px;
	}

/*--- TYPO SUCHEN ---*/

.suchergebnis {
	font-weight: bold;
	
	background-image:url(../media/elements/sub_arrow_blau.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 10px;
		
	}
	
#content_main .suchergebnis {
	font-size: 14px;
	}
	
#content_main .suchergebnis:hover {
	font-size: 14px;
	}


/*--- TYPO FOOTER ---*/

#footer h1 {
	display: block;
	
	height: 25px;
	
	margin-top:0px;
	padding: 2px 0px 0px 5px;
	
	font-size: 16px;	
	font-weight: bold;
	
	color: #FFFFFF;

	}
	
#footer_right {
	
	font-size: 11px;
	text-align:center;
	line-height: 25px;
	font-weight: bold;
	
	color: #FFFFFF;

	}
	
#footer_sub {

	font-size: 10px;
	text-align:right;
	line-height: 20px;
	font-weight: bold;
	
	color: #999999;
	
	}
	
#footer_right a{

	font-size: 11px;
	text-align:center;
	line-height: 25px;
	font-weight: bold;
	
	color: #FFFFFF;
	
	text-decoration: none;
	
	}
	
#footer_right a:hover{

	font-size: 11px;
	text-align:center;
	line-height: 25px;
	font-weight: bold;
	
	color: #FFFFFF;
	
	text-decoration: underline;
	
	}



/*------------------------------*/
/*--- FORMULARE ----------------*/
/*------------------------------*/


/*--- SUCHFELD ---*/

.input_indexed_search {
	
	display: block;

   	margin: 4px 0px 0px 4px;
	
	padding: 1px;
	
	border: 1px solid #ffffff;
	
	background-color: #ffffff;
	
	font-size: 11px; 
	
	width: 114px;
	
	float:left;
	
}

.button_indexed_search {

	display: block;

   	margin: 4px 0px 0px 4px;
	
	padding: 0px;
	
	border: 0;
	
	width: 18px;
	height: 18px;
	
	
	float:left;
	
	background-image:url(../media/elements/search.gif);
	
	cursor:pointer;

}




/*------------------------------*/
/*--- CONTAINER  CONTENT-----*/
/*------------------------------*/

/*--- CONTAINER ---*/

.einspaltig {
	width: 148px;
	min-height: 10px;
	float: left;

	}
	
.ein_einhalb_spaltig {
	width: 230px;
	min-height: 10px;
	float: left;

	}
	
	
.zweispaltig {
	width: 312px;
	min-height: 10px;
	float: left;
	}
	
.zwei_einhalb_spaltig {
	width: 392px;
	min-height: 10px;
	float: left;
	}
	
.dreispaltig {
	width: 476px;
	min-height: 10px;
	float: left;
	}
	
.vierspaltig {
	width: 640px;
	min-height: 10px;
	float: left;
	}
	
.fuenfspaltig {
	width: 804px;
	min-height: 10px;
	float: left;
	}


/*--- ABST&Auml;NDE ---*/
.abstand_rechts {
	margin-right: 16px;
	}
	
.abstand_unten {
	margin-bottom: 16px;
	}

.abstand_unten_halb {
	margin-bottom: 8px;
	}












