/*

layout-0 --> Default, Unterseiten
layout-1 --> Homepage
layout-2 --> Galerie

*/

body {
	background-color:#fff;
}

#header {
	position:absolute;
	left:100px;
	width:750px;
}

#logo {
	position:absolute;
	top:30px;
	left:580px;
}

#center {
	position:absolute;
	top:164px;
	left:100px;
	width:750px;
}

#layout-0 #center {
	padding-left:10px;
	padding-right:10px;
	padding-top:46px;
	width:730px;
	padding-bottom: 3em;	
}

#layout-2 #center {
	padding-left:10px;
	padding-top:46px;
	width:740px;
	padding-bottom: 3em;	
}

/* Navigation */
#menu {
	position: absolute;
	top:124px;
	left:100px;
	width:750px;
	white-space:nowrap;
	background-color:#96bb2c;
}
	
#menu ul li {
	float:left;
	height:40px;
	list-style-type:none;
	position: relative; /** IE6 **/	
}

#menu ul li a {
	background:url(../img/x.gif);	/** IE 7 **/
	color:#fff;
	display:block;
	padding:12px 10px 11px 10px;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#093386;
}

#level1-act {
	color:#093386 !important;
}


/* Subnavigation */
#menu ul li ul {
	background-color:#8bb415;
	display:none;
	position: absolute;
	top:40px;
	width:249px;
	padding-bottom:1.535em;
}

#menu ul li:hover ul,
#menu ul li.over ul {
	display:block;
}

#menu ul li ul li {
	clear:both;
	height:auto;	
}

#menu ul li ul li a {
	color:#fff;
	display:block;
	list-style:none;
	margin:6px 0 0 10px;
	padding:0;
	text-decoration:none;
	text-shadow: 0 0 0 #fff;
}

#level2-act {
	color:#093386 !important;
}

#sd {
	left:737px;
	margin:10px;
	position:absolute;
	top:123px;
	white-space:nowrap;	
}

p a {
	color:#fff;
	text-decoration:none;
}

