body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #008A56;
	margin: 0px;
	overflow: hidden;
	text-align: justify;
}

#logonav {
	margin: 0px;
	height: 230px;
	width: 732px;
	position: absolute;
	left: 10%;
	top: 15px;
	right: 5%;
}
#main {
	position: absolute;
	height: 59.5%;
	width: 80%;
	left: 9%;
	right: 9%;
	top: 235px;
}

#header {
	position: absolute;
	height: 240px;
	width: 70%;
	left: 13.8%;
	top: 0px;
}
#text {
	background-color: #E5FFE5;
	margin: 0px;
	height: 92%;
	width: 100%;
	position: relative;
	top: 5px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color:#E5FFE5;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#008A56;
	scrollbar-darkshadow-color:#008A56;
	scrollbar-face-color:#E5FFE5;
	scrollbar-highlight-color:#008A56;
	scrollbar-shadow-color:#008A56;
	scrollbar-track-color:#E5FFE5;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;

}

#bottom {
	background-color: #008A56;
	height: 19px;
	width: 100%;
	position: relative;
	top: 10px;
	margin: 0px;
	padding-right: 15px;
	padding-left: 5px;
	font-size: 10pt;
	color: #E5FFE5;
	text-align: right;
	clear: both;
	overflow: hidden;
}

.opt {
	font-size: 10pt;
	text-indent: 210px;
}
.rechtlhinweis {
	font-size: 9pt;
}
.hinwbold {
	font-size: 9pt;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.boldkunden {
	font-size: 10.5pt;
	font-weight: bold;
}
.wheretable {
	width: 150px;
}
td {
	vertical-align: top;
	font-size: 10.5pt;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #990000;
	font-size: 10pt;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #990000;
	font-size: 10pt;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #008A56;
	font-size: 10pt;
}
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #990000;
	font-size: 10pt;
}
