body{
	background: #fff url(../img/bg.png) repeat-x;	
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:9pt;
}

#page{
	width: 937px;
	background-color: #151515;
	border: 1px solid #8b8b8b;
	margin: 0 auto;
	color: #fff;
}

#header{
	display: block;
	width: 937px;
	height: 72px;
	background: #000 url(../img/logo.jpg) no-repeat;
	text-indent: -10000px;
}

#mainNav{
	padding:0px;
	margin:0px;
	display:block;
	width: 937px;
	height:25px;
	background: #2c2c2c;
	border: 1px solid #8b8b8b;
	border-width: 1px 0 1px 0;
}
#mainNav li {
	border-right:1px solid #8b8b8b;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding: 0px;
}
#mainNav a {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
}

#mainNav a.act, #mainNav a:hover {
	background:#00BDFF url(../img/menue_hover.gif) repeat-x scroll 0 0;
	text-decoration:none;
}

#footer{
	padding:0px 0px 0px 540px;
	margin:0px;
	display:block;
	width: 397px;
	height:15px;
	background: #474747;
}
#footer li {
	border-left:1px solid #8b8b8b;
	display:block;
	float:left;
	margin:0px;
	padding: 0px;
}
#footer a {
	display:block;
	font-size:9px;
	padding:2px 10px;
	text-decoration:none;
	color: #fff;
}

#footer a.act, #footer a:hover {
	background:#00BDFF url(../img/menue_hover.gif) repeat-x scroll 0 0;
	text-decoration:none;
}

#content{
	margin: 15px;
}

#content h1{
	font-size:29px;
	color:#04aeff;
}

#content a{
	color:#04aeff;
}


#content img{
	border: 1px solid #8b8b8b;
	float: left;
	margin-right: 30px;
}

body #page a.button{
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	float: left;
}

#content a.button{
	background:#000 url(../img/button_big.gif) no-repeat 0 0;
	width: 282px;
	height: 19px;
	padding: 20px 0;
	font-size: 14px;
}
#auswahl a.button{
	background:#000 url(../img/button_small.gif) no-repeat 0 0;
	width: 180px;
	height: 18px;
	padding: 12px 0;
	font-size: 12px;
	margin: 12px 0 0 0;
}


#auswahl{
	padding: 15px;
	margin: 30px 0 0 0;
	border-top:1px solid #8b8b8b;
	border-bottom:1px solid #8b8b8b;
	width: 907px;
	background-color: #232323;
}
#auswahl div#bildauswahl a{
	display: block;
	width: 158px;
	float: left;
	margin: 10px 20px 10px 0;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}
#auswahl img{
	float: left;
	border:1px solid #8b8b8b;
	margin-bottom: 3px;
}
#auswahl strong{
	font-size: 14px;
}
#themenwahl{
	float:left;
	margin: 10px 0 0 10px; 
}
#themenwahl ul{
	list-style: none;
	margin: 0;
	padding:0;
}
#themenwahl ul li{
	margin: 3px 0;
}
#themenwahl a{
	color:#fff;
}
#themenwahl strong{
	color:#04AEFF;
}

.clearer{
	clear: both;
}

#footerlinks {
	color:#333333;
	padding:10px 0;
	text-align:center;
	width:100%;
}
#footerlinks a{
	text-decoration:none;
	color:#333333;
}