
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;}

/* Input Felder */
#content input,
#content select,
#content textarea {
   border: 1px solid #820202;
   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:#820202;
}


#content .bn_liste {
   background-color: #FCFCFC;
   margin: 1em 0;
   padding: 5px;
}

#content .bn_liste h3.head {
   position: relative;
   margin: 0 0 10px 0;
   color: #000;
   padding: 5px 0;
   background-color: #FFA200;
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited{
  position: relative;
  padding: 0;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active{
  text-decoration: underline;
  color: #000;
  
}


#content p.readmore {
   background-color:transparent;
   margin: 0 14px 0 0;
   position:relative;
   text-align:right;
   top: 0;
   color: #3745BF;
}

#content p.readmore a,
#content p.readmore a:link,
#content p.readmore a:visited {
   color: #525EC8;
   font-weight: bold;
   background-color: transparent;
   text-decoration: none;
}
#content p.readmore a:focus,
#content p.readmore a:hover,
#content p.readmore a:active {
   color: #525EC8;
   text-decoration: underline;
}

#content p{
   margin: 0 0 1em 0;
  
}
hr{
   height: 1px;
   margin: 5px 0;
   color: #C90025;
   background-color: #EBEBEB;
   border: 0 none;
}
#content h1 {
   font-size: 300%;
   line-height: 120%;
   margin: 10px 0 10px 0;
   font-weight: normal;
   color: #C40000;
}

#content h3 {
   font-size: 190%;
   line-height: 120%;
   margin: 20px 0 10px 0;
   font-weight: bold;
   color: #C40000;
}

#content h5 {
   font-size: 150%;
   line-height: 120%;
   margin: 15px 0 5px 0;
   font-weight: bold;
   color:  #C40000;
}  

#content a,
#content a:link,
#content a:visited {
   color: #FE0000;
   font-weight : normal;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: transparent;
   color: #FE0000;
   text-decoration: underline;
}
#content table{
   margin: 10px;
}
#content td{
}

#content p.readmore{
   text-align: right;
}

/* Bannerbk */

#bannerbk p{
    padding: 10px;
    margin: 0 0 1em 0;
    background-color: transparent;
}

#bannerbk h1 {
    font-size: 140%;
    line-height: 120%;
    margin: 15px 0 5px 0;
    font-weight: normal;
    padding-left: 10px;
    color:#FE0000;
}

#bannerbk h3 {
    font-size: 120%;
    line-height: 120%;
    margin: 10px 0 5px 0;
    padding-left: 10px;
    font-weight: normal;
    color: #FE0000;
}

#bannerbk h5 {
    font-size: 100%;
    line-height: 120%;
    margin: 10px 0 5px 0;
    padding-left: 10px;
    font-weight: bold;
    color: #FE0000;
}   

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   background-color: transparent;
   color : #FE0000;
   font-weight : normal;
   text-decoration: none;
   
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   background-color: transparent;
   color: #FE0000;
   text-decoration: underline;
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #820202;
   font-weight: bold;
}

.tabrowgerade {
   background-color: #EBEBEB;
}
.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 {
   clear: left;
   position: relative;
}

#content .clearRight {
   clear: right;
   position: relative;
}



/* FAQ*/

dd {
   margin: 25px 0;
}

sup, sub{
font-size: 72%;
}