@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background: #D9D9D9 url(../images/background.gif) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; /* for IE 5*-Browsern;  in #container left  */
	color: #000000;
}
#container {
	position: relative;
	width: 980px;
	height:757px;
	background: #FFFFFF;
	margin: 0 auto; /* Seite zentrieren */
	/* border: 1px solid #000000; */
	text-align: left; /* overwrite text-align: center in body. */
} 

#header {
	position: absolute;
	top:0;
	left:0;
	width:980px;
	height:90px;
	background:#D9D9D9;
	z-index:10;
} 
#logo {
	position: absolute;
	top:21px;
	left:346px;
	width:283px;
	height:61px;
	z-index:20;
}
#slogan {
	position: absolute;
	top:31px;
	left:175px;
	width:173px;
	height:26px;
	z-index:11;
}
#metanavigation {
	position: absolute;
	top:62px;
	left:0;
	width:980px;
	height:20px;
	background:#2B292F;
	color:#DDD;
	text-align:right;
	z-index:10;
}
#metanavigation a {
	color:#DDD;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#metanavigation a:hover {
	color:#E83525;
}
#navbar {
	position: absolute;
	top:90px;
	left:0;
	width:980px;
	height:280px;
	background:#2B292F; 
	z-index:30;
}
#mainnavigation {
	position: absolute;
	top:20px;
	left:20px;
	z-index:33;
}
#navcontentmiddle {
	position: absolute;
	top:0;
	left:220px;
	width:270px;
	height:280px;
	z-index:31;
}
#navcontentright {
	position: absolute;
	top:0;
	left:500px;
	width:480px;
	height:280px;
	z-index:32;
}
#redzone {
	position: absolute;
	top:370px;
	left:0;
	width:980px;
	height:15px;
	background:#E83525;
	z-index:10;
}
#mainContent {
	position: absolute;
	top:400px;
	left:30px;
	width:950px;
	height:337px;
	z-index:10;
}
#mainContentleft {width:470px; height:325px;z-index:11;}
#mainContentmiddle{
	position: absolute;
	bottom:0px;
	left:520px;
	width:160px;
	height:255px;
	/*border:dotted thin #666;*/
	z-index:12;
}
#mainContentright{
	position: absolute;
	bottom:15px;
	left:710px;
	width:215px;
	font-size:9px;
	line-height:14px;
	z-index:13;
}
#footer {
	position: absolute;
	bottom:0;
	left:0;
	width:980px;
	height:20px;
	background:#2B292F;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	z-index:10;
} 
#footer, #navbar {
	color: #CCC;
}
h1,h2,h3,p {
	margin: 0; 
	padding: 0;
}
h1 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
a { color:#000}
a:hover { color:#E83525}
.unterrschrift { font-style:italic; text-align:right;}
.borderbottom { border-bottom: 1px dotted #333; }