  /*Gestaltung der Links*/
  a:link    { 
  color:#000000; 
  text-decoration:none; 
  font-weight:none; 
  }
  a:visited { 
  color:#000000; 
  text-decoration:none; 
  font-weight:none; 
  }
  a:hover   { 
  color:#000000; 
  text-decoration:underline; 
  background-color:none; 
  font-weight:none; 
  }
  a:active  { 
  color:#000000; 
  background-color:none; 
  font-weight:none; 
  }
  /*Gestaltung der Seiteninhalte*/
  body    	{ 
  background-image:url(../pics/bg.jpg); 
  text:#000000; 
  font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size:10px; 
  }
  H1        { 
  font-size:20px; 
  color:#000000; 
  text-decoration:bold;
  }
