 body {
   background-color : #2f4f4f;
}
* {
   font-family : "Trebuchet MS", arial, sans-serif, Helvetica;
   color : black;
}
h1 {
   font-weight : bold;
   font-size : 1.8em;
}
h2 {
   font-weight : bold;
   font-size : 1.1em;
   color : #8b4513;
}
h3 {
   font-weight : bold;
   font-size : 0.8em;
}
h4 {
   font-weight : bold;
   font-size : 0.8em;
   color : #8b4513;
}
p {
   font-size : 0.8em;
}
h5 {
   font-weight : normal;
   font-size : 0.8em;
}
div#backround {
   background-color : white;
   background-image : url(bilder/nav_back.gif);
   background-repeat : no-repeat;
   float : top
   left : 50%;
   width : 800px;
   margin : auto;
   padding : 0 0 0 0;
   min-height : 700px;
   }
div#header {
   margin : 0;
   padding : 0 0 0 11em;
   height : 120px;
   background : #2f4f4f;
   background-image : url(bilder/banner.gif);
   background-position : 0em;
   background-repeat : no-repeat;
}

ul#Navigation {

   list-style : none;
   font-weight : bold;
   font-size : 0.8em;
   text-decoration : none;
   text-align : center;
   vertical-align:middle;
   float : left;
   width : 9em;
   margin : 0;
   padding : 0 0.1em;
   
}
ul#Navigation li {
   margin : 0;
   padding : 0;
}
ul#Navigation li a {
   text-decoration : none;
   display : block;
   color : white;
   background-color : #8b4513;
   width : 90px;
   padding : 2px;
   margin : 10px;
   border : 3px solid #8b4513;
   border-style : outset;
   background-image : url(hinter.gif);
}
ul#Navigation li a:hover, #Navigation li#active a{
   display : block;
   color : white;
   background-color : #d2691e;
   background-image : url(hinter_on.gif);
   border : 3px solid #d2691e;
   border-style : inset;
}
ul#Navigation li.curr_loc {
   text-decoration : none;
   display : block;
   color : white;
   background-color : #b8860b;
   width : 90px;
   padding : 2px;
   margin : 10px;
   background-image : url(hinter_on.gif);
   border : 3px solid #b8860b;
   border-style : inset;
}
div#News {
   float : right;
   width : 10em;
   margin : 0;
   padding : 1.5em 0.5em;
}
div#Inhalt {
   float : top
   width:650px;
   margin : 0 1em 1em 9em;
   padding : 0;
   
}
* html div#Inhalt {
   height : 1em;
}
p#footer {
   font-size : 0.7em;
   text-align : center;
   color : white;
   width:800px;
   height: 120px;
   margin : auto;
   background-color : white;
   background-image : url(bilder/hinter_footer.gif);
}

