body {
  background-color: #FEFCF3;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

p, td, div, input, textarea  {
  line-height:1.4em; 
  color: #666666; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, Sans-serif;
}

input, textarea  {
  background-color: #F9F6EF;
  border: 1px solid #869B33;
}

a {text-decoration: none; font-size:12px;}
a:link    {color: #666666;}
a:active  {color: #333333;}
a:visited    {color: #333333;}
a:hover  {color: #333333;text-decoration: underline}

h1 {
	font-size: 20px;
	color: #869B33;
}

h2 {
	font-size: 18px;
	color: #869B33;
}

h3 {
	font-size: 14px;
	color: #869B33;
}

b {
	color: #666666;
}

.guen {
	color: #869B33;
	font-weight:bold;
}

.rot {
	color: #FF0000;
	font-weight:bold;
}

.klein {
  font-size: 10px;
}

a.klein {text-decoration: none; font-size:10px;}
a.klein:link    {color: #666666;}
a.klein:active  {color: #333333;}
a.klein:visited    {color: #333333;}
a.klein:hover  {color: #333333;text-decoration: underline}