body {
  background-color: #ffffcc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  }

a {
  color: #DD0000;
  text-decoration: none;
  }

h1 {
  font-size: 18px;
  font-weight: bold;  
  margin: 5 0 10 0; 
  }

li {
  list-style-image: url(../images/basic/p_bullet_12.gif); 
  }

td, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  }

td.verlauf {
  background-image: url(../images/basic/bg_background.jpg);
  background-repeat: no-repeat;
  }
  
p {
  margin: 0 0 5 0px;
}

.bild {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  }
    
.bild_inline {
  border: solid 5px cornsilk;
  }
    
.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #777777;
  }
  
.navi{
  font-size: 12px;
  font-stretch: wider;
  font-weight: bold;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #777777;
  text-decoration: none;
  color: #444444;
  display: block;
  padding: 2px;
  }

.navi2{
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #444444;
  display: block;
  padding-left: 2px;
  }

.navi_unten{
  font-size: 10px;
  font-weight: bold;
  font-stretch: wider;
  text-decoration: none;
  color: #FF6000;
  }

.a:hover{
  color: #000000;
  text-decoration: underline;
  }

.navi:hover{
  color: #FF6000;
  }

.navi2:hover{
  color: #FF6000;
  }

.navi_unten:hover{
  color: #777777;
  text-decoration: underline;
  }

.button_submit{
  border: 1px solid black; 
  background-color: #DDDDDD; 
  color: #DD0000;
  font-size:10px;
  }
  
.button_submit:hover{
  color: #000000;
  text-decoration: underline;
  }
  
.button_reset{
  border: 1px solid black; 
  background-color: #81a4fe; 
  color: #ffffcc;
  }
  
.button_red{
  border: 1px solid black; 
  background-color: #ffc8c8; 
  color: #000000;
  }
  
.pflicht {
  background-color: #f4a491;
}

