

body {
    margin: 0;
    padding: 0;
    font: 85% Verdana, helvetica, sans-serif;
    text-align: center;
    color: #333;
    background:#e3ecec;
  }


a:link {
    color: #B52C07;
text-decoration: none;
  }


a:visited {
    color: #600;
text-decoration: none;
  }


a:hover, a:active {
    background-color : #B52C07;
    color : #fff;
    text-decoration : none;
  }


h2 {
    color: #B52C07;
    font: 120% Verdana, "Arial", serif;
    font-weight: bold;
    margin: 0 0 2px 0;
  }


h2 a {
    text-decoration: none;
  }


h3 {
    color: #5B5E0E;
    font: 106% Verdana, times, "times new roman", serif;
    font-weight: bold;
    margin-top: 0;
  }


#container {
    margin: 1em auto;
    width: 600px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff;
  }


#header {
    height: 100px;
    background-image: url(kopf.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
  }


#header h1 {
    font-size: 1px;
    text-align: right;
    color: #fff;
    margin: 0;
    padding: 0;
  }


#menu {
    float: right;
    width: 200px;
    height: 180px;
    padding-left: 10px;
    padding-right: 150px;
    margin-top: 350px;
  }


#menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    line-height: 165%;
  }


#contents {
    margin: 0 25px 40px 25px;
    /*background: url(../bilder/intro.gif);
    */;
  }


#contents p {
    line-height: 150%;
  }


#footer {
    clear: both;
    height: 15px;
    background-color: #ffffff;
  }
