 body {
   background-color : #A4A0A0;
}
* {
   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 : #334C78;
}
h3 {
   font-weight : bold;
   font-size : 0.8em;
}
h4 {
   font-weight : bold;
   font-size : 0.8em;
   color : #334C78;
}
p {
   font-size : 0.8em;
}
h5 {
   font-weight : normal;
   font-size : 0.8em;
}
div#backround {
   background-color : white;
   background-image : url(bilder/backround.gif);
   float : top
   left : 50%;
   width : 800px;
   margin : auto;
   padding : 0 0 0 0;
   min-height : 800px;
}
div#header {
   margin : 0;
   padding : 0 0 0 11em;
   height : 120px;
   background : white;
   background-image : url(bilder/banner.gif);
   background-position : 0em;
   background-repeat : no-repeat;
}
html > body h1 {
   border-color : gray;
}
ul#Navigation {

   list-style : none;
   font-weight : bold;
   font-size : 0.8em;
   text-decoration : none;
   text-align : center;
   float : left;
   width : 9em;
   min-height : 500px;
   height: 600px;
   margin : 0;
   padding : 0 0.1em;
   background-position : bottom;
   background-repeat : no-repeat;
   background-image : url(bilder/nav_back.gif);
}
ul#Navigation li {
   margin : 0;
   padding : 0;
}
ul#Navigation li a {
   text-decoration : none;
   display : block;
   color : black;
   background-color : #758AB1;
   width : 100px;
   padding : 2px;
   margin : 10px;
   border : 3px solid #758AB1;
   border-style : outset;
   background-image : url(hinter.gif);
}
ul#Navigation li a:hover, #Navigation li#active a{
   display : block;
   color : #A4A0A0;
   background-color : #334C78;
   background-image : url(hinter_on.gif);
   border : 3px solid #A4A0A0;
   border-style : inset;
}
ul#Navigation li.curr_loc {
   text-decoration : none;
   display : block;
   color : #A4A0A0;
   background-color : #334C78;
   width : 100px;
   padding : 2px;
   margin : 10px;
   background-image : url(hinter_on.gif);
   border : 3px solid #A4A0A0;
   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;
}

ul#Navigation_Liga {
   float: left;
   list-style : none;
   font-weight : bold;
   font-size : 0.8em;
   text-decoration : none;
   text-align : center;
   margin : 0;
   padding : 1.1em;
}
ul#Navigation_Liga li {
   display: inline;
   list-style: none;
   margin : 0;
   padding : 0;
}
ul#Navigation_Liga li a {
   text-decoration : none;
   color : black;
   background-color : #758AB1;
   padding : 2px;
   margin : 1px;
   border : 3px solid #758AB1;
   border-style : outset;
   background-image : url(hinter.gif);
}


ul#Navigation_Liga li a:hover, #Navigation_Liga li#active a{
   color : #A4A0A0;
   background-color : #334C78;
   background-image : url(hinter_on.gif);
   border : 3px solid #A4A0A0;
   border-style : inset;
}
ul#Navigation_Liga li.curr_loc {
   text-decoration : none;
   color : #A4A0A0;
   background-color : #334C78;
   padding : 2px;
   margin : 10px;
   background-image : url(hinter_on.gif);
   border : 3px solid #A4A0A0;
   border-style : inset;
}