body {
	font-family: Arial, Helvetica, sans-serif;
	color: #35931a;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;

	scrollbar-base-color: #EEFFDD; 
	scrollbar-track-color:#EEFFDD;

	scrollbar-arrow-color:#42B720;

	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFffff;

	scrollbar-shadow-color:#C3C3C3;
	scrollbar-darkshadow-color:#C3C3C3;
}
table {
	font-size: 12px;
}
.fill {
	background-color:#EEFFDD;
}
.fill2 {
	background-color:#42B720;
}
.fill3 {
	background-color:#99FF33;
}
.warnung{
	color: #ff0000;
}
h1, h2{
	font-weight: bold;
	margin: 0px
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 20px;
}
.h1 {
	font-size: 17px;
	font-weight: bold;
}
.h2 {
	font-size: 20px;
	font-weight: bold;
}
.u {
	font-size: 10px;
}
a:link {
	color: #35931A;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #006600;
}

