@charset "utf-8";
/* CSS Document */


* {	margin: 0;
	padding: 0;
	}

html {overflow-y: scroll;
}

.content{
	margin: 5px auto ;
	width: 930px;
	background-color: #E5E5E5;
	
}



/*damit NAVI positioniert werden konnte, ist sie nun im flashbereich-div enthalten!!!!!------*/

.div_flashbereich { width: 930px;
					position: relative;	
					height:209px;			
}

.div_navi{
	position: absolute;
	top: 178px;
	left: 140px;
	width: 648px;
	padding: 5px 0;
	background-color: #FFFFFF;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: 70px 10px;
	border-right: 1px solid #CE004E;
	border-left: 1px solid #CE004E;
	border-top: 1px solid #CE004E;

}

.div_rosa_balken{ 
	height: 20px;
	background-color: #ce004e;
}

.div_spalte_links{ 
	float: left;
	width: 140px;
	background-color: #e5e5e5;
}

.div_spalte_mitte{
	float: left;
	width: 647px;
	background-color:#FFFFFF;
	border-right: 1px solid #CE004E;
	border-left: 1px solid #CE004E;
}

.div_spalte_rechts{ 
	float: right;
	width: 140px;
	background-color:#e5e5e5;
}

.div_footer table {clear: both;
			margin: 0 auto ;
			border-top: 1px solid #CE004E;
			background-color: #fff;
}

