body {
	background-repeat: repeat-x;
	background-image: url(../layout/awb/hintergrund.gif);
	}

#zentriert {
	width: 946px;
	height: 570px;
	position: absolute;
	left: 50%;
	margin-left: -473px;
	top: 10px;
	margin-bottom: -285px;
	background-image: url(../layout/awb/blattstreifen.gif);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	/*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:60px;
	margin:0;
	top: 0px;
	}

#logo{
	position: absolute;
	width: 150px;
	left: 22px;
	height: 59px;
	background-image: url(../layout/awb/logo.gif);
	background-position: top;
	background-repeat: repeat;
	top: 5px;
	}

#menue_oben {
	position: absolute;
	width: 400px;
	top: 51px;
	right: 3px;
	height: 14px;
	}

#menue_unten_sub {
	position: absolute;
	width: 703px;
	top: 530px;
	right: 0px;
	height: 35px;
	z-index: 100;
	background-color: #E9E9E9;
	vertical-align: middle;
	text-align: center;
	}
	
	
#menue_unten {
	position: absolute;
	width: 220px;
	top: 355px;
	height: 215px;
	left: 20px;
	}	

#ueberschrift {
	position: absolute;
	width: 500px;
	top: 345px;
	height: 20px;
	left: 275px;
	z-index: 100;
	}
	
#verbindungslinie {
	position: absolute;
	width: 130px;
	height: 200px;
	left: 145px;
	z-index: 150;
	top: 354px;
	}
			
#textbereich{
	position: absolute;
	width: 670px;
	right: 15px;
	top: 345px;
	height: 220px;
	overflow: auto;
	}

#bildbereich {
	position: absolute;
	width: 946px;
	right: 0px;
	top: 65px;
	height: 299px;
	}


#impressum{
	position: absolute;
	bottom: 0px;
	width: 400px;
	right: 0px;
	text-align: right;
	}



#footer{
	position: absolute;
	bottom: -15px;
	/*background-color: #00FF99;*/
	height: 15px;
	width: 100%;
	}

	

