@charset "utf-8";
/* CSS Document */

#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}

body {
  font-family: trebuchet,verdana, arial;
  font-size:12px;
  background-color:#f7e0cd;
}

 a:link { color:#f78d44; text-decoration:none; font-weight:bold; }
 a:visited { color:#f78d44; text-decoration:none; font-weight:bold; }
/* a:focus { color:#00AA00; background-color:#FFFF77; font-weight:bold; }*/
 a:hover { color:#f78d44; text-decoration:underline; font-weight:bold; }

#clearer {clear: both;}

#box {
  margin:50px auto 10px auto;
  width:800px;
  height: auto;
  min-height:600px; !important;
  border:1px solid;
  border-color:#FF6600;
  background-color:#ffffff;
  padding:0px;
}

#linkespalte {
  float:left;
  padding:0px;
  color:#CCCCCC;
  height:auto;
}

#titelfoto {
  margin:0px;
  width:260px;
  height:440px;
  border-right:2px solid;
  border-color:#999999;
}

#spaltentext {
  width:240px;
  height: 100%;
  min-height:230px; !important;
  background-color:#cccccc;
  padding: 10px;
  border-top:2px solid;
  border-right:2px solid;
  border-color:#999999;
}

#main {
  float:left;
  padding:0px;
  height: auto;
}

#logo {
  left: 27px;
  width: 538px;
  height: 106px;
  padding: 0px;
}

#navigation {
  padding:0px;
  width:538px;
  height:25px;
  border-top:1px solid;
  border-bottom: 1px solid;
  border-color:#d56b13;
  background: url(../img/hg-nav.jpg);
}

#subnavigation {
    padding:0px;
  top:40px;
  width:538px;
  height:25px;
}

#subnavigation a { color: #d56b13; text-decoration: none; }
#subnavigation a:hover { color: #eab589; text-decoration: none; }

#inhalt {
  float:left;
  width:359px;
  height:100%;
  padding: 12px 10px 10px 10px;
#  overflow-y: none;
  
}

#news {
  float:left;
  width:138px;
  height: 100%;
  min-height:519px; !important;
  color: #333333;
  background-color:#ebebeb;
  border-color:#999999;
  padding:20px 10px 20px 10px;
}

#therapie{
  float:left;
  width:134px;
  height:100%;
  color: #333333;
  border-color:#999999;
  padding:55px 10px 20px 20px;

}

#footer {
  margin:10px auto;
  width:800px;
  height:25px;
}

#fussnav {
  float: left;
  width:400px;
  height:100%;
  font-size:10px;
}

#copyright {
  float: right;
  width: auto;
  vertical-align: right;
  font-size: 10px;
}
h1 {
  display:block;
  width:280px;
  margin-bottom:13px;
}

h1 span {
  display:block;
  margin-top:1px;
  width:1px;
  font-size:20px;
  line-height:22px;
  overflow:hidden;
}

h1 span span {
  display:block;
  width:100px;
}

fieldset {
  padding-top: 10px;
  border:0px;
}

label {
  width: 90px;
  float: left;
  text-align: left;
  display: block
}

input {
  margin-bottom: 7px;
  border:1px solid;
  border-color:#f78d44;
  width:250px;
}

textarea {
  margin-bottom: 10px;
  border:1px solid;
  border-color:#f78d44;
  width:250px;
}

.csc-mailform-submit {
  width: 100px;
}

.csc-mailform-tv {
  width: 20px;
}

