/*	Spacer, bewirkt Mindestabstand des Footers vom Seitenbeginn */
.main_content_min_height {
	float:right;
	width:1px;
	height:700px;
	margin:0px;
}

.right_container_min_height {
	float:right;
	width:1px;
	height:347px;
	margin:0px;
}

/* der Haupt-Image-Container */
#main_image_container {
	position:absolute;
	top:71px; 
	left:0px;
	z-index:12;
}

#quicklist {
	margin:15px 0 75px 0;
	*margin:30px 0 66px 0 !important; /* IE7 */
}

#aktuelles {
	position:absolute;
	top:101px;	/*208px if using single teaser*/
	left:1px;
}

#press {
	/*margin-top:317px;*/
	position:absolute;
	top:460px;
	left:1px; 
}
h1{
	margin-top:2px;
	margin-bottom:5px;
}

/* Mozilla */
*:not(hr) #right_container_min_height {
	height:334px;
}

/* Haupt-Container, umfasst Navigation, Haupt-Contant, Marken-Container, Haupt-Image */
#main_container {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:728px;
	
	/*z-index:18;*/
}

#header {
	height:75px;
}

/*	umfasst Haupt-Seitentext und Haupt-Image */
#main_content {
	position:relative;
	float:left;
	width:720px;
	padding-top:26px;	
	z-index:21;
}

/* Mozilla */
*:not(hr) #main_content {
	width:260px;
}

/* rechter Container, enthält right_content */
#right_container {
	float:none;
	position:relative;
	width:256px;		
	/*margin-left:755px;*/
	margin-left:728px;
	*margin-left:725px;	/* IE Hack*/
	padding-top:132px;
	/*background-image:url(img/global/verlauf3.gif);*/
/*	background-repeat:repeat-x;	*/
/*	background-repeat:no-repeat;*/
	/*z-index:16;*/
}

/* Mozilla: right_container von Hintergrundbild-Kante nach rechts wegverschieben */
*:not(hr) #right_container {	
	margin-left:728px;	
}

/* Background für rechten Container. Davon unabhängig, um unter Footer-Image zu liegen */
#right_background {
	position:absolute;
	top:0px;
	right:0px;
	width:275px;
	height:590px;
	background-image:url(../img/global/verlauf3_doppelteaser.jpg);
	background-repeat:no-repeat;
	
}

/* rechter Container, enthält Content des rechten Bereichs */
#right_content {
	float:right;
	margin-left:5px;
	margin-right:0px !important;
	padding-right:15px;
	padding-bottom:45px;
	min-height:288px;
}

#searchform {
	margin-top:0px;
}
