a:link {color: rgb(0, 51, 102);}
a:visited {color: rgb(0, 51, 102);}
a:active {color: rgb(0, 51, 102);}

body
{
   font-family: Times New Roman;
   background-color: rgb(255, 255, 153);
   color: rgb(0, 51, 102);
}
table
{
   table-border-color-light: rgb(204, 153, 255);
   table-border-color-dark: rgb(204, 0, 204);
}

h1, h2, h3, h4, h5, h6 {font-family: Times New Roman;}
h1 {color: rgb(0, 51, 102);}
h2 {color: rgb(51, 0, 153);}
h3 {color: black; font-weight: bold}
h4 {color: black; font-weight: bold}
h5 {color: black; font-weight: bold}
h6 {color: black; font-weight: bold}

#inhalt
{
   position: absolute;
   top: 15px;
   left: 178px;
   right: 10px;
}

div.navi a:hover {background-image: url('img/buttonB.jpg');}

div.navi
{
   width: 150px;
   height: 100%;
   position: fixed;
   top: 20px;
   left: 17px;
   z-index: 1;
   margin-right: 10px;
   overflow: auto;
}

ul.navi
{
   list-style-type: none;
   width: 100%;
   margin: 0px;
   padding: 0px;
}

li.navi
{
   margin-bottom: 4px;
   width: 125px;
   height: 25px;
   background-image: url('img/buttonA.jpg');
}

a.navi
{
   display: block;
   text-decoration: none;
   font-family: tahoma;
   font-size: 14pt;
   text-align: center;
}

