/**
 * @author Mario Batz
 * @copyright 2008 batz.info - Mario Batz
 * @link http://www.batz.info
 * @version
 *
 * batz.info
 * Mario Batz
 * Bgm.-Obenauf-Straße 5
 * 91336 Heroldsbach
 *
 * Email: info@batz.info
 * Web: http://www.batz.info
 */
html{
	background:url(../img/bg-body.png) center top repeat-y;
}
body{
	text-align:center;
	background: url(../img/bg-body980.png) center top repeat-y;
	/*rgb(222, 219, 188)*/
}
#alles{
	width:980px;
	margin:0px auto;
	text-align:left;
	height:775px;
	
	background:url(../img/bg-content.jpg) 0px 115px no-repeat;
}

#banner{
	height:115px;
	background:url(../img/bg-banner.jpg) no-repeat;
}
#pfad{
	height:20px;
	margin:0px 10px;
}
#navi_1{
	height:22px;
	float:right;
	width:600px;
	position:relative;
	top:70px;
}

#content_2{
	width:165px;
	padding:10px 10px 0px 5px;
	
	float:right;
	height:auto;
}
#content{
	width:785px;
	padding:10px 5px 0px 10px;
	
	float:left;
	height:auto;

}
#foot{
	height:50px;
	clear:both;
}




