
#top {
  height: 6px;
  width: 1000px;
  padding: 0px;
  margin: 0px;
  background-image: url(../img/top-2-spalten.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}
		 
#bottom {
  width: 1000px;
  height: 6px;
  background-image: url(../img/bottom-2-spalten.gif);
  background-repeat: no-repeat;
  overflow:  hidden;
}

#rumpf {
  width: 1000px;
  background-image: url(../img/bg-2-spalten.gif);
  background-repeat: repeat-y;
}

#contentwrapper {
  float: left;
  width: 100%;
}

#rechtespalte {
  margin-left: 230px;
  padding-right: 20px;
  padding-left: 20px;
}

#linkespalte {
  float: left;
  width: 230px;
  margin-left: -1000px;
}
				 
#linkespalte a {
  font-size: 12px;
  display: block;
}

.innen {
  margin: 10px;
}

.innen_content {
  margin: 10px 25px 10px 25px;
}
