body {
background-color: white;
}
div#logo 
{
    position:absolute;
    font-family:Verdana;
    left:110px;
    width: 600px;
    top: 30px;
    padding-left: 20px;
    font-size: 1.1em;
    text-align: right;
    color: #339933;
}

div#Navi 
{
    position:absolute;
    font-family:Verdana;
    top:200px;
    left:2px;
    background-color: orange;
    padding-left: 1px;
    padding-top: 2px;
    width: 108px;
    height: 170px;
    }

ul#Navigation
{
    font-family:Verdana;
    font-size: 1em;
    margin-left: 1px;
}

ul#Navigation li
{
    list-style:none;
}

ul#Navigation a {
    font-family:Verdana;
    text-decoration : none;
    list-style-position: outside;
    display: block;
    padding: 0.1em;
  }
  ul#Navigation a:link {
    color: white;
  }
  ul#Navigation a:visited {
    color: white;
  }
  ul#Navigation a:hover {
    color: #339933;
    text-decoration: underline;
  }
  ul#Navigation a:active {
    color: white;
  }

div#Seite  
{
    position:absolute;
    font-family:Verdana;
    font-size: 0.9em;
    left: 110px;
    top: 50px;
    width : 600px;
    height: 500px;
    padding-left: 20px;
    background-color:white;
    border: 1px solid orange;
    overflow:auto;
   
}

h2 { 
font-size : 1.1em;
margin : 15px;
left : 15px;
width: 560px;
padding-top : 5px;
padding-bottom : 5px;
color : #339933;
font-family:Verdana;
text-align : left;
border-top : 1px solid orange;
border-bottom : 1px solid orange;
background-color : white;
background-attachment : fixed;
background-position : left 0%;
}
 
h3 { 
font-family:Verdana;
font-size : 1em;
margin-left : 20px;
background-color : #ffffff;
color : #339933;
text-align : left;
} 

h4 { 
font-family:Verdana;
font-size : 1em;
margin : 0.1em 0;
background-color : #ffffff;
color : #000000;
text-align : center;
} 

div#Seite li 
{
   font-family:Verdana;
   font-size : 1em;
   list-style: circle;
}

div#Seite a {
    font-family:Verdana;
    text-decoration : none;
    list-style-position: outside;
    padding-bottom: 0.1em;
  }
  div#Seite a:link {
    color: black;
  }
  div#Seite a:visited {
    color: black;
  }
  div#Seite a:hover {
    color: #339933;
    text-decoration: underline;
  }
  div#Seite a:active {
    color: black;
  }
 
p#Fusszeile  
{
font-family:Verdana;
position:absolute;
bottom: 10px;
left : 25px;
width : 560px;
color: #339933;
font-size : 0.7em;
margin : 0;
padding-top : 4px;
padding-bottom : 4px;
text-align : center;
border-top : 1px solid orange;
border-bottom : 1px solid orange;
} 
p#Fusszeile a { 
text-decoration : none;
padding : 0.3em;
font-weight : normal;
} 
p#Fusszeile a:link { 
background-color : #ffffff;
color : #339933;
} 
p#Fusszeile a:visited { 
background-color : #ffffff;
color : #339933;
} 

p#Fusszeile a:hover { 
background-color : #ffffff;
color : black;
} 

p#Fusszeile a:active { 
background-color : #ffffff;
color : #339933;
}

div#Sidenavi 
{
    font-family:Verdana;
    position:absolute;
    top:200px;
    left:730px;
    background-color: orange;
    padding-left: 5px;
    padding-top: 2px;
    width: 400px;
    height: 170px;
    }

ul#Sidenavigation
{
    font-size: 1em;
    margin-left: 1px;
}

ul#Sidenavigation li
{
    list-style: none;
}

ul#Sidenavigation a {
    text-decoration : none;
    list-style-position: outside;
    display: block;
    padding: 0.1em;
  }
  ul#Sidenavigation a:link {
    color: white;
  }
  ul#Sidenavigation a:visited {
    color: white;
  }
  ul#Sidenavigation a:hover {
    color: #339933;
    text-decoration: underline;
  }
  ul#Sidenavigation a:active {
    color: white;
  }
