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: 10px;
}
#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 #319A3B;
   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: #319A3B;
}

#content .bn_liste {
   background-color: #FCFCFC;
   margin: 1em 0;
   padding: 5px;
}

#content .bn_liste h3.head {
   position: relative;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #494B4C;
   padding: 5px 0;
}

#content p.readmore {
   background-color:transparent;
   margin: 0 14px 0 0;
   padding:0;
   position:relative;
   text-align:right;
   top: 0;
}

#content p{
   margin: 0 0 1em 0;
   padding: 0;
}
hr{
   padding: 0;
   height: 1px;
   margin: 5px 0;
   color: #EBEBEB;
   background-color: #EBEBEB;
   border: 0 none;
}
#content h1 {
   font-size: 140%;
   line-height: 120%;
   padding : 0;
    margin: 10px 0 10px 0;
   font-weight: normal;
   color: #333333;
}

#content h3 {
   font-size: 120%;
   line-height: 120%;
   padding: 0;
    margin: 20px 0 10px 0;
   font-weight: normal;
    color: #333333;
}

#content h5 {
   font-size: 100%;
   line-height: 120%;
   margin: 15px 0 5px 0;
   padding: 0;
   font-weight: bold;
   color: #333333;
}  

#content a,
#content a:link,
#content a:visited {
   color: #319A3B;
   font-weight : bold;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: transparent;
   color: #fff;
   background-color:#319A3B; 
}
#content table{
   margin: 10px 0;
}
#content td{
   vertical-align: top; 
}
#content p.readmore{
   text-align: right;
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #333333;
   font-weight: bold;
}

.tabrowgerade {
   background-color: #EBEBEB;
}
.tabrowungerade {
   background-color: #fcfcfc;
}

/* Input Felder */
input, select, textarea {
   border: 1px solid #319A3B;
   background-color: #FFF;
   color: #000;
   padding: 2px;
}

input:hover, select:hover, textarea:hover {
   background-color: #e7e7e7;
}

#content .clearLeft {
   clear: left;
   position: relative;
}

#content .clearRight {
   clear: right;
   position: relative;
}



/* FAQ*/

dd {
   margin: 25px 0;
   padding: 0;
}

sup, sub{
font-size: 72%;
}