h1,h2,h3,p,a,th,td {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  color:        #006600;
}

h1 {
  font-size:  18pt;
}

h2 {
  font-size:  14pt;
}

:target h2 {
  background-color: yellow;
}

h3 {
  font-size:    12pt;
  font-weight:  bold;
}

th {
  color:        #990000;
  font-weight:  bold;
}

p {
  font-size:  10pt;
}

img.links {
  padding:  0 10px 3px 0;
  float:    left;
}

img.rechts {
  padding:  0 0 3px 10px;
  float:    right;
}

a {
  font-size:        10pt;
  font-weight:      bold;
  text-decoration:  none;
  color:            #900000;
}

a.button {
  border:           1px solid #990000;
  padding:          2px;
  background-color: white;
}

a.aktiv {
  color:            orange;
}

a.menu {
  font-size:        12pt;
}

a.deadmenu {
  font-size:        12pt;
  color:            gray;
}

h1 a {
  font-size:        18pt;
}

a:focus  { background-color:#006600; color:white;   }
a:hover  { background-color:#990000; color:white;   }
a:active { background-color:#ffdb80; color:#ff0000; }

