/* Elemente und Farben */

body {
	background: url(../pics/feste_bereiche/bg.gif);
	top: 0px;
	}

/* Blockaufteilung */
#content {
	position: absolute;
	width: 800px;
	height: 601px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;

	background-image: url(../pics/hintergrund/content.gif);
	}

#intro {
	position: absolute;
	top: 34px;
	left: 39px;
	width: 719px;
	height: 534px;
	
	}

#navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 719px;
	height: 38px;
	
	background-color: #43b596;
	  
	}

#headpic {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 719px;
	height: 225px;
	
	}

#headline {
	position: absolute;
	top: 277px;
	left: 0px;
	width: 719px;
	height: 52px;
	
	background: url(../pics/hintergrund/headline_bg.gif);
	}

#text {
	position: absolute;
	top: 342px;
	left: 0px;
	width: 719px;
	height: 191px;
	
	background-color: #43b596;
	}
