/***************************************************************************
* Navigation top
***************************************************************************/

/* active button */

#buttons ul li.planung a {
  background:url(../img/button1_planung.gif) no-repeat;
}
#buttons ul li.hausbau a {
  background:url(../img/button1_hausbau.gif) no-repeat;
}
#buttons ul li.ausbau a {
  background:url(../img/button1_ausbau.gif) no-repeat;
}
#buttons ul li.leben a {
  background:url(../img/button1_leben.gif) no-repeat;
}
#buttons ul li.garten a {
  background:url(../img/button1_garten.gif) no-repeat;
}

/* in-active buttons */

#navi {
  background: #f2f2f2;
  float: right;
  width: 190px;
  overflow: hidden;
}

#buttons {
  float: left;
  margin: 0px;
  padding: 2px 0 2px 0;
  height: 64px;
}

#content {
  float: left;
  font-size: 0.8em;
  margin-left: 0px;
  min-height: 400px;
  overflow: visible;
  text-align: left;
  width: 680px;
}

* html #content {
  height: 400px;
}

#main {
  background:url(../img/bg_forum1.gif) 682px 0 repeat-y;
  clear: left;
  overflow: hidden;
  width: 872px;
}


#agbForum {
  background: #eee;
  border: #a5acb2 0px 1px 1px 1px solid;
  list-style-type: square;
  padding: 10px;
  text-align: justify;
}

.pList {
  margin-left: 20px;
  text-align: left;
}


