#content{
   line-height: 150%;
   color: #000;
   width: 580px;
   margin: 0 0 0 200px;
}
#content p{
   margin: 0 0 13px 0;
   padding: 0;
}
hr{
   padding: 0;
   margin: 0;
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
   font-size: 160%;
   line-height: 120%;
   padding : 0;
   margin: 15px 0 20px 0;
   font-weight: normal;
   color: #006b6e;
}

#content h3 {
   font-size: 140%;
   line-height: 120%;
   padding: 0;
   margin: 33px 0 18px 0;
   font-weight: normal;
   color:#006b6e;
}

#content h5 {
   font-size: 120%;
   line-height: 120%;
   margin: 26px 0 16px 0;
   padding: 0;
   font-weight: normal;
   color: #7D5442;
}  

#content a,
#content a:link,
#content a:visited {
   color : #006b6e;
   font-weight : normal;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #006b6e;
   color: #fff;
}
#content table{
   margin-bottom: 10px;
}
#content td{
   vertical-align: top; 
}
#content p.readmore{
   text-align: right;
}

/* Content Start */

#contentstart{
   line-height: 150%;
   color: #000;
   width: 700px;
   margin: 0;
   position: relative;
   float: left;
}
#contentstart p{
   margin: 0 0 13px 0;
   padding: 0;
}
hr{
   padding: 0;
   margin: 0;
   color: #666;
   background-color: #666;
   border: 0 none;
}
#contentstart h1 {
   font-size: 160%;
   line-height: 120%;
   padding : 0;
   margin: 15px 0 20px 0;
   font-weight: normal;
   color:#006b6e;
}

#contentstart h3 {
   font-size: 140%;
   line-height: 120%;
   padding: 0;
   margin: 33px 0 18px 0;
   font-weight: normal;
   color:#006b6e ;
}

#contentstart h5 {
   font-size: 120%;
   line-height: 120%;
   margin: 26px 0 16px 0;
   padding: 0;
   font-weight: normal;
   color:#006b6e;
}  

#contentstart a,
#contentstart a:link,
#contentstart a:visited {
   color : #7D5442;
   font-weight : normal;
   text-decoration: none;
}

#contentstart a:focus,
#contentstart a:hover,
#contentstart a:active {
   background-color: #7D5442;
   color: #fff;
}
#contentstart table{
   margin-bottom: 10px;
}
#contentstart td{
   vertical-align: top; 
}
#contentstart p.readmore{
   text-align: right;
}

/* Bannerbk */

#bannerbk p{
    margin: 0 0 13px 0;
    padding: 0 5px  0 0 ;
    color: #000;
}

#bannerbk h1 {
    font-size: 130%;
    line-height: 120%;
    padding : 0;
    margin: 0 0 5px 0;
    font-weight: normal;
    color: #006b6e;
}

#bannerbk h3 {
    font-size: 120%;
    line-height: 120%;
    padding: 0;
    margin: 5px 0 5px 0;
    font-weight: normal;
    color: #006b6e;
}

#bannerbk h5 {
    font-size: 110%;
    line-height: 120%;
    margin: 5px 0 5px 0;
    padding: 0;
    font-weight: normal;
    color: #7D5442;
}   

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #006b6e;
   font-weight : bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   background-color: #006b6e;
   color: #fff;
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #006b6e;
   font-weight: bold;
}

.tabrowgerade {
   background-color: #c4c5c8;
}
.tabrowungerade {
   background-color: #fcfcfc;
}

/* Input Felder */
input, select, textarea {
   border: 1px solid #6D6E70;
   background-color: #FFF;
   color: #000;
   padding: 2px;
}

input:hover, select:hover, textarea:hover {
   background-color: #e7e7e7;
   
}

/* FAQ*/

dd {
   margin: 25px 0;
   padding: 0;
}

sup, sub{
font-size: 72%;
}