/*Ganze Seite*/
body
  {
  font-size:12px;
  color : #575757;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  scrollbar-base-color: #FFFFFF;
  }
  
a {
  color : #C60B27;
  }
  
a:hover {
  color : #C60B27;
  }

td
  {
  font-size:12px;
  color : #000000;
  font-family: Arial, Helvetica, sans-serif;
  }

/*Standard Textformatierungen*/
.text
  {
  font-size:12px;
  color : #575757;
  font-family: Arial, Helvetica, sans-serif;
  }

.rot  {
  color : #81252C;
  font-weight: bold;
  }
.ueberschrift
  {
  font-size:13px;
  color : #575757;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  }

/* Navigation */  
.navi {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

.topnavi {
  font-family: Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
  
A.navi:hover {
  text-decoration: underline;
}

.headline {
  font-family: Arial, Helvetica, sans-serif;
  color : #575757;
  font-size: 18px;
  font-weight: bold;
  font-style:italic;
}

.sucheformdiv {
  background-color: #E8E1D9;
}
