html, body {
  background-color: #6280a0;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  font: 14px/18px Verdana;
}
#container {
  width: 820px;
  margin: auto;
  text-align: left;
}
#tablet {
  background: url(../images/endless.jpg) repeat-y;
  padding: 500px 0 0 0;
  margin: 0 0 0 -336px;
}
#top {
  position: absolute;
  top: 0;
  z-index: 2;
  background: url(../images/top.jpg) no-repeat;
  margin: 0 0 0 0;
  width: 1500px;
  height: 400px;
}
#main {
  position: relative;
  z-index: 5;
  margin: -380px 0 0 380px; /* oben überlappen, linker abstand */
  min-height: 380px;
  _height: 380px; /* ie hack */
  width: 735px;
}
#content {
  padding: 40px 0 0 275px;
}
#bottom {
  position: absolute;
  background: url(../images/bottom.jpg) no-repeat;
  margin: -100px 0 0 0;
  width: 1500px;
  height: 254px;
}
img { 
  behavior: url(../javascripts/iepngfix.htc); 
}
h1 {
  margin: 0;	
  color: #0891b8;
  font-weight: normal;
  vertical-align: bottom;
}
p {
  margin: 0px 10px 30px 10px;
  padding: 0;
}
table {
  margin: 5px 10px;
  padding: 0;
  border-collapse: collapse;
  font: 14px/18px Verdana;
}
td {
  padding: 0 25px 0 0;
}
