body {
	background-image: url(../layout/hintergrund_streifen.gif);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
	}

#zentriert {
	width: 880px;
	height: 650px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 50%;
	margin-top: -331px;
	background-image: url(../layout/hintergrund.gif);
	
	/*Filter für die Anzeige von PNG im IE<7
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../layout/hintergrund.gif', sizingMethod='crop', enabled=true);*/
	}


#header {
	position: relative;
	height:139px;
	margin:0;
	}

#logo{
	position: absolute;
	width: 270px;
	bottom: 0px;
	left: 22px;
	height: 122px;
	background-color: #B9CAFF;
	background-image: url(../layout/Bilder/Balken_oben.png);
	}

#navigation{
	background:#B9CAFF;
	position: absolute;
	width: 332px;
	bottom: 0px;
	right: 24px;
	height: 24px;
	}

#textbereich{
	position: absolute;
	width: 335px;
	right: 24px;
	top: 138px;
	height: 235px;
	background-color: #FF8539;
	background-image: url(../layout/Bilder/texthintergrund.png);
	}
#bildbereich {
	position: absolute;
	width: 499px;
	right: 359px;
	top: 138px;
	height: 235px;
	background-color: #009999;
	}
#menuebereich_unten{
	position: absolute;
	bottom: 0px;
	/*background-color: #00FF99;*/
	height: 145px;
	width: 200px;
	right: 0px;
	background-image: url(../layout/Bilder/hintergrundbalken_unten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	
#footer{
	position: absolute;
	bottom: 0px;
	/*background-color: #00FF99;*/
	height: 60px;
	width: 100%;
	}
	
#flashbereich{
	position: absolute;
	bottom: 0px;
	height: 275px;
	width: 820px;
	margin-left: 30px;
	}

