#container {
position:					relative;
height:						100%;
width:						2000px;
}

body {
margin:						0 0 0 0;
padding:					0 0 0 0;
height:						100%;
width:						100%;
background-color:			#FFFFFF;
font-size:					11px;
font-family:				Arial;
color:						#808080;
}

a:link {
font-family:				Arial;
font-size:					11px;
color:						#333333;
text-decoration:			none;
}

a:visited {
font-family:				Arial;
font-size:					11px;
color:						#FF6600;
text-decoration:			none;
}

a:hover {
font-family:				Arial;
font-size:					11px;
color:						#FF6600;
text-decoration:			none;
}

a:active {
font-family:				Arial;
font-size:					11px;
color:						#333333;
text-decoration:			none;
}

#site {
position:					absolute;
width:						1000px;
height:						700px;
background-repeat:			no-repeat;
left: 						-10px;
top: 						-15px;
}

#adresse {
position:					absolute;
width:						161px;
height:						115px;
left: 						63px;
top: 						363px;
}

#inhalt {
position:					absolute;
width:						600px;
height:						800px;
left: 						290px;
top: 						155px;
overflow:					auto;
}

#logo {
position:					absolute;
width:						450px;
height:						66px;
left: 						50px;
top: 						47px;
}

#navi {
position:					absolute;
background-color:			#383838;
width:						228px;
height:						195px;
left: 						50px;
top: 						155px;
}

#contact {
position:					absolute;
width:						36px;
height:						16px;
left: 						846px;
top: 						138px;
}
