<html>
<head>
<title>CSS</title>
</head>
			<style type="text/css">
<!--
h1,h2,h3,h4,h5,h6
				{
    color:#CC0000;
    font-family:verdana;
    font-weight:bold;
    align:top
    }
body
				{
    font-family: Verdana, Arial;
    font-size:8pt;
    background-color:#FF9F00;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-darkshadow-color:#CCCCCC;
    scrollbar-face-color:#CCCCCC;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-track-color:#808080
    }
.navi
{
text-decoration: none;

 ul#Navigation {
    width: 5em;
    margin: 0; padding: 0.0em;
    border: 1px solid black;
    background-color: #FF9900;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.0em;
    text-decoration: none; font-weight: ;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #FF7F00;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }


.navi:hover
{
font-family: Verdana, Arial;
font-size: 10px;
text-decoration: none;
color: #FFFFFF;
background-color: #FF7F00;

}
.navi:active
{
font-family: Verdana, Arial;
font-size: 10px;
text-decoration: none;
color: #FFFFFF;
background-color: #FF7F00;

}

.content
    	{
    background-color:#FF9F00
    font-family: Verdana, Arial;
				font-size: 10pt;
}
.links
    	{
    background-color:#cc6600;
     }

.rechts
    	{
    background-color:#cc6600
				}

.unten
				{
    background-color:#ff9900

    }
.bg
				{
    background-color:#F3E0E0
				}

p   {
    color:black;
    font-family:tahoma;
    font-size:10pt;
    text-align:left;
    vertical-align:top
    }
a
				{
    font-family:tahoma;
    font-size:10pt;
    }
    a:link{color:#000000}
    a:visited{color:#C50B3A}
    a:hover{color:#CC0000}
    a:active{color:#336699


table
    {
    width:1000;
    font-family: Verdana, Arial;
    font-size:8pt;
    background-color:#FFFFFF;
    border-width:0pt;
    cellpadding:0;
    cellspacing:0;
    }

.navi
				{
    width:100;
    font-family: Verdana, Arial;
    font-size:10pt;
    border-width:0pt;
    cellpadding:0;
    cellspacing:0;
    text-decoration: none;
    }
.content
{
  width:600;
  cellpadding:5;
  cellspacing:2;
  font-size:8pt;
}







-->
			</style>
</body>
</html>