body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:25px;
	margin-right:0px;
	margin-top:25px;
	margin-bottom:0px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link{

	color : #000000;
	
	font-size : 13px;
	
	font-weight : bold;
}

a:visited{

	color : #000000;
	
	font-size : 13px;
	
	font-weight : bold;
}

a:hover{

	color : #529d32;
	
	font-size : 13px;
	
	font-weight : bold;
}

a:active{

	color : #d4f4c3;
	
	font-size : 13px;
	
	font-weight : bold;
}

/*für Navigation*/

.navDiv {

	color : #7db864;

	font-family: Arial, Helvetica, sans-serif;

	font-size : 13px

}

p.navButts {

	color : #7db864;

	font-family : Arial, Helvetica, sans-serif;

	font-size : 13px;

	margin-bottom : 4px;

	margin-top : 6px;

	font-weight : bold;
	
	/*text-align : center;*/

}



p.navButts a {

	background-color : #d4f4c3;

	border : 1px solid #7db864;

	color : #529D32;

	display : block;

	padding-bottom : 2px;

	padding-left : 2px;

	padding-top : 2px;

	text-decoration : none;

	width : 100%

}



p.navButts a:hover {

	background-color : #fe9a69;

	border : 1px solid #ce571d;

	color : #FFFFFF;

	text-decoration : none

}