* {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
}

a{
  text-decoration: none;
  font-weight: bold;
  color: #000000;
 }

a:active{
  text-decoration: none;
  color: #000000;
 }

a:visited{
  text-decoration: none;
  color: #666666;
 }

a:hover{
  text-decoration: none;
  border-bottom: dotted 1px #000000;
  background-color: #E2FFCC;
 }

.links {
  font-size: 14px;
 }

.ueberschrift {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.2em;
}

h2 {
font-size: 16px;
font-weight: bold;
}

.adresse_unten {
  font-size: 12px;
}



