/* Hauptbereich Hintergrund */ 
#main {
  background-image:url(../images/hgchro.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: 500px;
  height: 350px;
  color: black;
  position: absolute;
  top: 25px; left: 25;
  }

#text2 {
  padding: 20px;
  margin-top: 0px;
  width: 625px;
  height: 250px;
  color: black;
  position: absolute;
  top: 675px; left: 25;
  }

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: 475px; left: 40px;
  }

/* verhalten der "text2"-Links */ 
#text2 A:link, A:visited, A:active {
  text-decoration: none;
  color: gray;
  }

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