/* relative positionierung... */
#DetailBorder {
  position:relative;
  background:rgb(64,32,0);
  left:0px;
  z-index:15;
  text-align:center;
  font:11px sans-serif;
  color:#E8DAB9;
  margin:auto;
  margin-top:0px;
  margin-bottom:0px;
  padding:0;
  border-right:4px solid rgb(32,16,0);
  border-bottom:4px solid rgb(32,16,0);
  border-top:4px solid rgb(80,40,0);
  border-left:4px solid rgb(80,40,0);
}				   

#HinweisBox {
  position:absolute;
  width:600px;
  left:19px;
  top:520px;  
  padding:10px;
  font-size:10pt;
  background:rgb(232,218,185);
  border-right:3px solid rgb(240,232,210);
  border-bottom:3px solid rgb(240,232,210);
  border-top:3px solid rgb(225,207,166);
  border-left:3px solid rgb(225,207,166);
}

#HintergrundBox {
  position:absolute;
  width:620px;
  height:437px;
  left:19px;
  top:20px;  
  font-size:10pt;
  background-repeat:no-repeat;
  border-right:3px solid rgb(240,232,210);
  border-bottom:3px solid rgb(240,232,210);
  border-top:3px solid rgb(225,207,166);
  border-left:3px solid rgb(225,207,166);
}

