/*
hellgrau		#ECECEC
hgrau content	#DBDBDB
rot				#B3251B
dhrau			#333333
 */

/* ### Logo ################################################################# */
#logo {
	display: none;
}

/* ### Header ############################################################### */
#header {
	background:#B3251B url(logo.jpg) no-repeat;
	width:975px;
	height:115px;
	margin-top:30px;
	background-color:#B3251B; 
}

#nav-header {
	position:relative;
	left:400px;
	background-color:#B3251B;
}

/* ### Teaser wird nicht genutzt ############################################################### */

#main-teaser {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	left:0;
}

/* ### Start-block Background ################################################# */

#main-block {
	/*position:relative;*/
	float:left;
	color: #333;
	width:785px;
	background-color:#DBDBDB;
}
/* IE 6 / 5.5 Hack 
 html body #main-block { height: 785px; } */



