/* Hauptbereich Hintergrund */ 
#main {
  background-image: url(../images/hglinks.jpg);
  background-repeat: no-repeat;
  }
  
#liste {
  padding: 25px;
  margin-top: 0px;
  width: 650px;
  height: 400px;
  color: black;
  position: absolute;
  top: 225px; left: 75;
 }
 
.titel {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  }
  
/* verhalten der Links */ 
.link:link, .link:visited, .link:active {
  text-decoration: none;
  color: #582C02;
  }

.link:hover {
  text-decoration: none;
  color: white;
  }

  
/* verhalten der Links */ 
.titel:link, .titel:visited, .titel:active, .titel:hover {
  text-decoration: none;
  color: black;
  }