* {
  margin: 0;
  padding: 0;
  }
  
  #main {
  width: auto;
  margin: 0 auto;
  }
  
  #navigation {
  position: static;
  background: #e1e697;
  }
  
  #navigation #main_nav {
  position: static;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-left: 20px;
  }
  
  #content #content_supp {
  width: auto;
  float: left;
  background: #edf2d5;
  }
  
  
  #content #content_main {
  width: auto;
  background: #edf2d5;
  padding: 20px;
  }
  
  #content {
  width: 100%; /*IE6*/
  overflow: auto;
  background: #edf2d5;
  }
  
  #footer {
  clear: both;
  background: #17a245;
  padding: 2px;
  }
  
  #footer .datenschutz {
  float: right;
  }
  
  body {
  font-family: "URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans serif;
  font-size: 10pt;
  }
  
  h1 {font-size: 140%; }
  h2 {font-size: 120%; }
  h3 {font-size: 100%; }
  
  h1,h2,h3 {margin: 0 0 5px 0; }
  
  p {
    text-align: left;
    margin: 5px 0;
  }
  
  ul { list-style-type: none;}
  
  #navigation, #content {
  margin-bottom: 0px;
  }
  
  ul#main_nav li {
  display: inline;
  }
  
  #footer a {color: #ffffff; }
  #content a {color: #1a171b; }
