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);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	/*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:127px;
	margin:0;
	top: 0px;
	}

#logo{
	position: absolute;
	width: 270px;
	left: 22px;
	height: 111px;
	background-image: url(../layout/Bilder/Balken_oben.png);
	background-position: top;
	background-repeat: repeat;
	top: 16px;
	}

#navigation{
	position: absolute;
	width: 332px;
	top: 103px;
	right: 24px;
	height: 24px;
	}

#textbereich{
	position: absolute;
	width: 335px;
	right: 24px;
	top: 126px;
	height: 415px;
	background-image: url(../layout/Bilder/texthintergrund.png);

	}
#bildbereich {
	position: absolute;
	width: 499px;
	right: 359px;
	top: 126px;
	height: 415px;

	}
	
#bild_in_Arbeit {
	position: absolute;
	width: 834px;
	right: 24px;
	top: 128px;
	height: 415px;

	}
		
#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;
	}
#impressum{
	position: absolute;
	bottom: 30px;
	width: 400px;
	right: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	vertical-align: bottom;
	}

#linie_unten_referenzen{
	position: absolute;
	bottom: 133px;
	height: 10px;
	width: 834px;
	right: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	}
	
#linie_oben_referenzen{
	position: absolute;
	top: 127px;
	height: 10px;
	width: 834px;
	right: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3300;
	}	
	
#referenzenrahmen{
	position: absolute;
	top: 200px;
	height: 250px;
	width: 800px;
	right: 50px;
	}

#haftungsausschluss{
	position: absolute;
	top: 10px;
	height: 250px;
	width: 400px;
	right: 0px;
	background-color: #F7F7F7;
	border: 1px solid #FF3300;
	overflow: scroll;
	}

#zurueckbutton{
	position: absolute;
	height: 35px;
	width: 35px;
	left: 20px;
	bottom: 30px;
	}
	
#weiterbutton{
	position: absolute;
	height: 35px;
	right: 20px;
	bottom: 35px;
	}	

	
#footer{
	position: absolute;
	bottom: 0px;
	/*background-color: #00FF99;*/
	height: 60px;
	width: 100%;
	}
#referenz_hauptrahmen {
	position: absolute;
	width: 800px;
	left: 20px;
	top: 20px;
	height: 600px;
	border: 1px solid #000000;
	}
	
#referenz_beschreibung {
	position: absolute;
	width: 300px;
	right: 45px;
	top: 40px;
	height: 230px;
	}
	
#referenz_logo {
	position: absolute;
	width: 450px;
	right: 20px;
	bottom: 10px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	}
	
#textbereich_referenzuebersicht{
	position: relative;
	width: 330px;
	left: 13px;
	top: 30px;
	height: 280;

	}
