body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #BF0006;
}

#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 108px;
	background-color: #FEFCE9;
}

#subheader {
	position: absolute;
	z-index: 5;
	top: 108px;
	left: 0;
	width: 100%;
	height: 170px;
	background-color: #FEFCE9;	
	
}
#logo {
	position: absolute;
	top: 0;
	right: 170px;
	width: 418px;
	height: 152px;
}

#imageteaser {
	position: absolute;
	z-index: 5;
	top: 288px;
	left: 0;
	width: 100%;
	height: 170px;
	background-color: #FEFCE9;	
	background: url(../images/image_teaser.jpg) repeat;
}

#metamenu {
	position: absolute;
	top: 3px;
	left: 15px;
	
}

#metamenu a {
 	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1pt;
	line-height: 14px;
	color: #757350;
	text-decoration: none;
}

#metamenu a:hover {
	color: #BF0006;
}

#language {
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 12px;
}

#language a {
 	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1pt;
	line-height: 14px;
	color: #757350;
	text-decoration: none;
}

#language a:hover {
	color: #BF0006;
}

#trenner {
	position: absolute;
	z-index: 5;
	top: 278px;
	left: 0px;
	width: 100%;
	height: 10px;
	font-size:1px; /* mindesthöhenbug für div's im IE6 entfernen */
	background-color: #E1DFAF;	
}

#mainmenu {
	position: absolute;
	z-index: 5;
	top: 390px;
	left: 0;
	width: 100%;
	height: 170px;
	background-color: #BF0006;	
}

#mainmenu ul {
	margin-top: 7px;
	margin-left:0.5em;  /* mindesteinrückung für listen im IE6 entfernen */
	padding-left:0.5em; /* mindesteinrückung für listen im IE6 entfernen */
}

#mainmenu ul li {
	float: left;
	display: inline;
	padding: 0 30px 0 0;
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 2pt;
   font-weight: normal;
   font-size: 12px;
	color: #E1DFAF;
}

#mainmenu ul li a {
   font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
 	font-weight: normal;
	letter-spacing: 2pt;
 	font-size: 12px;
	background-color: #BF0006;
 	color: #E1DFAF;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #FFFFFF;
}

#mainmenu ul li.ACT {
	color: #FFFFFF;
	background-color: #BF0006;
}

#trenner2 {
	position: absolute;
	z-index: 5;
	top: 560px;
	left: 0px;
	width: 100%;
	height: 2px;
	font-size:1px; /* mindesthöhenbug für div's im IE6 entfernen */
	background-color: #E1DFAF;	
}