<!--
* {
margin: 0;
padding: 0;
}
html {
height: 101%;
}
body {
background: #dce380; 
font: 100%; helvetica, verdana, sans-serif;
width: 960px;
margin-right: auto;
margin-left: auto;
}
a {
color: #4c6e24;
  text-decoration: none;
}

a:hover, a:active {
color: #cc0a1e;
}


#container {
  margin-right: auto;
  margin-left: auto;
  background: #ced74b;
  width: 960px;  
  
}
#kopf {
background: #ced74b;
margin-top: 20px;

width: 958px;
height: 254px;
}
#kopf #logo img {
margin-right: 0px;
float: left;
width: 182px;
height: 87px;


}
#kopf #topnavi {
  margin-top: 65px;
  margin-right: 15px;

  margin-left: 0px;
  float: right;
 }
#kopf #topnavi a {
  font-size: 0,8em ;
  text-decoration: none;
}
#kopf #topnavi a:hover, #kopf #topnavi a:active, .topaktiv {
  text-decoration: underline;
}
#kopf #kopfbild {
  clear: both;
  background: white url(head.jpg) no-repeat;
  height: 127px;
  width: 956px;
  border: 2px solid #cc0a1e;
}

#main {
  background: url(navigation.gif) repeat-y;
  width: 960px;
  
}


#main #navigation {
 background: url(navigation.gif) repeat-y;
  width: 182px;
  height: *;
  float: left;
  margin-top:-35px;
   margin-right:30px;
  }
  
#main #navigation ul {
  list-style-image: url(erdbeere_klein.gif);
  font-size: 1.1em;
  line-height: 3.6em;
  list-style-type: none;
  margin: 40px 40px 40px 65px;
  padding: 0;
} 

#main #navigation ul li a:hover, #main #navigation ul li a:active {
  color: #cc0a1e;
} 


#main#inhalt {
  
  padding: 20px;
  float: right;
  width: 778px;
  height: *;
}
#main#inhalt p{
 font-size: 0.8em;
  line-height: 1.2em;

  }
#main#inhalt h1 {
  font-size: 1.0em;
  color: #b70d00;
}  

#main #myform fieldset, #myform input, #myform select {border: 1px solid #e0e68e;}
#main #myform fieldset, #myform label, #myform input, #myform select {display: block;}

#main #myform fieldset {
	width: 24em;
	margin: 2em 0em 2em 2em;
	padding: 1em;
}
#main #myform fieldset legend {font-family: helvetica, verdana, sans-serif; font-style: italic; font-size: 1.4em; color: #e0e68e;}

#main #myform fieldset fieldset {width: auto; margin: 0em 0em 1em 0em; padding-bottom: 0em;}
#main #myform fieldset fieldset legend {font: inherit; color: inherit; font-weight: bold;}

#main #myform label {
	margin-bottom: 1em;
	font-weight: bold;
	text-indent: 0.6em;
}
#main #myform fieldset.radio label {font-weight: normal;}
#main #myform fieldset.anrede label {float: left; width: 8em;}

#main #myform input {
	width: 20em;
	padding: 0.2em 0.6em 0.3em 0.6em;
}


#main #myform input#submit {width: 21.4em; margin-top: 1em; margin-bottom: 1em; margin-right: 2em;  float: right;}
#main #myform input#submit:hover {background: #cc0a1e; color: #4c6e24; font-weight: bold;}


#fuss {
background: #3e5c22;
clear: both;
width: 960px;
height: 60px;
}

#fuss p {

padding-top: 15px;
padding-left: 25px;
	padding-bottom: 15px;
font: 0,5em; 
color: #e0e68e;
text-align: left;
valign: center;
}
//-->
