body {
	background-image:url(images/bg.jpg); 
	margin: 0px;
	background-attachment:fixed;
	margin-left: 50px;

}
.inhalt {
	width: 900px; 
	background-color: #FFFFFF;
}
.raster_top {
	width: 900px; 
	background-image:url(images/raster_top.jpg); 
	height: 97px; 
	text-align: right; 
}
.navidiv {
	width: 900px; 
	background-image:url(images/bg_navi.jpg); 
	height: 31px; 
}
.mainshad {
	width: 900px; 
	background-image:url(images/shad_main.jpg); 
	height: 40px;
}
.sub {
	width: 210px; 
	height: 600px; 
	float: left; 
	padding-top: 19px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
.bottom {
	clear: both; 
	width: 900px; 
	background-image:url(images/raster_bottom.jpg); 
	height: 80px; 
	bottom: 0px;
}
.logo {
	position: absolute; 
	height: 188px; 
	width: 206px; 
	z-index: 1000; 
	left: 64px; 
	background-image:url(images/logo_bg.jpg); 
	text-align:center;
}
.main {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	float: left;
	width: 630px;
	margin-right: 10px;
	padding-top: 20px;
	margin-bottom: 25px;
}
.subnavigation:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.subnavigation:active {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.subnavigation:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.subnavigation:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.subnavigation-active:link {
	font-family: Verdana;
	font-size: 12px;
	color: #fb0000;
	text-decoration: none;
	font-weight: bold;
}
.subnavigation-active:active {
	font-family: Verdana;
	font-size: 12px;
	color: #fb0000;
	text-decoration: none;
	font-weight: bold;
}
.subnavigation-active:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #fb0000;
	text-decoration: none;
	font-weight: bold;
}
.subnavigation-active:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #fb0000;
	text-decoration: underline;
	font-weight: bold;
}
