/* ***********************************
     Kostbar e.V. 2007
     TYPE	: Stylesheet
     TITLE	: Kostbar Basic Style Basic Style
     DESC	: Main Stylesheet for Kostbar Basic Style
     AUTHOR	: Renate Prinzing // www.sevenpixels.de

   *********************************** */
html {
  height: 100%;
}
body {
  background: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
}
h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.14em; /*14px*/
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}
h2 {
  margin: 15px 0 3px 0;
  padding: 0;
  font-size: 1em; 
  color: #000;
  font-weight: bold;
}

img {border: 0;}

a {
  color: #000;
}
table {
  margin: 10px 0 10px 0;
}
table th {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
  font-weight: normal;
}
table td {
  vertical-align: top;
}
/* ---------- RAHMEN und HEADER ----------  */ 
#wrapper {
  min-height: 100%;
}
* html #wrapper {
  height: 100%;
}
#headerWrap {
  width: 100%;
  background: #F90;
  height: 120px;
}
#header {
  width: 775px;
}
#logo {
  float: left;
  background: #FFE9C9;
  width: 225px;
  height: 120px;
}
#logo img {
  margin: 13px 0 0 30px;
}
/* ---------- /RAHMEN und HEADER----------  */ 

/* ---------- NAVIGATION  ----------  */ 
#navi {
  float: left;
  width: 550px;
}
#navigation {
  margin: 0;
  padding: 87px 0 0 33px;
  list-style-type: none;
}
#navigation li{
  font-size: 0.8em;
  display: inline;
  margin-right: 25px; 
}
#navigation li a:link, #navigation li a:visited {
  text-decoration: none;
  border: 2px solid #F90;
}
#navigation li a:hover, #navigation li a:active{
  text-decoration: none;
  color: #FFF;
  border: 2px solid #F90;
}
#navigation li #subNaviPraevention {
  visibility: hidden;
}
#navigation li:hover #subNaviPraevention {
  visibility: visible;
}
#subNaviPraevention {
  position: absolute;
  margin: -5.6em 0 0 0; /*Achtung IE Anweisung Inline-Style! */
  padding: 0 !important;
  width: auto;
  background: #F90;
  border-top: 1px solid #F90;
  border: 1px solid #F90;
}
#subNaviPraevention li{
  display: block;
  font-size: 10px;
  margin: 0 !important;
  padding: 0 0 0.1em 0!important;
  background: #F90;
  border: 0px !important;
}
#subNaviPraevention li a:link, #subNaviPraevention li a:visited {
  color: #000;
}
#subNaviPraevention li a:hover, #subNaviPraevention li a:active{
  color: #FFF;
}
/* ---------- /NAVIGATION  ----------  */ 
#bildleiste {
  clear: both;
  background-image: url(/images/Bildleiste_KostbarWeb.jpg); 
  background-repeat: repeat-x;
  height: 60px;
  width: 100%;
}
#wrap {
  width: 775px;
}
/* ---------- LEFT  ----------  */ 
#left {
  float: left;
  width: 225px;
  background: #FFE9C9;
  color: #633;
  margin-top: 1.5em;
}
#left p {
  margin: 10px 0 0 20px;
  font-size: 0.63em; /*10px*/
  width: 170px;
}
/* ---------- /LEFT  ----------  */ 

/* ---------- CONTENT  ----------  */ 
#contentWrap {
  float: left;
  margin: 33px 0 0 33px;
}
#content {
  float: left;
  font-size: 0.68em; /*11px*/
  width: 500px;
  padding-bottom: 75px;
}
.therapeut {
  float: left;
  margin: 10px 0 5px 0;
}
.therapeut img {
  float: left;
  width: 130px;
  margin: 0 5px 0 0;
}
.therapeut div {
  float: left;
  margin-left: 20px;
  width: 300px;
}
.therapeut div h2{
  margin: 0 0 15px 0;
}
.therapeut div ul {
  margin: 0;
  padding-left: 15px;
}
/* ---------- /CONTENT  ----------  */ 

/* ---------- FOOTER  ----------  */ 
#footer {
  position: relative;
  margin: -68px 0 0 0;
  background: #FF9900;
  text-align: left;
  width: 100%;
  height: 66px;
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
}
#footerText {
  display:block;
  position: absolute;
  margin: 0 0 0 258px;
  padding-top: 10px;
  color: #FFF;
  font-size: 0.8em;
  height: 20px;
  font-weight: bold;
}

/* ---------- /FOOTER  ----------  */ 

