body {
  background:#CCCBCB;
}

#container {
  width:800px;
  height:430px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-210px 0 0 -400px;
}
#image {
  float:left;
  width:400px;
  height:420px;
  background:#fff;
}
#content {
  float:left;
  width:400px;
  height:420px;
  background:#C9642F;
}
#content * {
  display:none;
}

body.start #content {
  background-image:url(content_start.gif);
}
body.impressum #content {
  background-image:url(content_impressum.gif);
}

#footer {
  padding:0 0 0 712px;
  clear:both;
}
#email {
  width:27px;
  height:16px;
  display:block;
  float:left;
  background:url(email.gif);
  margin:0 10px 0 0;
}
#email span {
  display:none;
}
#impressum {
  width:51px;
  height:16px;
  display:block;
  float:left;
  background:url(impressum.gif);
}
#impressum span {
  display:none;
}