/*
      Created by Franz Warta
	  E-Mail: warta@warta.de
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 position:relative;
 margin: 0 auto;
 width: 1000px;
 border: 1px solid #7A060F;
}
#navibox {
	position:absolute;
	width: 182px;
	height: 77px;
	left: 495px;
	top: 8px;
	background-color:#F1C294;
	border:#C00 dotted 1px;
	}
#aktionsbox {
	position:absolute;
	width: 182px;
	height: 50px;
	left: 495px;
	top: 96px;
	background-color:#F1C294;
	border:#C00 dotted 1px;
	}	
#tickerbox {
	position:absolute;
	width: 412px;
	height: 38px;
	left: 47px;
	top: 104px;
	text-align:left;
	background-color:#F1C294;
	}
#weiter-box {
	position:absolute;
	width: 244px;
	height: 38px;
	left: 184px;
	top: 9px;
	text-align:left;
	z-index:100;
	}	
#indexbox_rechts {
	position:absolute;
	width: 200px;
	height: 150px;
	left: 735px;
	top: 360px;
	background-color: transparant;
	}
#indexbox-bio {
	position:absolute;
	width: 222px;
	height: 116px;
	left: 765px;
	top: 183px;
	background-color:#Fff;
	}	
#header {
 float:left;
 width: 1000px;
 color: #333;
 padding: 0px;
 height: 102px;
 background: url(images/index_header.jpg) #DAC8BF;
}
#mitte {
 float:left;
 width: 1000px;
 height: 227px;
 color: #333;
 padding: 0px;
 background: url(images/index_mitte.jpg) #BD9C8C;
}
#nav-mitte {
 float:left;
 width: 1000px;
 height: 25px;
 color: #333;
 padding: 3px 0px 0px 0px;
 background: #DEA183;
}
#unten {
 float:left;
 position:relative;
 width: 1000px;
 color: #333;
 background: url(images/index_bitte-treten-sie-ein.jpg) #F2F2E6;
 padding: 0px;
 height: 162px;
}
#footer { 
 float:left;
 width: 1000px;
 height: 18px;
 border: 1px 0px 0px 0px solid #fff;
 background: #fff0cf;
 padding: 5px 0px 0px 0px;
}
.text-index-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #501020;
}
.text-index-12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #501020;
}

