* {
  margin: 0px;
  padding: 0px;
  font-family: "Times New Roman", serif;
}

html, body {
  height:100%;
}

body {
  text-align: center;
  background: #fff9ed;
}

img {
  border: 0px;
}

a {
  color: #c3754e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
}

div.spacer {
  width: 370px;
}

p.seo-text {
  font-size: 1px;
  color: #3b332a;
}

#distance {
  width: 1px;
  height: 50%;
  margin-bottom: -212.5px;
  float:left;
}


#container {
  margin: 0px auto;
  position: relative;
  text-align: center;
  height: 425px;
  width: 100%;
  clear: left;
}

#navi-container {
  width: 800px;
  margin: 0px auto;
  height: 25px;
}

#navi {
  list-style-type: none;
  float: right;
}

#navi li {
  float: left;
  margin-left: 10px;
}

#navi li a {
  font-size: 14px;
  color: #3b332a;
  text-decoration: none;
}

#navi li a:hover {
  text-decoration: underline;
}

#content-container {
  clear: both;
  background: #3b332a;
  width: 100%;
  text-align: center;
  height: 400px;
}

#content {
  width: 800px;
  height: 400px;
  margin: 0px auto;
  text-align: left;
  margin-bottom: -4px;
}

.text {
  float: left;
  height: 400px;
  width: 400px;
  color: #fff9ed;
  font-size: 14px;
}

.textpadding {
  float: left;
  height: 380px;
  width: 380px;
  padding: 10px;
  color: #fff9ed;
  font-size: 14px;
}

.galleryimage {
  float: left;
  height: 380px;
  width: 380px;
  padding: 10px
}

.galleryimage .back, .galleryimage .next {
  position: relative;
  background: #fff;
  border: 2px solid #c3754e;
  color: #5b544a;
  font-size: 13px;
  padding: 5px;
  width: 60px;
  text-align: center;
}

.galleryimage .back {
  top: 350px;
}

.galleryimage .next {
  top: 320px;
  left: 305px;
}

.galleryimage .back a, .galleryimage .next a {
  color: #c3754e;
  text-decoration: underline;
}

.teamimage {
  float: left;
  height: 380px;
  width: 380px;
  padding: 10px;
}

.teamnames {
  position: relative;
  background: #fff;
  border: 2px solid #c3754e;
  color: #5b544a;
  font-size: 13px;
  padding: 5px;
}

.teamnames a {
  color: #c3754e;
  text-decoration: underline;
}

.blocklist {
  list-style-type: none;
  float: left;
  width: 200px;
}

.blocklist li {
  height: 200px;
  width: 200px;
}

.blocklist .blue {
  background: #c6ecff;
}

.blocklist .darkblue {
  background: #4c729e;
}

.blocklist .red {
  background: #c3754e;
}

.blocklist .yellow {
  background: #cea84b;
}

.blocklist .image {

}

.blocklist .empty {
   height: 180px;
   width: 180px;
   padding: 10px;
   color: #fff9ed;
}

.blocklist .links {
  list-style-type: disc;
}

.blocklist .links li {
  height: 14px;
  width: 150px;
  margin-left: 20px;
  margin-bottom: 0px;
  color: #fff9ed;
  font-size: 14px;
  line-height: 14px;
}

.bigblock {
  float: left;
  height: 400px;
  width: 400px;
}

.behandlung-list {
  width: 49%;
  float: left;
}

.behandlung-list ul {
  margin-top: 5px;
  list-style-type: disc;
}

.behandlung-list ul li {
  margin-left: 20px;
}

.list {
  list-style-type: disc;
}

.list-number {
  list-style-type: decimal;
}

.list li, .list-number li {
  margin-left: 20px;
}

/* SCROLL */

div#hold  {
  position:relative;
  overflow:hidden;
  width:390px;
  height:380px;
  z-index:100;
  top: 10px;
  left: 10px;
}

div#wn  {
  position:absolute;
  width: 370px;
  height: 380px;
  clip: rect(0px, 390px, 400px, 0px);
  overflow: hidden;
  z-index: 1;
}

div.content {
  position: absolute;
  visibility: hidden;
  z-index: 1;
}

div#scrollbar {
  position: relative;
  width: 11px;
  height: 380px;
  z-index: 200;
  float: right;
  margin: 0;
}

div#track {
  position:absolute;
  left: -1px;
  top: 12px;
  width: 11px;
  height: 356px;
  z-index: 1;
  cursor: pointer;
}

div#dragBar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9px;
  height: 150px;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #9c8a70;
  background-color: #9c8a70;
}

div#up { position:absolute; left:0; top:0; z-index:2;}

div#down { position:absolute; left:0; bottom:0; z-index:3;}
