/* CSS Document */

div#spalte1 {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 11em;
    margin: 0;
    padding: 1.5em 0.5em 0.5em 0.5em;
/*    background-color: #DDECD7; /*c7dfbd;*/
    background-color: #FDF7E0;
    border-width: 1px;
    border-style: none;
    border-right-style: solid;
    border-color: #c7dfbd;
  }

div#spalte3 {
    position: absolute;
    top: 90px;
    right: 10px;
    width: 11em;
    margin: 0;
    padding: 1.5em 0.5em 0.5em 0.5em;
/*    background-color: #DDECD7; /*c7dfbd;*/
    background-color: #FDF7E0;
    border-width: 1px;
    border-style: none;
    border-left-style: solid;
    border-color: #c7dfbd;
  }

div#spalte2 {
    position: absolute;
    top: 93px;
    left: 13em;
    right: 13em;
    padding-left: 1em;
    padding-right: 1em;
  }

