/* general settings    */

  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: white;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    margin: 0; padding: 0;
    font-weight: bold;
  }
  html {
    padding: 0;
  }

.topmenues a, .mainnavigation a {
text-decoration: none;
}

.mainnavigation a, .mainnavigation a:visited {
color: #333333;
font-weight: bold;
}

.mainnavigation a:hover {
color: #97a11d;
font-weight: bold;
}


.content p {font-weight: normal;}

.content .news p, .content .news a {
font-size: 11px;
}


/*    Wackelbilder   */

 #m1kwicks_container {

background: transparent url("/images/0e59c058-c871-43e4-b6a1-08b7a7876d39/e300f05f-aab0-4735-8dd4-1e4cb78e6c4c.gif") no-repeat right;

           }


  /* fixierte Header */
  #header {
    position: absolute;
    top: 0px; left: 0px; right: 16px; height:170px;
    z-index:6;
  }
  html>body #header {  /* nur fuer moderne Browser! */
    position: fixed;
    top: 0px; left: 0px; right: 0px;
  }
  #header img { /* wichtig für 100% Breite des Headers */
    float: right;
  }




 
/* fixierter Footer*/ 

  #footer {
    position:absolute;
    bottom: 15px; left: 0px; right: 16px; height:20px;
    background-color:#373737;
    z-index:6;
  }

  html>body #footer {  /* nur fuer moderne Browser! */
    position: fixed;
    bottom: 0px; left: 0px; right: 0px;
    background-color:#373737;
  }

  #footer img { /* wichtig für 100% Breite des Headers */
    height: 1px; float: right;
  }

   

 

  /* Inhalt der Seite */
  #pagecontent {
    margin-left: auto;
    margin-right: auto;
    width:950px;
    text-align: left;
  }
  html>body #pagecontent {  /* nur fuer moderne Browser! */
    margin-left: auto;
    margin-right: auto;
  }

  /* Scrollbereich */
  #scrollarea {
    left:0px;
    right:0px;
    text-align: center;
  }


