/* Konzerte */

/* Hauptbereich Hintergrund */ 
#main {
  background-image:url(../images/hgkonzerte.jpg);
  background-repeat: no-repeat;
  }
  
#kalnder   {
  position: absolute;
  top: 260px; left: 25;
  }
 
table.konzerte {
  font-size: 10pt;
  }
  
td.titel {
  font-weight: bold;
  
  }

/* td.datumzeit {
  text-align: right;
  }*/
 
 
  
/* verhalten der Links */ 
A:link, A:visited, A:active {
  text-decoration: none;
  color: #582C02;
  }

A:hover {
  text-decoration: none;
  color: white;
  }
 
/* verhalten der Navigation-Links */ 
#navi A:link, A:visited, A:active {
  text-decoration: none;
  color: gray;
  }

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