<HTML>
<HEAD>
<TITLE>Style-Sheets Deget</TITLE>
<style type="text/css">
<!-- 
  /* Kommentare innerhalb von Style-Sheet-Bereichen */

  a:link, a:visited {text-decoration: none}
  a:hover {text-decoration: underline; color:#ffffff}

  .schrift {font-size:11px; color:#000000; font-family:Verdana;}
  .ueberschrift {font-size:17px; color:#000000; font-family:Verdana;}
  .ueberschriftklein {font-size:12px; color:#000000; font-family:Verdana;}

  .navigation {font-size:11px; font-weight:bold; color:#000000; font-family:Verdana;}
  .navigationklein {font-size:10px; color:#000000; font-family:Verdana;}

  .sitemap {font-size:18px; font-weight:bold; color:#ffffff; font-family:Verdana;}
  .sitemapklein {font-size:11px; font-weight:bold; color:#ffffff; font-family:Verdana;}
  .sitemapweiss {font-size:11px; font-weight:bold; color:#ffffff; font-family:Verdana;}

  p.position {margin-top:10px; margin-left:100px}
  p.position01 {margin-top:27px}
//-->
</style>
</head>
</html>