/* Hauptbereich Hintergrund */ 
#main {
  background-image:url(../images/hgjoth.jpg);
  background-repeat: no-repeat;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  }
  
#text1 {
  padding: 20px;
  margin-top: 0px;
  width: 425px;
  height: 350px;
  color: black;
  position: absolute;
  top: 50px; left: 30;
  }

#text2 {
  padding: 20px;
  margin-top: 0px;
  width: 600px;
  height: 250px;
  color: black;
  position: absolute;
  top: 550px; left: 30;
  }

p {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal; 
  color: black;
  }
  
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 20;
  }
 
#bild01 {
  position: absolute;
  top: 112px; left: 510px;
  }
  
/* verhalten der "text2"-Links */ 
#text2 A:link, A:visited, A:active {
  text-decoration: none;
  color: gray;
  }

#text2 A:hover {
  text-decoration: none;
  color: white;
  }