html, body {
  min-height:100%;
}

body * {
  font-size:11px;
  font-family:arial;
  line-height:22px;
  
  color:#080808;
}

body {
  background-image: url(bilder/background.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#page {
  width: 800px;
  
  margin-left:auto;
  margin-right:auto;
}



p {
  margin:0px;
  padding-top:5px;
  padding-bottom:5px;
}

h1{
  font-size:18px;
}

h3 {
  font-size:14px;
  margin-top:25px;
}

hr {
  border:0px;
  border-bottom:1px solid #D5D5D5;
  
  clear:both;
}

a img {
  border:0px;
}

/* Linke Box */


#left {
  width:202px;
  float:left;
  
  clear:left;
  

  margin-top:80px;
  margin-left:50px;
  
  margin-bottom:20px;  
}

#left .top ,#left .middle, #left .bottom {
  width:100%;
  clear:left;  
}  

#left .top, #left .bottom {
  height:17px;
  
  background-position: top;
  background-repeat: no-repeat;  
}

#left .top {
  background-image: url(bilder/left_top.png);
}

#left .middle {
  background-image: url(bilder/left_background.png);
  
  background-repeat:repeat-y;
}

#left .text {
  margin-left:16px;
  margin-right:16px;
  
  background-image: url(bilder/left_gradient.png);
  background-repeat:no-repeat;

}

#left .bottom {
  background-image: url(bilder/left_bottom.png);  
}


/* Rechte Box */

#right {
  width:452px;
  float:right;
  
  clear:right;
  

  margin-top:80px;
  margin-right:49px;
  
  margin-bottom:20px;
}


#right .top ,#right .middle, #right .bottom {
  width:100%;
  clear:left;  
}  

#right .top, #right .bottom {
  height:16px;
  
  background-position: top;
  background-repeat: no-repeat;  
}

#right .top {
  background-image: url(bilder/right_top.png);
}

#right .middle {
  background-image: url(bilder/right_background.png);
  
  background-repeat:repeat-y;
}

#right .text {
  margin-left:16px;
  margin-right:16px;
  
  background-image: url(bilder/right_gradient.png);
  background-repeat:no-repeat;

  
  padding:10px;
  padding-left:20px;
  padding-right:20px;
}

#right .bottom {
  background-image: url(bilder/right_bottom.png);  
}

/* stuff */

#header{
  background-image: url(bilder/header.png);
  
  width:332px;
  height:54px;
  
  position:absolute;

  left:50%;
  
  margin-left:-40px;
  top:45px;
  
  
}

.killer {
  clear:both;
}

/* therapie */

.tx-therapie-pi1 h2 {
  margin-bottom:0px;
}

.tx-therapie-pi1 a {
  text-decoration:none;
}

.tx-therapie-pi1 .bild {
  float:right;
  clear:right;
  
  margin-left:10px;
  margin-bottom:5px;
  
  width:100px;
  height:100px;

  border: 1px solid #D5D5D5;
  background-color: #FFFFFF; 
}

.tx-therapie-pi1 .item {
  margin-bottom:10px;
} 

.tx-therapie-pi1 img {
  width:100px;
  height:100px;
}
