html, body {
	font:normal 12px verdana,sans-serif;
	background: #fff;
	color:#555555;
	width:100%;
	background: white url("/img/DE2/main/header.png") repeat-x top center;
	padding:0px;
	margin:0px;
	height: 100% !important;
	min-height: 100% !important;
}
.wrapper {
	margin:0px auto;
	width:991px;
	text-align:left;
	padding:0px;
	position:relative;
}
#head{
	margin-left:0px;
	position:relative;
	z-Index:10;
}
#header{
	float: left;
	height: 130px;
	text-align: left;
	width: 940px;
	background: url("/img/DE2/main/claim.png") no-repeat top left;
	margin:0px;
	padding:0px 0px 10px 0px;
	/*border:1px solid red;*/
	/*vertical-align:bottom;*/
}
#logo{
	float:right;
}
#inhalt{
	float:left;
	/*width:822px;*/
	/*margin-right:10px;*/
	margin-left:0px;
	margin-top:0px;
	/*border:1px solid red;*/
	background-color:#fff;
	position:relative;
}
#inhalt .spalte1{
	width:550px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	float:left;
	
}

#wrapperinhalt{
	/*margin-left:10px;*/
	margin-top:5px;

}

/* Hauptmenü */

#hmenue{
	position:relative;
	left:0px;
	top:100px;
	width:680px;
	height:30px;
	z-index:20;
	visibility: visible;
	
}


/* Aufzählungs Container 1. Ebene*/
#hmenue ul{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	background-color:#fff;
	color:#555;
}
/* Elemente 1. Ebene */
#hmenue li{
	
	float:left;
	margin:0px;
	padding:0px;
	
	/*overflow:hidden;*/
	/*height:30px;*/
	/*width:90px;*/
}

/* Aufzälungscontainer 2. Ebene */
#hmenue li ul{
	position: absolute;
	left: -999em;
	height: auto;
	width:170px;
	color:#555;
	padding-top:5px;
	border-left: 1px solid #EBEBEB;
		
	-moz-box-shadow:4px 4px 5px #555;
	-webkit-box-shadow:4px 4px 5px #555;
	-box-shadow:4px 4px 5px #555;
	
}
/* Elemente der 2. Ebene*/
#hmenue li ul li{
	display:block;
	height:auto;
	width:100%;
}


/* Aufzälungscontainer 3. Ebene */
#hmenue ul li ul li ul{
	width:170px;
	margin-left:130px;
	margin-top:-30px;
	padding-bottom:5px;
	background-color:#ff00ff;
	border-top: 1px solid #EBEBEB;
}


/* Link 1. Ebene*/
#hmenue li a{
	display:block;
	margin:0px;	
	padding: 5px 12px 5px 12px;
	color:#555;
	background-color:transparent;
	text-decoration:none;	
	border:0px solid #f2f2f2;
	
}

#hmenue li ul li a{	
	padding:5px 0px 5px 15px;
	background:url(/img/DE2/sym/arrow_right.png) 2px center no-repeat;
}



/* Mouse Over */

#hmenue li:hover > ul{
	left: auto;	
	background: #fff;
}

#hmenue ul li:hover, #hmenue ul li a:hover{
	background-color:#cfcfcf;
	color:#299926;
}



.nametop{
	position: absolute;
	width: 942px;
	
	/*top:440px;*/
	top:158px;
	left:10px;
	color:#fff;
	
	/*color:#555;*/
	
	/*background-color:#4BA82E;*/
	background-color:#000;
	
	/*background-color:#fff;*/
	
	
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Mozilla */
	opacity: 0.70; /* Opera */
	font:normal 18px verdana;
	font-weight:normal;
	height:29px;
	/*border-bottom:1px solid #fff;*/
	overflow:hidden;
	
	
	
}

