html,body {
  height: 100%
  }

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #e1ddd9;
  background-image: url(../img/bodybg.png);
  font-size: 12px;
  font-family: Arial, Verdana, Sans-Serif;
  padding:0px;
  margin:0px;
  }
  
a {
    text-decoration: none;
}

a:link, a:visited {
  color: #be8b15;
  }
  
a:visited {
  color: #725510;
}

a:hover {
  color: #92963c;
  text-decoration: underline;
}

img {
  border: 0px;
  }
  
#main {
  margin-left: 262px;
  margin-right: 95px;
  min-height: 100%;
  _height: 100%; 
  padding: 0px;
  background-color: #ececec;
  background-image: url(../img/contentbg.gif);
  background-repeat: repeat-x;
  }
  
  #sprachwahl {
    position: absolute;
    right: 100px;
    top: 107px;
    width: 150px;
    height: 20px;
    color: #ffffff;
    }
  
  #sprachwahl a:link, #sprachwahl a:visited {
    color: #ffffff;
    text-decoration: none;
    }

  
  #sprachwahl a:active, #sprachwahl a:hover {
    color: #000000;
    text-decoration: none;
    }
    

#left {
  position: absolute;
  left: 0px;
  width: 262px;
  margin: 0px; 
  padding: 0px;
  height: 100%;
  background-image: url(../img/leftbg.png);
  background-repeat: repeat-y;
  }
  
#navi {
  position: absolute;
  left: 55px;
  top: 194px;
  width: 180px;
  height: 400px;
  font-size: 12px;
  }

#navi ul {
  list-style-type: none;

}
  
#navi li {
  padding: 5px;
}

#navi li a{
  background-image: url(../img/dot.gif);
  background-repeat: no-repeat; 
  background-position: 0px 2px;
  padding: 0px 0px 0px 18px;
}

#navi li:hover a {
  background-image: url(../img/dotactive.gif);
  background-repeat: no-repeat; 
  background-position: 0px 2px;
  padding: 0px 0px 0px 18px;
}

  
#navi a:link, #navi a:visited {
  color: #000000;
  text-decoration: none;
  display: block;
  }
  
#navi p.active {
  color: #000000;
  margin: 0;
  font-weight: bold;
  background-image: url(../img/dotactive.gif);
  background-repeat: no-repeat; 
  background-position: 0px 2px;
  padding: 0px 0px 0px 18px;
}

#linksoben {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 262px;
  height: 489px;
  background-image: url(../img/linksoben.png);
  background-repeat: no-repeat;
  }

#right {
  position: absolute;
  right: 0px;        
  width: 95px;
  margin: 0px; 
  padding: 0px;
  height: 100%;
  background-image: url(../img/rightbg.png);
  background-repeat: repeat-y;  
  }

#rechtsoben {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 95px;
  height: 27px;
  background-image: url(../img/rightstripe.png);
  background-repeat: no-repeat;  
  }
  
#content {
  padding-top: 142px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; 
  }

