@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	background-image: url(Bilder/back_main.jpg);
	background-repeat: repeat-y;
	background-position:right;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#apDiv1 {
	position:absolute;
	left:10px;
	top:0px;
	width:auto;
	height:100%;
	z-index:1;
	right: 38px;
	background-color: #FFFFFF;
	bottom: 0px;
	overflow: auto;
}
#apDiv2 {
	position:absolute;
	top:0px;
	width:18px;
	height:100%;
	z-index:2;
	right: 20px;
	bottom: 0px;
	background-image: url(Bilder/bg_main.png);
	background-position: right center;
	overflow: auto;
	background-color: #FFFFFF;
}
#apDiv3 {
	position:absolute;
	top:0px;
	width:20px;
	height:100%;
	z-index:3;
	background-color: #FFFFFF;
	overflow: auto;
	right: 0px;
	bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-style: normal;
	font-variant: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #009900;
}
h2 {
	font-size: 18px;
	color: #009900;
}
h3 {
	font-size: 16px;
	color: #00CC00;
}
h4 {
	font-size: 14px;
	color: #00CC33;
}
-->
</style>