body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	line-height:16px; 
	color:#1D526E; 
	text-decoration:none; 
	background-repeat:no-repeat; 
	background-attachment:fixed; 
	margin:5px; 
	padding:5px; 
	border:2px; 
	background-color:aliceblue;
} 

.kopf { background-color:whitesmoke; } 
.odd { background-color:#FFFFE0; } 
.even { background-color:#E0FFE0; } 
.debug { background-color:silver; } 

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}
a.companylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.companylinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336666;
	text-decoration: none;
}
a.fettlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	text-decoration: none;
	font-weight: bold;

}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #001100;
	text-decoration: none;
	font-weight: bold;
}
a.fettlink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
a.pagelink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336666;
	text-decoration: underline;
	font-weight: bold;
}
a.pagelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}
.textb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
input.eingabe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #D8ECD1;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	height: 18px;
}
input.schalten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #568058;
	text-decoration: none;
	border: 1px solid #666666;
	width: auto;
	color: #D8ECD1;
	font-weight: bold;
	height: 18px;
}
textarea.eingabe {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #D8ECD1;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
}