body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #333333;
}
a.nav {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
a.nav_high {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
}
td.titelzelle {
	font-size: 16px;
	font-weight: bold;
}
td.bildzelle {
	vertical-align: bottom;
	padding-right: 5px;
	padding-bottom: 5px;
}
div.subnav {
	margin-left: 20px;
}
div#wrapper {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/hintergrund_ohne.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 125px;
}

#img_logo {
	position: relative;
	top: 10px;
	left: -12px;
}
#img_adresse {
	position: relative;
	top: 10px;
	left: 260px;
}

div#navigation { 
	width: 200px; 
	height: 245px;
	position: relative; 
	left: 30px; 
	top: 40px; 
	z-index: 2; 
}

div#navigationbackground { 
	width: 200px;
	height: 265px;
	position: relative;
	left: 25px;
	top: -210px;
	z-index: 1;
	background-color: #fffeef;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	-moz-opacity:0.6;
}

div#tabelle {
	 width: 230px; 
	 height: 430px;
	 overflow: auto;
	 position: relative; 
	 top: -475px; 
	 left: 240px;
	 z-index: 2; 
}

div#tabellebackground { 
	width: 235px;
	height: 430px;
	position: relative;
	left: 235px;
	top: -905px;
	z-index: 1;
	background-color: #fffeef;
	opacity: 0.2;
	filter: Alpha(opacity=20);
	-moz-opacity:0.2;
}

#inhalt_frame {
	 width: 517px;
	 height: 430px; 
	 position: relative; 
	 top: -1335px; 
	 left: 480px;
	 z-index: 2;
}

div#inhaltbackground { 
	width: 510px;
	height: 430px;
	position: relative;
	left: 480px;
	top: -1765px;
	z-index: 1;
	background-color: #fffeef;
	opacity: 0.2;
	filter: Alpha(opacity=20);
	-moz-opacity:0.2;
	overflow-x: hidden;
}