/***body***/
a{
	color: #009900;
	text-decoration: none;
}

a:link{
	color: #009900;
	text-decoration: none;
}

a:visited{
	color: #009900;
	text-decoration: none;
}

a:hover{
	color: #006600;
	text-decoration: underline;
}
table{
	font-size: 11px;
}

td{
	font-size: 12px;
}

/***Fliesstext***/
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
/***Seitentitel - grün***/
.gruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
}
/***erste Navigation - grün***/
.ersteNav{
	margin-top: 10px;
	padding: 0px;
	height:100%;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align:middle;
	}
.ersteNav a {
	display: block;
	border-top: none;
	padding: 0px 0px 10px 5px;
	text-decoration: none;
	color:#009900;
	}
.ersteNav a:hover{
	background-color: #D7EAD6;
	text-decoration: none;
	color: #006600;
	background-height: 5px
}
/***zweite Navigation - grün***/
.zweiteNav{
	margin-top: 10px;
	padding: 0px;
	height:100%;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align:middle;
	}
.zweiteNav a {
	display: block;
	border-top: none;
	padding: 0px 0px 10px 5px;
	text-decoration: none;
	color:#009900;
	}
.zweiteNav a:hover{
	
	text-decoration: underline;
	color: #006600;
	background-height: 5px
}
/***Druckversion etc.***/
.zusatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
