/* Hintergrund */
body, table, td {
    padding: 0;
    margin: 0px;
    margin-top:5px;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, sans-serif;
    line-height: 110%;
    font-size:12px;
    color: #858E35;
}


#line {
    background-image: url(../grafiks/back_u.jpg);
    background-repeat: repeat-x;
}

/* Natvigation Link*/
DIV.E_0 a
  { text-decoration: underline;
  font-family: arial, helvetica, verdana;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #858E35;
  background-color: #FFFFFF; 
  }

/* Navigation Mouseover */  
DIV.E_0 a:hover { 
  text-decoration: underline;
  color: #858E35;
  background-color: #E7F387; 
  }


/* Navigation Link aktiv */  
DIV.E_1 a
  { text-decoration: none;
  font-family: arial, helvetica, verdana;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #858E35;
  background-color: #FFFFFF;
  }

/* Navigation Link mouseover aktiv */   
DIV.E_1 a:hover { 
  text-decoration: none;
  color: #858E35;
  background-color: #FFFFFF;
  }
  