

#header {
    background-color: #E6E6E6;
    height: 120px;
    text-align: left;
    margin-left: 180px;
    }


#links {
    float: left ! important;
    margin: 0;
    background-color: #E6E6E6;
    position: fixed;
    font-family: monospace;
    font-size: 12pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: black;
    height: 480px;
    }


#links ul {
    background-color: transparent;
    list-style-type: none;
    list-style-position: inside;
    left: 0;
    margin: 0;
    padding: 0;
    max-width: 80px;
    text-indent: 0px;
    text-align:left;
  }


#links li {
    background-color: transparent;
    left: 0px;
    margin: 0;
    padding-left: 10px;
    text-indent: 0px;
    width: 80px;
  }


#mitte {
    background-color: #E6E6E6;
    margin-left: 180px;
    margin-top: 10px;
    height: 100%;
  }


#rechts {
    border: 1px solid blue;
    margin: 0pt 0px;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 100px;
  }


#spirale {
    background-color : #b4b4b4;
    height : auto;
    left : 130px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    min-height : 1080px;
    position : absolute;
    top : 0px;
    width : 40px;
  }


#navi_unten {
    background-color: #b4b4b4;
    margin-top: 10px;
    margin-left: 180px;
  }


#produkte {
    padding-top: 0.5em;
    margin: 0 auto;
    width: 95%;
    text-align: center;
  }


#produkte ul {
    padding: 0;
    text-align: center;
  }


#produkte li {
    display: block;
    float: left;
    text-align: center;
    margin: 6px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #cccbb9;
  }


#bild_r {
    position: relative;
    border:solid 2px blue;
    float: right;
  }


#bild_l {
    position: relative;
    border:solid 2px red;
    float: left;
  }


