/* CSS Document */

body, html {
    padding:0;
    margin:0;
    background-color: #3A3129;
}



html { overflow-y: scroll; overflow-x: hidden }


#outer  { }
#inner { background-color: #DACA99; }

#main { 
  position: absolute;
  width: 900px;
  height: 1490px;
  background-color: #DACA99;
}

#banner { position: relative; height: 178px; }

#content { 
  position: relative;
  padding-left: 40px;
  margin-right: 340px;
}

#navigation { }
#clear {clear:both; }

#fusszeile {
    position: relative;
    height:3em; 
    margin-bottom:-3em; 
    padding-top: 12px;
    border-top-width:0px;
    border-top-style:solid;
    border-color:#abacd0;
    text-align: center;
    color: #abacd0;
    /* background-color: #555555; */
}
#fusszeile a { color:#97afff; }
#fusszeile a:hover { color:#97afff;}

#right { 
  position: absolute;
  margin-top: 0px;
  margin-left: 550px;
}


