body {
  padding: 0;
  margin: 0;
  background-color: #171f08;
}
#container {
  float: left;
}
#header {
  position: relative;
  width: 940px;
  height: 165px;
  background: url(images/header.jpg) 0 0 no-repeat;
  float: left;
  clear: both;
}
#header #eingabe {
  position: absolute;
  width: 391px;
  height: 15px;
  top: 68px;
  left: 341px;
  border: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 6px;
  background-color: #ebece7;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
#header #defaultaddress {
  position: absolute;
  z-index: 2;
  width: 391px;
  height: 14px;
  top: 68px;
  left: 341px;
  border: 0;
  padding-top: 5px;
  padding-left: 6px;
  background-color: #ebece7;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #555555;
}
#header #button {
  position: absolute;
  width: 59px;
  height: 21px;
  top: 68px;
  left: 750px;
}
#footer {
  float: left;
  clear: both;
  width: 950px;
}
#footer #leftcolumn {
  background: url(images/left-margin.jpg) 0 0 repeat-x;
  width: 10px;
  height: 413px;
  float: left;
}
#footer #map {
  border: 1px solid #b3a45f;
  width: 920px;
  height: 604px;
  float: left;
  clear: right;
}
#footer #map noscript div {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #cccccc;  
  margin-left: 5px;
}
#warten {
  position: absolute; 
  width: 720px; 
  height: 404px; 
  z-index: 3; 
  top: 265px; 
  left: 110px;
  text-align: center;
  border: 1px solid #777777;
  background: url(images/bg_trans.png);
  _background: none;
  _background-color: #ffffff; 
}
#warten div {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 190px;
  left: 0;
  margin: auto 0;
  width: 100%;
  text-align: center;
}
#warten img {
  position: absolute;
  top: 96px;
  left: 325px;
}
#zoomwarning {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  width: 250px;
  height: 150px;
  text-align: center;
  border: 1px solid #777777;
  background: url(images/bg_trans.png);
  _background: none;
  _background-color: #ffffff; 
}
#zoomwarning div {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-top: 30px;  
}
#zoomwarning div#close {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin-top: 10px;
  margin-left: 228px;
  background: url(images/close.gif) 0 0 no-repeat;
}
