td {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : black;
}

textarea, input, select {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : black;
}

.hell {
	background-color : #F0F0F0;
}
.dunkel {
	background-color : #EBEBEB;
}

a {
	color : #169B2C;
	text-decoration : none;
}

a:hover {
	color : Brown;
	text-decoration : underline;
}

.head {
	background-color : #00BC1D;
	font-family : Arial, verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : white;
	padding : 2px;
}

.fehler {
	color : IndianRed;
	font-weight : bold;
}

.lined {
	border-style : solid;
	border-width : 1px;
	border-color : SlateGray;
	padding : 2px;
}
.tabellenkopf {
	font-weight : normal;
	background-color : White;	
	color : black;
}
.fett {
	font-weight : bold;
}