html {
  font-size:100.01%; 
}
body {
  font-size:0.8em;
  text-align:center;
}
#wrap {
  width:75em;
  text-align:left;
  margin:1em auto;
  background:#923321;
  border:black solid 0.1em;
}
html>body #wrap {
  min-width:56em;
  max-width:75em;
  width:auto;
}
#header {
  text-align:left;
  border-bottom:white solid 0.2em;
}
#main-body {
  float:left;
  width:80%;
}
#sidebar {
  float:left;
  width:24.9%; /*0.1% Abweichung wegen IE 8*/
  overflow:hidden;
}
#content {
  float:right;
  width:75%;
  overflow:hidden;
  background:white;
}
#sidebar-2 {
  float:right;
  width:20%;
  overflow:hidden;
}
#footer {
  clear:both;
  border-top:white solid 0.2em;
  text-align:center;
}