/* CSS Document */


body {
	background-image:   url(../bilder/bg.png);
}

#Container {
	 width:815px;  /* seiten_breite */
     margin:0px auto; /* seiten_zentrierung */
     text-align:left;  /* text_ausrichtung */
     position: relative;
	 height:100%;
	 z-index:10;
}


#Name {
	position:absolute;
	left:159px;
	top:243px;
	width:579px;
	height:69px;
	z-index:23;
    font-size : 36px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #990000;
	font-weight : normal;
	} 


#Navigation {
	position:absolute;
	left:231px;
	top:309px;
	width:506px;
	height:47px;
	z-index:13;
	font-size : 18px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
}
#Bild {
	position:absolute;
	left:61px;
	top:43px;
	width:362px;
	height:270px;
	z-index:1;
	
}

#Adresse {
	position:absolute;
	left:-1px;
	top:415px;
	width:815px;
	height:32px;
	z-index:21;
    font-size : 16px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
}
#Impressum {
	position:absolute;
	left:724px;
	top:458px;
	width:127px;
	height:40px;
	z-index:22;
	font-size : 14px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
}

