/* CSS Document */

div.bgfixed {
  /*background-image:url(hintergrund.gif);*/
  /*position:absolute; top:10px*/
  background-repeat:no-repeat; background-position:center center;
  background-attachment:fixed;
}


h1{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18pt;
}


body{
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
  font-size: 12pt;
  font-weight:500;
}


table{
  border:0px;
}


a:link { 
  color:#000000; text-decoration:none;
}


a:hover { 
  color:#000000; text-decoration:none;
}

a:active { 
  color:#000000; text-decoration:none; 
}


a:visited {
  color:#000000; text-decoration:none;
}


a{
  font-size: 12pt;
  text-decoration:none;
}




