

#top {
    background-color : yellow;
    z-index: 1;
  }


#links {
    background-image : url('simpsons-logo-toy_1225030271_thumb_kacheln.jpg');
    min-height: 100%;
    border:groove;
    float: left;
    width: 200px;
  }


#mitte {
    background-color : yellow;
    border:groove;
    height: 100%;
    float: left;
    width: 812px;
  }
.zitat{
   border:groove;
   background-color:red;
   color: white;
}

