body {
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		background-color: #DCE4D7;
	}

input {
   font-family: Arial, sans, Helvetica;
   font-size: 10pt;
   color: #000000;
   border: #ffffff 0px;
   background-color: #FBF9F1;
}
	
textarea {
   font-family: Arial, sans, Helvetica;
   font-size: 10pt;
   color: #000000;
   border: #ffffff 0px;
   background-color: #FBF9F1;
}
	
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color:#000000;
	font-size:12px;
	}

a:visited {
	color:#000000;
	font-size:12px;
	}

a:hover {
	color:#20770E;
	font-size:12px;
	background-color: #ffffff
	}

a:active {
	color:#000000;
	font-size:12px;
	}
