/* CSS Document copyright by agenturfuchs*/

* { margin: 0;
    padding: 0;}


body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
            color: #333;
            font-family: Verdana, Arial, Helvetica;
            font-size: 12px;
            }

#nav {
  height: 25px;
  background-color: #bcd3ab;

}


.clear {
  clear: both;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #eccd00;
  margin-bottom: 10px;
}

.gruen {
  color: #90c46a;
  font-weight: bold;
}

.vamed_claim{
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

.fehler {
  color: red;
  font-size: 10px;
}

.zitat {
  
  text-align: center;
  font-size: 14px;
  color: #90c46a;
  font-weight: bold;
}

small {
  font-size: 11px;

}

.klein {
  font-size: 11px;
}

#head {
  height: 90px;
  background-image: url(../images/bg_head.png);
  behavior: url("css/iepngfix.htc");
  width: 100%;
}

.logo {
  margin: 8px 0 0 30px;
}

img {
  behavior: url("css/iepngfix.htc");
}

.bildschrift{
  float: left;
}

.links {
  float: left;
}

.bildlinks {
  float: left;
  margin-right: 15px;
}

.bildrechts {
  float: right;
  margin-left: 15px;

}

#bgImg{

  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  z-index: 1;
  margin-top: 30px;
  }




#bodyDiv{ 

  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: left;
          }
          
          
#info ul li a{
  color: #90c46a;
}
          
#formular label {
					display: block;
					float: left;
					width: 80px;
					text-align: left;
					margin-right: 15px;
}

#formular p {
					clear: left;
					}


#mainDiv{ 
          text-align: left;
          }
          
          
#content { 
            background-image: url(../images/bg_trans.png);
             behavior: url("css/iepngfix.htc");
             border: 1px solid #eccd00;
             color: #777;
             margin-top: 6px;
             width: 660px;
             float: left;
             margin-top: 20px;
             padding: 20px;
              margin-left: 28px;
              height: 390px;
              overflow: auto;
             
             }


#content p{
  padding: 5px 0 10px 0;
}
             
#fuss {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 17px;
  background-color: #bcd3ab;
  z-index: 4;
  padding-top: 5px;
  text-align: center;
}

ul#info{
  margin-left: 15px;
  margin-bottom: 5px;
}

ul#info li {
  margin-top: 3px;
}

ul li.linone{
  list-style: none;
  margin: 10px;

}

.aerzte {
  margin-bottom: 30px;
  font-size: 12px;
}

.aerzte img {
  margin-right: 20px;
}

.aerzte h1 {
  font-size: 14px;
  margin: 0px;
  font-weight: bold;
  color: #90c46a;
}

.aerzte a:link {
  color: #333333;
}


.aaus {
  padding-right: 20px;
  width: 400px;
  vertical-align: top;
}

.thaus {
  height: 30px;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

.aerzte ul {
  margin-left: 30px;
}

a:link, a:active, a:visited {
  color: #333;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  position: static !important;
}

a:hover {
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: static !important;
}

a img {
  border: none;
}


