﻿html,body{
        background-color: #666600;
        font-family: Verdana, Arial, sans-serif;
        font-size: 100%;
        width: 100%;
        height: 100%;
        margin: 0%;
        padding: 0;
        overflow: hidden;
        }
#header {
        margin-left: 40px;
        color: #ffffff;
        text-align: center;
        position: absolute;
        z-index: 2;
        }

#hintergrund{
         width: 100%;
         height: 100%;
         position: absolute;
         z-index: 1;
         }
#navi ul   {
         margin-top: 20px;
         position: absolute;
         z-index: 2;
         width: 100%;
         height: 100%;
         font-size: 0.9em;
         color: #ffffff;
         list-style-type: none;
         }
		 
#navi a  {
         display: block;
         padding: 5px;
         width: 170px;
         text-decoration: none;
         }
#navi a:link
         {
         color: #ffffff;
         }
#navi a:visited
         {
         color: #eebb00;
         }
#navi a:hover
         {
         color: #ffcc00
         }
#content{
         position: absolute;
         top: 0;
         right: 0;
         width: 80%;
         height: 100%;
         font-family: Verdana, Arial, sans-serif;
         font-size: 50%;
         color: #ffffff;
         margin: 0%;
         padding: 0;
         z-index: 2;
         overflow: auto;
         }

