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

#outer     { background-color: #cede95; border-right: 300px solid #cede95; border-left: 250px solid #b4c1ce } 
#inner  { margin: 0; width: 100%; height: 100% }


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

#content   { font-size: 11px; margin: 0; padding: 22px 15px 15px; width: 414px; height: 550px; border-right: 3px solid #ffffff; border-left: 3px solid #ffffff } */


/* --------- 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: #cc6 }
#navcontainer li a:hover   { text-decoration: underline; background-color: #cc6 }/* 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 }
