/*** STANDARDFORMATE START **/
body{
	background-color: #0D2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

div {
	color: #0D2B2B;
}

a{	text-decoration: none; color: #FFFFFF;}
a:hover  { color: #ADBB30; }
h1{
	font-size: 17px;
}
h2{
	font-size:15px;
}

/*** STANDARDFORMATE ENDE **/

/************************* LAYOUTFORMATE START **************************/
/*** BANNER START **/
#banner{
	position: absolute;
	left: 50%;
	top: 0px;
	height: 275px; 
	width: 929px;
	margin-left: -464px;
	z-index: 1;
}

#picture img{
	border: 1px solid #919928;
	background-image:url(fileadmin/bilder/banner/banner.gif);
	background-repeat:no-repeat;
}

#navi {
	height: 47px;
	width: 929px;
}

#navi img{
	padding: 15px 40px 15px 40px;
}
/*** BANNER ENDE **/

/*** CONTENT START **/
#content {
	width: 929px;
	left: 50%;
	margin-left: -464px;
	top: 275px;
	z-index: 1;
	position: absolute;
}

#text_area {
	background-color: #FFFFFF;
	border: 1px solid #919928;
}

#text_area .text{
	padding: 30px 50px 30px 50px;
}

#sponsor_area {
	background-color: #FFFFFF;
	border: 1px solid #919928;
}
#sponsor_head {
	background-color: #919928;
	height: 20px;
}
#sponsor_body{
	height: 70px;
}
/*** CONTENT ENDE **/
/************* LAYOUTFORMATE ENDE ****************************************/
