/* HEAD */
#head {
  height: 100px;
}

/* NAVIGATION */
#navi {
  border-bottom: 1px dotted #FAFAD2;
}

/* LEFT SIDE */
#left {
  float: left;
  width: 150px;
  margin: 3px;
  height: 99%;
  padding: 0px;
}

/* RIGHT SIDE */
#right {
  float: right;
  top: 0px;
  right: 0px;
  width: 150px;
  margin: 3px;
  
}

/* CENTER */
#center {
  padding: 5px;
  overflow: visible;
  width: 450px;
  margin: auto;
  border: 0px solid #FAFAD2;
}

/* MIDDLE */
#middle {
}

/* FOOTER */
#footer {
  border-top: 1px dotted #FAFAD2;
  padding-top: 15px;
  text-align: center;
  font-size: 80%;
}Bildlich:
