/* @import url("/css/screen.css"); */

body {
	font-size: 12px;
	line-height: 16px;
	color: #464646;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, verdana, sans-serif;
	background-color: #fff;
	text-align: left;
	margin: 0 0 20px 0; }
h2, .titel, .untertitel {
	color: #568924;
	font-size: 14px;
	margin-bottom: 0.5em;
	font-weight: bold; }
h3 {
	color: #464646;
	font-size: 12px;
	margin-bottom: 0.4em; }
h4 {
	color: #464646;
	font-size: 12px;
	margin-bottom: 0; }
p, .normal, table {
	font-size: 12px;
	margin-top: 0; }
a:link {
	color: #62a527; }
a:visited {
	color: #7f7f7f; }
#main a:visited:after {
	content: "\00A0\221A";
	font-size: 100%; }
a:hover {
	color: #fdfccd;
	background-color: #62a527;
	text-decoration: none; }
a:active {
	color: #000; }

a img { 
border: none; }

hr {
	color: #464646;
	background-color: #464646;
	height: 1px;
	border: 0 }
