
html, body{
    margin: 0; padding: 0;
    width: 100%; height: 100%;
    overflow: hidden;
  }
html{
    background: url('../Bilder/BambusMuster.jpg') #ECD498;
    color: #FFF;
  }
html, body, input, textarea, select{
    font-family: Lucida Sans, Lucida Sans Unicode, Helvetica, Arial;
    font-size: 12px;
  }
#Seite{
    position: absolute; top: 0; left: 50%;
    margin: 0 0 0 -400px; padding: 0;
    width: 800px; height: 100%;
    background: #990000;
    -moz-border-radius: 10px;
    opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70);
    z-index: 5;
    overflow: hidden;
  }
#Inhalt{
    position: absolute; top: 0; left: 50%;
    margin-left: -365px; padding: 0;
    width: 730px; height: 100%;
    z-index: 10;
    overflow: auto;
    /*scrollbar-3dlight-color: #FF0;*/
    scrollbar-arrow-color: #FFF;
    scrollbar-base-color: #A83221;
    scrollbar-face-color: #A83221;
  }
#Inhalt div.margin{
    clear: both;
    height: 20px;
  }
#Bambus1, #Bambus2{
    position: absolute; top: 0; left: 50%;
    height: 100%; width: 31px;
    margin-left: -415px;
    background: url('../Bilder/Bambus.jpg');
    z-index: 999;
  }
#Bambus2{
    margin-left: 385px;
  }
#Zeichen1, #Zeichen2{
    position: absolute; top: 0; left: 50%;
    margin-left: -510px;
    width: 80px; height: 100%;
    background: url('../Bilder/Zeichen.gif');
    opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20);
  }
#Zeichen2{
    margin-left: 430px;
  }
img{
    border: 0;
  }
img.Foto{
    border: 5px solid #FFF;
    -moz-border-radius: 5px;
    margin-top: 1em;
  }
div.Logo{
    text-align: center;
  }
div.BoxLinks, div.BoxRechts{
    float: left;
    width: 345px;
  }
div.BoxRechts{
    float: right;
  }
#Fusszeile{
    clear: both;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
div.Taxi img{
    margin-top: 20px;
  }
div.Taxi p.Kleintext{
    margin-top: -45px;
  }