/* Allgemeines */
body {
	margin-top: 20px;
	background-color: #CEDEB4;
}
a {
	color: #477400	;
	text-decoration: none;
}
/* Weiss Orange Formatierung */
a:hover {
	text-decoration: underline;
}
/* text */
a.navi {
	font-family: Geneva, Arial, Verdana;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
a.navi:hover {
	text-decoration: none;
}
a.none:hover {
	text-decoration: none;
}
.naviSub {
	font-family: Geneva, Arial, Verdana;
	color: #62832E;
	font-size: 11px;
}
.error {
	font-family: Geneva, Arial, Verdana;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}
.titel {
	font-family: Geneva, Arial, Verdana;
	color: #477400;
	font-weight: bold;
	font-size: 11px;
}
.small {
	font-family: Geneva, Arial, Verdana;
	color: #FFFFFF;
	font-size: 9px;
}
/* Tabellen */
td {
	font-family: Geneva, Arial, Verdana;
	color: #477400;
	font-size: 11px;
}
/* Formular Felder */
hr {
	height: 1px;
	border-left: 1px none #62832E;
	border-right: 1px none #62832E;
	border-bottom: 1px dashed #62832E;
	border-top: 1px none #62832E;
}
select {
	height: 15px;
	font-size: 10px; 
	font-family:  Geneva, Arial, Verdana ; 
	color: #62832E;
	border : 1px inset #777777;
	padding : 0px;
	background : #F6F7F8;
}
input{
	height: 15px;
	font-size: 10px; 
	font-family:  Geneva, Arial, Verdana ; 
	color: #62832E;
	border : 1px inset #8AB741;
	padding : 0px;
	background : #FFFFFF;
}
textarea {
	font-size: 10px; 
	font-family:  Geneva, Arial, Verdana ; 
	color: #62832E;
	border : 1px inset #8AB741;
	padding : 0px;
	background : #FFFFFF;
}


