/* ----------outer und inner----------------- */

#outer      { background-color: #e0c128; border-right: 300px solid #e0c128; border-left: 250px solid #b4c1ce } 

#inner   { margin: 0; width: 100% }

/* -----------------Inhalt--------------------- 

#content     { font-size: 11px; margin: 0; padding: 22px 15px 15px; position: relative; height: 550px; border-right: 3px solid #ffffff; border-left: 3px solid #ffffff }*/
/* -----------------Inhalt--------------------- */ 
div#content      { min-height: 610px }
#content    { font-size: 11px; margin: 0; padding: 10px 15px 40px; position: relative; border-right: 3px solid #ffffff; border-left: 3px solid #ffffff }
* html #content    { height: 610px }





/* --------- Navigation mit den Farbangaben zur jeweiligen Rubrik ----------- */
#navi { font-weight: bold; margin: 0; padding: 0; width: 250px; float: left }
#navcontainer { letter-spacing: 0.1em; margin-top: 0; width: 250px }
#navcontainer ul  { line-height: 20px; list-style: none; margin: 0; padding: 0 }
#navcontainer li { margin: 0; border-top: 1px dotted white }
#navcontainer li a   { font-size: 13px; text-decoration: none; display: block; padding: 5px 5px 5px 25px; height: 24px }
#navcontainer li a.current          { font-weight: bold; text-decoration: underline }
#navcontainer li a.currentsub { font-weight: bold; text-decoration: underline; background-color: #e0c128 }
#navcontainer li a:hover  { text-decoration: underline; background-color: #e0c128 } /* Hintergrundfarbe fŸr die Unterrubrik */
#navcontainer li li  { font-size: 11px; margin: 0 }
#navcontainer li li a { font-size: 11px; text-decoration: none; display: block; padding: 5px 5px 5px 40px }



