form
  {
  background-color:#FFBE00;
  padding:10px;
  border:4px solid #FFDF00;
  width:800px;
  }
  
li
  {
  /* width:400px; */
  }  
td, input, select, textarea
  {
  font-size:0.86em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 /*  font-weight:bold; */
  }
input, select, textarea, td
  { color:#A52000; }
.feld
  {
  background-color:#FFBE00;
  width:300px;
  border:6px solid #FFDF00;
  }
.wahl
  {
  background-color:#FFBE00;
  width:300px;
  border:6px solid #FFDF00;
  }
.butt
  {
  background-color:#FFBE00;
  color:#FF0000;
  width:200px;
  border:6px solid #FFDF00;
  }

body{
		width:800px; 
		font-size: 0.86em;  
}  
body, td {
        background-color: #fde5b2;
        /*background-image:url(images/Image1.jpg);*/
        color: #000099;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}

th { font-family: verdana,Geneva,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 153);
    font-size: 0.7em;
	font-weight:normal;
}
	
/*Die Überschriften*/
h1, h2, h3, h4 {
        background-color: transparent;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {	line-height:100%;
        font-size: 1em;
	     margin-bottom:0em;
}
h2 {
        font-size: 1.3em;
}
h3 {
        font-size: 0.9em;
}
h4 {
        font-size: 0.1em;
	background-color: #000099;
}
/*Jeder Absatz wird linkbuendig formatiert und von links 3 em eingerückt*/
p {
    margin-left: 0.3em;
    text-align: left;
	/* margin-bottom:0.1em; */
	margin-top:0.3em;
 /* width:800px;	*/
}

/*Die Linkformatierung (in NN 4.x funktioniert das Attribut HOVER und ACTIVE nicht)*/
 a:link {font-size:1.0em; text-decoration:none; font-weight:bold; color:#E00000; }
 a:visited {font-size:1.0em; text-decoration:none; font-weight:bold; color:#800000; }
 a:hover {font-size:1.0em; text-decoration:none; font-weight:bold; background-color:#FFFF00; }
 a:active {font-size:1.0em; text-decoration:none; font-weight:bold; background-color:#CCFFFF; }
 a:focus {font-size:1.0em; text-decoration:none; font-weight:bold; background-color:#FFFF00; }

/*Linkformatierung für Fließtext*/
#sprung a:link { text-decoration:none; font-weight:normal; color:#E00000; }
#sprung a:visited { text-decoration:none; font-weight:normal; color:#800000; }
#sprung a:hover { text-decoration:none; background-color:#FFFF00; }
#sprung a:active { text-decoration:none; background-color:#CCFFFF; }
#sprung a:focus { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
.navi {
	font-family: verdana,helvetica,sans-serif;
	background-color: #fb7922;
	color: #ffffff;
	font-size: 0.9em;
}
.klein {
	font-family:verdana,helvetica, sans-serif;
	background-color: #000099;
	color: #000098;
	font-size: 1pt;
}
.bild  {font-size: 0.9em}

.fett {	font-size: 0.9em;
	font-weight:bold;
}


