

#header {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:200px;
  }


#buttons {
    position:absolute;
    top:200px;
    left:0px;
    width:220px;
    height:100%;
  }


#content {
    position:absolute;
    top:200px;
    left:220px;
    height:100%;
  }


body {
    background-color:#9DAFFF;
  }


tl.bild {
    position:absolute;
    top:10px;
    left:10px;    
  }


blockquote {
    background-color : #000000;
    border-bottom-style : ridge;
    border-left-style : ridge;
    border-right-style : ridge;
    border-top-style : ridge;
    color : #ffffff;
  }

.event {
    background-color : green;
}

.Schlagzeile {
    background-color : blue;
}

