html {
	overflow-y: scroll;
	scrollbar-face-color: #99CC00; 
	scrollbar-shadow-color: #006600;
	scrollbar-highlight-color: #006600;
	scrollbar-3dlight-color: #99CC00;
	scrollbar-darkshadow-color: #99CC00;
	scrollbar-track-color: #99CC00;
	scrollbar-arrow-color: #006600;
}
body {
	background-image: url(../images/bg_txt.jpg);
	background-repeat: no-repeat;
	background-color: #99CC00;
	background-attachment: fixed;
	background-position: 448px 0px;
	margin: 30px 0px 0px 15px;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #006600;
	letter-spacing: 1px;
	text-align: left;
	line-height: 15px;
}

.txt_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	word-spacing: 1px;
}


.table {
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}


.bg_rechts {
	background-attachment: fixed;
	background-image: url(../images/bg_bollen_rechts.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

