a.mail, a.text {
  text-decoration: none;
  color: #000000;
  border-bottom: dotted 1px #000000;
}

a.mail:hover, a.text:hover {
  border-bottom: solid 1px #000000;
}

body, li, td, p{
  font-family: Futura, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

h1{
  font-size: 1.5em;
  color: #444444;
}

h2{
  font-size: 1.3em;
  color: #444444;
}

img{
  border: 0px;
}

li{
  margin-bottom: 5px;
}

.bild{
  border: solid 1px #74a466;
}

.navi{
  color: #000000;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 3px;
  font-size: 0.8em;
}

.navi:hover{
  color: #e30500;
}

.navi_aktiv{
  color: #e30500;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 3px;
  font-weight: bold;
  font-size: 0.8em;
}


.navi_unten{
  color: #000000;
  text-decoration: none;
  padding: 3 20 3 3px;
}

.navi_unten:hover{
  color: #e30500;
}

.rahmen_dotted{
  border: dotted 1px #000000;
}

