#content{
   line-height: 150%;
   color: #000;
   width: 675px;
   min-height: 200px;
   font-size: 92%;
   padding: 1px 25px 25px 25px;
}
#content p{
   margin: 0 0 1em 0;
   padding: 0;
}
hr{
   padding: 0;
   margin: 0;
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
   font-size: 140%;
   line-height: 120%;
   padding : 0;
   margin: 3px 0 3px 0;
   font-weight: bold;
   color: #C87728;
}

#content h3 {
   font-size: 120%;
   line-height: 120%;
   padding: 0;
   margin: 3px 0 3px 0;
   font-weight: bold;
   color:#7A4918;
}

#content h5 {
   font-size: 110%;
   line-height: 120%;
   margin: 3px 0 3px 0;
   padding: 0;
   font-weight: bold;
   color: #000;
}  

#content a,
#content a:link,
#content a:visited {
   color : #C87728;
   font-weight : bold;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #C87728;
   color: #fff;
}
#content table{
   margin-bottom: 10px;
}
#content td{
   vertical-align: top; 
}
#content p.readmore{
   text-align: right;
}

/* Bannerbk */

#bannerbk p{
    margin: 0 0 13px 0;
    padding: 0 5px  0 0 ;
    color: #333;
}

#bannerbk h1 {
    font-size: 140%;
    line-height: 120%;
    padding : 0;
    margin: 0 0 5px 0;
    font-weight: normal;
    color: #C87728;
}

#bannerbk h3 {
    font-size: 120%;
    line-height: 120%;
    padding: 0;
    margin: 5px 0 5px 0;
    font-weight: normal;
    color: #7A4918;
}

#bannerbk h5 {
    font-size: 110%;
    line-height: 120%;
    margin: 5px 0 5px 0;
    padding: 0;
    font-weight: normal;
    color: #000;
}   

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #C87728;
   font-weight : bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   background-color: #C87728;
   color: #fff;
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #C87728;
   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;
   font-family: "Lucida Sans Unicode", "Lucida Grande", Corbel, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
}

input:hover, select:hover, textarea:hover {
   background-color: #e7e7e7;
}

/* FAQ*/

dd {
   margin: 25px 0;
   padding: 0;
}

sup, sub{
font-size: 72%;
}

#content ul {
   margin: 0 0 0 1em;
}

#content ol {
   margin: 0 0 0 25px;
}
