body {
	color:#7F8B58;
	background-color: #FFFFFF;
	height: 100%
}

html { 
	height: 100%;
}

body, p, div, span, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	color:#7F8B58;
}
.nav {
	color:#7F8B58;	
}

a:link { 
	text-decoration:none; 
	color:#7F8B58; 
}
a:visited { 
	text-decoration:none; 
	color:#7F8B58; 
}
a:hover { 
	text-decoration:underline; 
	color:#7F8B58; 
}
a:active { 
	text-decoration:none; 
	color:#7F8B58;
}
.knopf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #C70000;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
}


