body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/img/verlauf.png);
	background-repeat:repeat-x;
	background-position: 0px 145px; 
	background-color:#D9D9B2;	
	background-color:#ffffff;
			
}
.format {
	width: 950px;
	margin-left: auto;
	margin-right: auto
 
}
#kopf {
	height: 112px;
	background-color:#86864A;
	background-image: url(/img/header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#fuss {
	background-color:#D9D9B2;	
	clear: both;
	padding-bottom: 80px;
	padding-top: 80px;
}
#content {
	min-height: 500px;
	text-align:left;
	padding-left: 20px;
	padding-top: 45px;
	padding-bottom: 80px;
}

#navi {
	height: 80px;
	background-color:#D60021;
	background-image: url(/img/navi.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.linke_spalte {
	float: left;
	width: 600px;

}
.rechte_spalte{
	float:right;
	width: 275px;
	
}

/**************************************************************************************/
#sub img[alt="Logo des BADO e.V."]{margin-bottom: 40px;}
#content img{margin-bottom: 20px;margin-top: 20px;}


/**************************************************************************************/
.aktuell {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 45px;
	line-height: 140%;
	white-space:nowrap;
}


/**************************************************************************************/



#content .adressen {
	padding-bottom: 40px;
	padding-top: 10px;
	padding-left: 200px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-image: url(/logos/blank.png);
	background-image: none;
	min-height: 100px;
}
#content .links{float: left;}
#content  .rechts{float: right;}
/*.clear{clear: both;float:left;}*/
.clear{clear: both;}

