      body, div  {
	background-color: #FFFFFF;
           margin-top : 2em;
           padding : 0;
      }
     #links {
           float : left;
           width : 10em;
           font-size : 0.95em;
      }
     #rechts {
           float : right;
           width : 10em;
           font-size : 0.95em;
      }
    #mitte {
           margin : 0 5em 0 10em;
      }
     #mitte {
           font-size : 0.95em;
      }
     .innenDiv {
           padding : 0.5em 1em;
      }
     h1, h2, h3, h4 {
           margin : 0.2em 0;
           font-family : Arial, Helvetica, sans-serif;
      }
     p {
           margin : 0.5em 0;
		  
    }
     .vali {
          float : left;
          font-family : Arial, Helvetica, sans-serif;
          font-size :12px;
           width : 80%;
      }
     .kont {
          float : right;
      }
    #links, #rechts {
           border-color : silver;
           border-style : solid;
		   
      }
      a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}
      
	  ul, li{
	  list-style: none;
		  }
	  ol{
	  text-decoration: none;
	  color:#6699CC;
	  font-size: medium;
	  }
     #rechts {
          border-width : 0 0 0 1px;
      }
    #links {
          border-width : 0 1px 0 0;
      }
     #unten {
           clear : both;
      }
