@charset "utf-8";
/* CSS Document */


body {
	background-color:#f3d980;
	margin: 0;
	padding: 0;
	border: 0;
	
	width:100%;
	height:100%;
}

#hintergrundbild {
	background-image:url(brodmann_startseite_hintergrund.jpg);
	background-repeat:no-repeat;
	/*background-position:center;*/
	z-index:5;
	position:fixed;
	top: 50%;
    left: 50%;

	
	
	width:912px;
	height:601px;
	z-index:20;
	margin:-300px 0 0 -450px;

	
}


#bg {
	background-image:url(bg.jpg);
	background-repeat:repeat-x;

	/*background-position:center;*/
	z-index:0;
	position:fixed;
	top: 50%;
	width:100%;
	height:601px;
	z-index:20;
	margin:-300px 0 0 0px;

	
}



#bild1 {
	position: absolute;
	left: 0px;
	top:210px; 
	z-index:20;
    width:100%;
	height:100%;
}

#bild2 {
	position: absolute;
	top:210px; 
	left:305px;
	z-index:20;
    width:100%;
	height:100%;
	
}

#bild3 {
	position: absolute;
	top:210px; 
	left:610px;
	z-index:20;
    width:100%;
	height:100%;
		
}


#bild_bg_innen {
	position: absolute;
	background-color:#cc9933;
	top:210px; 
	left: 0px;
	z-index:5;
    width:95%;
	height:263px;
		
}


		
