body,td               {
                                font-family:arial;
                                font-size:10pt;
                           }

td                        {    vertical-align:top;    }

.naviLinks           {
                                top:0px;
                                bottom:20px;
                                left:0px;
                                width:160px;
                                position:absolute;
                                padding:10px;
                                background-color:red;
                                color:white;
                                font-size:10pt;
                                font-weight:bold;
                                text-align:center;
                                overflow:hidden;
                           }

.naviOben           {
                                top:0px;
                                height:80px;
                                left:160px;
                                right:0px;
                                position:absolute;
                                padding:10px;
                                background-color:red;
                                color:white;
                                font-size:8pt;
                                text-align:right;
                           }

.status                 {
                                left:0px;
                                right:0px;
                                height:20px;
                                bottom:0px;
                                position:absolute;
                                padding:10px;
                                background-color:red;
                                color:white;
                                font-size:8pt;
                                text-align:right;
                           }

.inhalt                 {
                                top:80px;
                                bottom:20px;
                                left:160px;
                                right:0px;
                                position:absolute;
                                padding:10px;
                                background-color:red;
                                overflow:hidden;
                           }

a.red:link            {
                                color:white;
                                text-decoration:none;
                           }

a.red:visited       {
                                color:white;
                                text-decoration:none;
                           }

a.red:active        {
                                color:white;
                                text-decoration:none;
                           }

a.red:hover         {
                                color:yellow;
                                text-decoration:none;
                           }

p.normal             {
                                font-family:arial;
                                font-size:10pt;
                                color:black;
                           }

p.blue_bk            {
                                font-family:fantasy;
                                font-style:italic;
                                font-weight:bold;
                                font-size:10pt;
                                color:blue;
                           }

ul#Navigation {
    width: 140px;
    margin: 0; padding: 0;
    background-color: red;
  }

ul#Navigation li {
    list-style: none;
    margin: 0em; padding: 0;
  }

ul#Navigation a {
    display:block;
    padding: 0em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: red; background-color: #ccc;
  }

ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: yellow; background-color: gray;
  }