@charset "UTF-8";

/* Farben: Home/Grau
--------------------------------------------
hell	#959595
dunkel	#6f6f6f

-------------------------------------------- */



/* Hintergrundbild
-------------------------------------------- */
#layout {
	background-image: url(images/bgImage-content-home.jpg);	
}

/* Headline seitlich
-------------------------------------------- */
.headline-vertikal {
	background-position: 0px 0px;
}

/* Farbe für Dropdown-Menu (heller Farbton)
-------------------------------------------- */
ul#nav-main li ul li a {
	background:#FFFFFF;
	color: #959595;
}
ul#nav-main li ul li a:hover {
	background:#959595;
	color: #FFFFFF;
}

/* Farbe für Teaser-Menu (standard: hell / hover: dunkel)
-------------------------------------------- */
ul.teaserMenu a{
	background-color:#959595;
}
ul.teaserMenu a:hover,
ul.teaserMenu a.teaserLink-current,
ul.teaserMenu a.teaserLink-section {
	background-color:#6f6f6f;
}

/* Alternatives Layout für Startseite
-------------------------------------------- */

/*.content-left,
.sidebar-right {
	clear:both;
	float:right;
	width:310px;
	margin-right:20px;
}

.sidebar-right {
	margin-top: 30px;
	width: 330px;
}*/

.content-home,
.sidebar-home {
	clear:both;
	float:right;
	width:310px;
	margin-right:20px;
}

.sidebar-home {
	margin-top: 30px;
	width: 330px;
}


/* Padding-Top / Höhe anpassen und ausgleichen
-------------------------------------------- */
.wrapper-content-inner {
	/*padding-top: 80px;  orig: 120px */
	/*padding:120px 14px 0 14px;*/
}

.layout-HomePage {
	padding-bottom: 10px !important;
	min-height: 680px;
}