html, body, td {
  margin : 0;
  padding : 0;
  font-family : Arial, Verdana, Helvetica;
  font-size : 12px;
  color : #34393c;  
}

#global-container {
  position : absolute;
  left : 50%;
  margin : 0 0 0 -460px;
  width : 920px;
  _height : 100%;
  min-height : 100%;
  width : 920px;
  background : url('/_content/img/background.jpg');  
}

#header-container {
  height : 207px;
  width : 920px;
  background : url('/_content/img/header.jpg');
}

#header-banner {
  float: left;
}
#header-navigation {
  float: right;
  position: relative;
  height: 207px;
  width: 250px;
}

#trenner {
  height : 16px;
  width : 920px;
  background : url('/_content/img/trenner.jpg');
}

#navigation {
  float : left;
  width : 220px;
}

#content-container {
  float : left;
  width : 450px;
  text-align : left;
  margin : 0 0 0 20px;
}

#bilder-rechts {
  float : left;
  width : 170px;
  margin : 0 0 0 30px;
}

.clear {
  clear : both;
}