body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFC;
	background-image: url(Bilder/bg-main.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	scrollbar-face-color: #AAA; 
	scrollbar-highlight-color: #777; 
	scrollbar-shadow-color: #FEFEDC; 
	scrollbar-3dlight-color: ##777; 
	scrollbar-arrow-color: #FEFEDC; 
	scrollbar-track-color: #DADADA; 
	scrollbar-darkshadow-color: #777;
}
#inhalt {
	position: absolute;
	width: 750px;
	height: 550px;
	left: 50%;
	margin-left: -375px;
	margin-top: 15px;
	background-image: url(Bilder/bg-total-1.png);
	border: 1px solid #900;
	z-index: 1;
}
#main {
	position: absolute;
	left: 195px;
	top: 204px;
	width: 380px;
	height: 280px;
	z-index: 2;
	overflow: auto;
	padding-right: 20px;
}
#main a:hover {
	color: #fff;
	background-color: #C00;
}
.logo {
	position: absolute;
	left:17px;
	top:22px;
	width:90px;
	height:120px;
	z-index: 2;
}
.first-text {
	position: absolute;
	left:346px;
	top:52px;
	width:330px;
	height:30;
	z-index: 3;
}
.schriftzug {
	position: absolute;
	left:286px;
	top:82px;
	width:220px;
	height:25px;
	z-index: 3;
}
.werbe {
	position: absolute;
	left: 226px;
	top: 116px;
	width: 380px;
	height: 20px;
	z-index: 3;
}
.piktogramme {
	position: absolute;
	left: 610px;
	top: 158px;
	width: 120px;
	height: 10px;
	z-index: 3;
}
.over-text{
	position: absolute;
	left: 612px;
	top: 158px;
	width: 120px;
	height: 10px;
	z-index: 3;
	font-size: 10px;
}
div.recht {
	position: absolute;
	left: 537px;
	top: 551px;
	width: 193px;
	height: 18px;
	z-index: 2;
}
p.recht {
	font-size: 10px;
	color: #000;
	text-align: right;
}
.bilder {
	position: absolute;
	left: 611px;
	top: 204px;
	width: 120px;
	height: 260px;
	z-index: 2;
	border: 1px solid #900;
}
.menu	{
	position: absolute;
	left: 20px;
	top: 190px;
	width: 110px;
	height: 300px;
	z-index: 2;
	font-size: 12px;
}
.menu a	{
	display: block;
	padding: 2px;
	margin-top: 1px;
	text-decoration: none;
	color: #000;
}
.menu a:link {
	color: #000;
}
.menu a:hover {
	color: #fff;
	background-color: #C00;
}
.menu a:visited {
	color: #990000;
}
.current {
	background-color: #AAA;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #777;
}
h2 {
	font-size: 24px;
	color: #999;
}
h3 {
	font-size: 14px;
	color: #000;
}
h5 {
	font-size: 14px;
	color: #FFF;
}
p {
	font-size: 11px;
	color: #000;
}
blockquote {
	font-size: 11px;
	color: #000;
}
ul {
	font-size: 11px;
	color: #000;
	list-style-type: square;
}
#main a	{
	color: #000;
}
#main a:link {
	color: #000;
}
#main a:visited {
	color: #999;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
