/**
FARBCODES:

hellgrün #a9c83c
mittelgrün #568628
dunkelgrün #007e35

**/


a:link {
  text-decoration: none;
  color:#F60;

  }

a:visited {
  text-decoration: none;
  color:#F60;
  }

a:focus {
  text-decoration: none;
  color:#F60;
  }

a:hover {
  color:#FC0;
  text-decoration:underline;
  }

a:active {
  color:#F60;
  text-decoration: none;
  }


#body {
	margin:10px 10px 10px 10px;
}

#content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.3;
	color:#011c53;
}

#impressum {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#011c53;
}

#head {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#011c53;
}
