/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 0px 0px;
	padding:0px;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family: arial, sans-serif;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:14px;
	line-height: 1.8em;
}

td{
 vertical-align: top;}

h1
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family: georgia;
	font-style: italic;
	color: #000;
	font-size:24px;
	font-weight: normal;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

a
{
	text-decoration:none;
  color: #7ab51d;
	font-weight: bold;
	font-style: italic;
	font-size:14px;
	text-decoration:underline;
}

a:hover
{
	text-decoration: none;
	color: #7ab51d;
}

img
{
	vertical-align:middle;
	border:0px;
}

 pre, form
{
	margin:0px;
	padding:0px;
}
.farbe_gruen{
color: #7ab51d}