#hname {
	cursor:pointer;
	float:right;
	padding:3px 20px 2px 20px;
	margin-right:5px;
	background: transparent url(/img/DE2/sym/dbl_down_white.png) right center no-repeat;
}
#hinfobox{
	float:left;
	width:920px;
	height:300px;
	padding:3px 10px 2px 10px;
	font:normal 14px verdana,sans-serif;
	/*border:1px solid red;*/

}
#notfallnr{
	float:left;
	font:bold 12px verdana,sans-serif;
	padding:12px 0px 0px 10px;
	
}

#closehinfo a, #closehinfo a:active, #closehinfo a:visited  {
	background: #2b2b2b url(/img/DE2/sym/close_X.png) 90px center no-repeat;
	padding:2px 20px 1px 15px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#closehinfo a:hover {
	background-color:#4ba82e;
}
#closehinfo a:hover {
	background-color:#4ba82e;
}

/* Buttons */

.btHero a, .btHero a:active, .btHero a:visited{	
	color:#fff;
	height:22px;
	display:block;	
	padding:7px 15px 0px 15px;
	text-decoration:none;
	/*background:#4ba82e url(/img/DE2/sym/arrow_right_white.png) 5px center no-repeat;*/
	background:#2b2b2b url(/img/DE2/sym/arrow_right_white.png) 5px center no-repeat;
}
.btHero a:hover{
	/*background-color:#2b2b2b;*/
	background-color:#4ba82e;
}

/* Navi Container */

#spnavi{
	position: absolute;
	width: 942px;	
	top:130px;
	left:10px;
	color:#fff;
	background-color:#4BA82E;
	font:normal 14px verdana,sans-serif;
	/*font-weight:bold;*/
	height:29px;
	z-index:20;
}

/* Aufzählungs Container 1. Ebene*/
#spnavi ul{
position: absolute;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	z-Index:1000;
	/*position:relative;*/
	
}
/* Elemente 1. Ebene */
#spnavi li{
	position: relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	/*overflow:hidden;*/
	height:29px;
	/*width:90px;*/
	z-Index:1000;
}
/* Aufzälungscontainer 2. Ebene */
#spnavi li ul{
	position: absolute;
	left: -999em;
	height: auto;
	width:350px;
	margin: 0;
	background-color:#fff;
	color:#555;
	z-Index:1000;
	
	-moz-box-shadow:4px 4px 5px #555;
	-webkit-box-shadow:4px 4px 5px #555;
	zoom: 1;
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=90, Strength=4)
	progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=4);
	-box-shadow:4px 4px 5px #555;
	
	
}
/* Elemente der 2. Ebene*/
#spnavi li ul li{
	/*clear:both;*/
	display:block;
	height:auto;
	width:100%;
	/*border:1px solid #0011ff;*/
	z-Index:1100;
}


#spnavi li div{
	padding: 6px 24px 6px 14px;
	cursor:pointer;
	z-Index:1200;
}

#spnavi img{
	padding:0px;
	margin:0px;
	border:0px;
	width:180px;
	height:90px;
}

#spnavi .spnaviCont{
	padding:0px;
	margin:0px;
	height:92px;
	vertical-align:bottom;
}
#spnavi li div.spnaviLine{
	border-bottom:1px solid #555;
	/*border:1px solid red;*/
	width:90%;
	padding:0px;
	margin-left:15px;
	height:1px;
	font-size:1px;
}

/* Link 1. Ebene*/
#spnavi li a{
	display:block;
	margin:0px;	
	padding: 6px 18px 5px 18px;
	color:#fff;
	background-color:transparent;
	text-decoration:none;	
	border:0px solid #f2f2f2;
	background:url(/img/DE2/sym/arrow_right.png) 5px center no-repeat;
}
/* Link 2. Ebene */
#spnavi li ul li a{
	color:#555;
	background-color:#fff;
	font:normal 12px verdana,sans-serif;
	
	

}


#spnavi li:hover{
	height:auto; 
	/*overflow:visible;*/
	background: #fff;
	color:#299926;
	background: #fff url('/img/DE2/sym/arrow_down.png') right center no-repeat;
	left: auto;
	
	
	
	
}

