@charset "iso-8859-1";
/* CSS Document */


body {
	width:100%!important;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
	background:url(../img/layout/bg-main.jpg) top center repeat-y #1f1f1f!important;
	border:none!important;
	margin-bottom:30px;
}

a {outline:none;}

#mainWrapper {
	width:772px;
	margin:0 auto;
}

#headerWrapper {
	margin-top:7px;
	width:772px;
	height:239px;
}

#headerLogo {
	position:absolute;
	width:180px;
	height:239px;
	background:url(../img/layout/logo-header.jpg) top left no-repeat;
}

#headerLogo a {
	display:block;
	width:100%;
	height:100%;
}

#headerImage {
	position:absolute;
	margin-left:180px;
	width:592px;
	height:239px;
	z-index:2;
}

#banner-preload {
	position:absolute;
	margin-left:180px;
	width:592px;
	height:239px;
	z-index:1;
}

#ImageGoLeft {
	position:absolute;
	z-index:5;
	margin-left:180px;
	width:26px;
	height:239px;
	background:url(../img/layout/header-arrow-left.png) top left no-repeat;
}

#ImageGoLeft a {
	display:block;
	width:100%;
	height:100%;	
}

#ImageGoRight a {
	display:block;
	width:100%;
	height:100%;	
}

#ImageGoRight {
	position:absolute;
	z-index:5;
	margin-left:746px;
	width:26px;
	height:239px;
	background:url(../img/layout/header-arrow-right.png) top left no-repeat;
	float:right;
}

#headerAbschluss {
	position:absolute;
	width:772px;
	height:4px;
	margin-top:239px;
	background-color:#fff;
}

#contentWrapper {
	background:url(../img/layout/bg-contentWrapper.gif) top left repeat-y;
	margin-top:20px;


}


#content {
	width:588px;
	float:left;
}

/* Navigation */

#navigationWrapper {
	width:772px;
	height:32px;
	margin-top:4px;
	background:url(../img/layout/bg-navigation.jpg) top left repeat-x;
}


#footer {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	position:fixed;
	bottom:0;
	background:url(../img/layout/bg-main.jpg) top center repeat-y #1f1f1f!important;
}
#footer a {
	color:#fff!important;
	text-decoration:none!important;
}
#footer a:hover {text-decoration:underline!important;}


/************************************************* Navigation Stufe 1 *****************************************************/

div#navigationWrapper ul.navTree {
	list-style-type:none;
	padding:0;
	margin:0;
	float:right;
}

div#navigationWrapper ul.navTree li.depth1 {
	height:32px;
	float:left;
	padding:0 15px;
	background:url(../img/layout/navi-Trennlinie.gif) top left no-repeat;	
}

div#navigationWrapper ul.navTree li.depth1 a {
	display:block;
	height:24px;
	width:100%;
	padding:8px 0 0 0;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}

div#navigationWrapper ul.navTree li.depth1 a:hover {
	text-decoration:underline;
}

div#navigationWrapper ul.navTree li.depth1 a.active {
	color:#fff;
	font-weight:bold;
}

/************************************************* Navigation Stufe 2 *****************************************************/

div#navigationWrapper ul.navTree li.depth1 ul {
	list-style-type:none;
	padding:5px;
	margin:0 0 0 12px;
	background-color:#191919;
}

div#navigationWrapper ul.navTree li.depth1 ul li.depth2 {
	height:18px;
}

div#navigationWrapper ul.navTree li.depth1 ul li.depth2 a {
	display:block;
	width:130px;
	height:100%;
	background:none!important;
	font-size:13px!important;
	padding:2px 0 2px 0;	
}

div#navigationWrapper ul.navTree li.depth1 ul li.depth2 a.active, div#navigationWrapper ul.navTree li.depth1 ul li.depth2 a:hover {
	display:block;
	background:none!important;
	color:#a22152;
	font-weight:normal;
}

/* misc */

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	
}