      /* Angaben für alle standardkonformen Browser */
      body
      {
         margin:0;
         padding:0;
      }
      #content_container
      {
         padding-bottom:0;
         width:98%; 
         float:left;
      }

      #footer
      {
         float:left;
         bottom:0px;
         height:4%;
         background-color:#F22E08;
         text-align:center;
         padding:0;
         width:100%;
      }
      /* Angaben nur für den Internet Explorer mit Star-HTML-Hack */
      * html, * html body
      {
         margin:0;
         padding:0;
         height:100%;
         overflow:auto;
      }
      * html #content_container
      {
         padding:0;
         height:95%;

      }
      * html #footer
      {
         background-color:#F22E08;
         text-align:left;
         
      }

      #space {
        width:1%;
        height: 96%;
        float:left;
      }
       .fuss_navi
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 17px;
			color: #E5E5E5;
			line-height: 18px;
			font-weight: bold;
			text-decoration: none;
			cursor: pointer;
		}
		a.fuss_navi:active,
		a.fuss_navi:hover
		{
			color: #7F7F7F;
		}