/* Mouse Over */

#spnavi li:hover ul, #spnavi li li:hover, #spnavi li ul:hover{
	left: auto;	
	background: #fff;
}



#spnavi li a:hover{
	display:block;	
	color:#299926;
	left: auto;
	font-weight:normal;	
}



/* TabNavigation */

#tabnavi ul{
	float:left;
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style:none;
	
}
#tabnavi li{
	
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	/*overflow:hidden;*/
	height:30px;
	/*width:90px;*/
	
}
#tabnavi li a{
	display:block;
	margin-top:5px;	
	padding: 6px 15px 5px 15px;
	
	color:#fff;
	background-color:transparent;
	text-decoration:none;	
	border-left:1px solid #333;
}
#tabnavi li a:hover{
	background-color:#fff;
	color:#9f9f9f;
	margin:0px;
	padding: 11px 15px 5px 15px;
}
#activetab{
	background-color:#fff;
	color:#9f9f9f;
	margin:0px;
	padding: 11px 15px 5px 15px;
}
.lasttab{
	border-right:1px solid #333;
}


/* Teaser Box Aktionen auf der Startseite */
.aktionteaserbox{
	position: absolute;
	width: 600px;
	top:341px;
	right:40px;
	color:#fff;
	background-color:#ccc;
	font:normal 12px verdana,sans-serif;
	font-weight:normal;
	height:170px;
	z-Index:100;
}
.aktionteaserbox a,.aktionteaserbox a:active{
	
	height:170px;
	width:33px;
	display:block;
	float:left;
	text-decoration:none;
	
}
.aktionboxleft{
	background: #ccc url('/img/DE2/sym/arrow_left_big.png') center no-repeat;
}

.aktionboxright{
	background: #ccc url('/img/DE2/sym/arrow_right_big.png') center no-repeat;
}

.aktionteaserslidercont{
	width:534px;
	height:150px;	
	float:left;
	/*overflow:hidden;*/
	margin-top:20px;

}

.aktionslider{	
	height:147px;
	/*width:300px;*/
	/*float:left;*/
	/*display:none;*/
	/*border:1px solid red;*/
	position:relative;
	overflow:hidden;	
}
.aktionsliderelement{
	
	width: 257px;
	height:145px;
	
	
	float:left;
	position:absolute;
	/*border:1px solid red;*/
	margin-right:20px;
	/*background-color:#fff;*/
	
}
.aktionimg{
	width:257px;
	height:125px;
	border:0px;
	float:left;
}

.sliderelement a, .sliderelement a:active, .sliderelement a:visited{
	font-size:12px;
	float:left;
	width:240px;
	height:16px;
	color:#555;
	display:block;
	padding:4px 0px 0px 15px;
	background: #CCC url('/img/DE2/sym/arrow_right_box.png') 0px 6px no-repeat;
	
}

.sliderelement a:hover{
	color:#35861c;
}




/* FOOTER Text und doofe Zusatznavigation */

#footer{
	
	padding:0px 0px 10px 0px;
	/*clear:both;*/
	text-align:left;
	/*color:#9f9f9e;*/
	color:#000;
	/*background-color:#ececec;*/
	background-color:#f2f2f2;
		/*background: #F2F2F2 url(/img/DE2/main/footer.png) no-repeat top center;*/
		
	
}
#footer a{
	color:#555;
	text-decoration:none;
	background:url(/img/DE2/navi/right.png) left center no-repeat;
	padding-left:12px;
}
#footer a:hover{
	text-decoration:underline;
	color:#299926;
}

#footer table{
	color:#000;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	background: #F2F2F2 url(/img/DE2/main/footer.png) no-repeat top center;

}
#footer th{
	padding-top:10px;
}
#footer td{
	line-height:22px;
	vertical-align:top;
	padding-bottom:10px;
	padding-top:10px;
	width:25%;
}
#footer span{
	color:#555;
	margin-left:20px;
}

#footerNase{
	clear:both;
	height:40px;
}

