body
{ background-image: url(../jpg/background.jpg);
  background-attachment: fixed;
  font-family: Arial;
  font-style: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  padding-right: 5px;
}

p {text-align: justify;}

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;
}

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

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

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


a img, a:visited img
{
  border-color: blue;
}
a:hover img
{
  border-color: red; 
}
