strong{font-weight:bold;}
#bannerbk ul,
#content ul{
   margin: 1em 0;
   list-style-type: disc;
   margin-left: 22px;
   padding-left: 10px;
}

#content ul ol,
#content ol ul,
#content ul ul,
#content ol ol{
   margin: 0.5em 0;
   padding-left: 20px;
}
#content ol{
   margin: 1em 0;
   list-style-type: decimal;
   margin-left: 22px;
   padding-left: 10px;
}
#content li{
   margin-bottom: 0.5em;
   line-height: 1.2;
   margin-left: 22px;
}
#content sup,
#content sub {
   font-size: 72%;
}

#content table{margin-bottom: 10px;}
#content td{vertical-align: top;}
/* Input Felder */
#content input,
#content select,
#content textarea {
   border: 1px solid #aaa;
   background-color: #FFF;
   color: #000;
   padding: 3px;
   margin: 3px 0;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
}

#content input:focus,
#content textarea:focus,
#content input:hover,
#content textarea:hover,
#content input:active,
#content textarea:active{
   border-color: #AAAAAA;
}


#content .bn_liste_content {
   padding: 0 20px 10px 10px;
}

#content .bn_liste {
   background-color: #E9F0E4;
   margin: 0 0 1em 0;
   
}

#content .bn_liste h3.head {
   font-size: 120%;
   margin: 0 0 5px 0 ;
   padding: 5px 10px 5px 10px;
   border-bottom: 1px solid #000;
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited{
  font-size: 92%;
  position: relative;
  color: #000000;
  font-weight: bold;
  display: block;
}

#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active {
  background-color: transparent;
}

#content p.readmore {
   position:relative;
   display: block;
   text-align:right;
   font-size: 92%;
   margin: 10px 0 7px 0;
}
#content p.readmore a,
#content p.readmore a:link,
#content p.readmore a:visited {
  background-color:transparent;
  position:relative;
  color: #000;
  padding: 3px 5px 3px 5px;
}

#content p.readmore a:focus,
#content p.readmore a:hover,
#content p.readmore a:active {
}

#content p{
   margin: 0 0 1em 0;
   padding: 0;
}

hr{
   height: 1px;
   margin: 5px 0;
   color: #C90025;
   background-color: #EBEBEB;
   border: 0 none;
}

#content h1 {
   font-size: 160%;
   line-height: 120%;
   margin: 10px 0 10px 0;
   padding: 0 0 5px 0;
   font-weight: normal;
   color: #3E7432;
   border-bottom: 1px solid #3E7432;
}

#content h3 {
   font-size: 140%;
   line-height: 120%;
   margin: 20px 0 10px 0;
   font-weight: normal;
   font-style: normal;
   color: #3E7432;
}

#content h5 {
   font-size: 120%;
   line-height: 120%;
   margin: 15px 0 5px 0;
   font-weight: bold;
   color: #3E7432;
}  

#content a,
#content a:link,
#content a:visited {
   color: #4B8328;
   font-weight : bold;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   color: #4B8328;
   text-decoration: underline;
}

#content td{
   vertical-align: top;
}

#content p.readmore{
   text-align: right;
}

/* Bannerbk */

#bannerbk p{
    margin-bottom: 14px;
    background-color: transparent;
}

#bannerbk h1 {
    font-size: 140%;
    line-height: 130%;
    margin: 15px 0 7px 0;
    font-weight: normal;
    color: #3E7432;
}

#bannerbk h3 {
    font-size: 120%;
    line-height: 130%;
    margin: 10px 0 5px 0;
    font-weight: bold;
    color:  #3E7432;
}

#bannerbk h5 {
   font-size: 100%;
   line-height: 130%;
   margin: 7px 0 3px 0;
   font-weight: bold;
   color: #3E7432;
}   

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color: #3E7432;
   font-weight : bold;
   text-decoration: none;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   background-color:#3E7432;
   color: #fff;
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #4B8328;
   font-weight: bold; 
}

.tabrowgerade {
   background-color: #FCF5CB;
}
.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;
}

#content .clearLeft {
    display: block;
    clear: left;
}
#content .clearRight {
    display: block;
    clear: right;
}

#content .imgLeft {
   display: block;
   border: 0 none;
   float: left;
   position: relative;
   margin: 5px 10px 0 10px;
}
#content .imgRight {
   position: relative;
   display: block;
   border: 0 none;
   float: right;
   margin: 5px 10px 0 10px;
}

#content .imgRight,
#content .imgLeft {
   position: relative;
   display: block;
   clear: left;
}

/* FAQ*/

dd {
   margin: 25px 0;
}

sup, sub{
font-size: 72%;
}
