@import url("fonts/stylesheet.css");

*{
	outline:none;
}

html, body{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	font-family: 'EurostileRegular', verdana;
	font-size:13px;
}

a:link,
a:visited,
a:hover,
a:active{
	color:#231f20;
}
a:hover{
	color:#3C5308;
}
.clear{
	clear:both;
	float:none;
}

.invisible{
	display:none;
	visibility:hidden;
}

/* mainwrapp */
.mainwrapper{
	width:100%;
	height:100%;
	font-size:14px;
	color:#231f20;
	overflow-y:auto;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

/* header */
.header{
	width:100%;
	min-width:1000px;
	height:276px;
	background:url(../images/layout/bg_header.png) no-repeat center top;
	position:relative;
	z-index:3;
}

.header .inhalt{
	margin:0px auto;
	width:1000px;
	height:240px;
	position:relative;
}

.header .inhalt .logo{
	position:absolute;
	top:55px;
	left:-3px;
}

.header .inhalt .headermenu{
	position:absolute;
	top:16px;
	right:0px;
	font-size:11px;
	color:#3c5308;
	letter-spacing:1px;
}
.header .inhalt .headermenu a{
	text-decoration:none;
	text-transform:uppercase;
	color:#3c5308;
}
.header .inhalt .headermenu a:hover{
	color:#231f20;
}

.header .inhalt .menu{
	position:absolute;
	top:172px;
}
.header .inhalt .menu .block{
	overflow:visible;
}
.header .inhalt .menu ul.level_1{
	list-style:none;
	padding:0px;
	margin:0px;
	letter-spacing:1px;
}
.header .inhalt .menu ul.level_1 li{
	display:inline;
	margin-right:18px;
	position:relative;
}
.header .inhalt .menu ul.level_1 li.last{
	margin-right:0px;
}
.header .inhalt .menu ul.level_1 li a,
.header .inhalt .menu ul.level_1 li span{
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	padding-bottom:0px;
}
.header .inhalt .menu ul.level_1 li a:hover,
.header .inhalt .menu ul.level_1 li span.active{
	border-bottom:#6d9316 solid 5px;
}

.header .inhalt .menu ul.level_1 ul.level_2{
	padding:0px;
	margin:0px;
	position:absolute;
	top:15px;
	left:0px;
	background:#6d9316;
	display:none;
	font-size:11px;
}
.header .inhalt .menu ul.level_1 li:hover > ul.level_2{
	display:block;
}
.header .inhalt .menu ul.level_1 ul.level_2 li{
	display:block;
	margin:0px;
}
.header .inhalt .menu ul.level_1 ul.level_2 li a,
.header .inhalt .menu ul.level_1 ul.level_2 li span{
	white-space:nowrap;
	padding:8px;
	color:#d0ee5e;
	border-bottom:1px solid #d0ee5e;
	display:block;
}
.header .inhalt .menu ul.level_1 ul.level_2 li.last a,
.header .inhalt .menu ul.level_1 ul.level_2 li.last span{
	border:none;
}
.header .inhalt .menu ul.level_1 ul.level_2 li a:hover,
.header .inhalt .menu ul.level_1 ul.level_2 li span.active{
	background:#d0ee5e;
	color:#6d9316;
}

/* background */
.background{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	overflow:hidden;
}
.background div{
	width:100%;
	height:100%;
}
.background img{
	width:auto;
	height:auto;
}



