/********************************************************************/

/*** Kopfbereich ***/
.header_shadow {
	width:100%;
	height: auto;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 1em;
	box-shadow: 0 0 2em #ddd;	
}

.header {
	width:90%;
	xxheight: 6em;
	float:none;
	margin:0.5em 5%;
	box-shadow: none;



}

.header .logo {
	float: left;
	width: 45%;
	max-width:30em;
	min-width: 24em;
	
	margin: 1em 0 1em 1em;
	font-size: 95%;
}



/* Um bei falschem Layout das Partnerlogo auszublenden */
.header .logo, .header .anschrift {
	/*margin-bottom:5em;*/
}

/*** Suche ***/
.header .search {
	float:right;
	clear:right;
	height: 2em;
	margin-top: 0.5em;
}

.header .search INPUT {
	position:static;


}



/*** Hauptmenu ***/

/* Menü-Logo ausblenden */
.menuleiste .nav-anchors {
	display: none;
	height:0;
	overflow:hidden;
}

/* Menü-Bereich variabel */
.menuleiste {
	width:90%;
	float:none;
	margin:1em 5% 0em 5%;
	box-shadow: none;
	overflow:initial;


}

/* 1. Menüebene */
.menuleiste .nav LI {
	float: left;
	width: auto;

}

.menuleiste .nav LI A {
	font-size: 1.4em;
	width: auto;
	padding:0.4em 0.7em;
	border-bottom:0.15em solid #FFFFFF;/* Farbe: Weiß */ 

}


.menuleiste .nav LI.active A, .menuleiste .nav LI A:hover {
	border-bottom:0.15em solid #9d0000;/* Farbe: orange */ 
	border-left:none;
	padding:0.4em 0.7em;
	overflow: hidden;
}



/* 2. Menüebene */



.menuleiste .nav LI.active UL {

	position: absolute;
	top:15.5em;
	left:7.5em;
	z-index: 1;

}
.menuleiste .nav LI.active LI A {
	padding:0.4em 0.5em;
	font-weight: lighter;

}
.menuleiste .nav LI.active LI.active A {
	font-weight: normal;

}




.menuleiste .nav LI A:hover, /* 1. Ebene */
.menuleiste .nav LI A:active,
.menuleiste .nav LI.active LI A:hover, /* 2. Ebene */
.menuleiste .nav LI.active LI A:active {

	color:#9d0000; /* Farbe: orange */
	background-color:transparent;

	transition: all 0.3s ease ;
	-webkit-transition:  all  0.3s ease;
	-o-transition:  all  0.3s ease;
	-moz-transition:  all  0.3s ease;

	}


	.menuleiste .nav LI.active LI A:hover, /* 2. Ebene */
	.menuleiste .nav LI.active LI A:active {
	
	border-bottom:0.15em solid #9d0000;/* Farbe: orange */ 

	}

/***### Hauptbereich ###***/
.main {
	width: 90%;
	margin:0 5%;
	max-width: 120em;

	

}

.content .item-page {
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 2em;
	padding-top: 0;
}

/**************** Inhalte *******************/

 .content {
	width: auto;
	margin:0;
	position: relative;



}

/* Beitragsbild */

.content .item-image {


}


/* Text Beitragsbild */
.site_info {


	background-color: #fff;
	opacity: 0.85;

}

/* Standardinhalt */
.content_standard {


}

/* News-Einträge */

.content_neuigkeiten {
	margin-top:1em;


}
.content_neuigkeiten H2 {
	text-align: left;
	padding-left: 2.4em;
	width:92%;
	background:url(../images/icon.png) no-repeat 0.3em 0.3em;
	background-size: 1.6em;
}



.content_neuigkeiten IMG {

	max-width:30em;
}


/*Inhalts-Box*/
.content_box {
	width: 30%;
	min-width:18em;
	margin:1em 2%;
}

.content H1, .content .page-header H2 {
	font-size:1.7em;
}

.content H1.subnavi {
	padding-top: 2em;
}


/*** Footer ***/

.footer P {
	float: right;
	width: auto;
	margin:0.5em 5% 0.5em 0.5em;
	padding:0 1em;
	font-size: 95%;

}
/*Expert Bild Footer*/
.footer .logo {
	margin-left:5%;
}

/*Subnavi Footer*/
.footer UL {
	float:right;
	clear:right;
	margin-right:5%;

} 


