body {
background: #9d0b15;
font-family: Verdana, Arial, "sans serif";
color: #ffffff;
text-align: center;
font-size: 0.75em;
}

.clear {
clear:both;
}

/* LAYOUT 
   ============================= */

   #kiste_gross {
   background: #ffffff;
   padding: 10px;
   width: 910px;
   margin: 0 auto;
   /*
   margin-top: 0;
   margin-bottom: 0;
   margin-right: auto;
   margin-left: auto;
   */
   text-align: left;
   }

      #navigation {
      background: #9d0b15;
      width: 450px;
      height: 300px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      
      /*
        margin: 0 10px 10px 0;
      */
      }
      
         #navi_links{
         float: left;
         width: 225px;
         overflow: hidden;
         }

         #navi_rechts{
         float: right;
         width: 225px;
         overflow: hidden;
         }

      #bild_oben_rechts {
      background: #9d0b15;
      width: 450px;
      height: 300px;
      margin-bottom: 10px;
      float: left;
      }

      #bild_unten_links {
      background: #9d0b15;
      width: 450px;
      height: 300px;
      float: left;
      clear: both;
      margin-right: 10px;
      }

      #inhalt {
      background: #9d0b15;
      width: 450px;
      height: 300px;
      float: left;
      overflow: auto;
      }
      
      	.content_wrapper {
      	padding: 10px;
      	}

/* LINKS
   ============================= */
a:link,
a:visited {
color: #ffffff;
}

a:hover {
color: #990000;
background: #ffffff;
}

/* ÜBERSCHRIFTEN
   ============================= */

h1,
h2 {
margin: 0;
padding: 0;
}

h1 {
font-family: Verdana;
font-weight: normal;
font-size: 1.3em;
}

h2 {
font-size: 1.1em;
font-weight: normal;
}