body
{
  background-color: white;
  font-family: Arial;
  font-style: normal;
  font-size: 15px;
}

div.h1
{
  color: red;
  font-weight: bold;
  font-size: 2em;
}

div.h2
{
  color: red;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
}

div.spezial
{
  position:absolute;
  left:0px; top: 0.2em;
  width: 750px;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 2em;
}

img.menu
{
  width: 1em; height: 1em;
  border: 0;
}

div.verweise
{
  position:absolute;
  left: 0px; top:2.5em; width: 750px
}

div.unten
{
  position:absolute;
  left: 0px; top:120px; width: 750px
}

div.seitenname
{
  position: relative;
  top: 100px; left: 0px;
  font-size: 0.8em;
  height: 400px;
  text-align: right;
}

a, a:visited
{
  color: blue;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
a:hover
{
  background-color: yellow;
  color: black;
}
a img, a:visited img
{
  border-color: blue;
}
a:hover img
{
  border-color: red;
}
