#content p{
   padding:0;
   font-size:100%;
   margin : 0 0 0.8em 0;
}

#content h1 {
   color: #002852;
   font-size: 150%;
   font-weight: normal;
   margin : 0 0 0.8em 0;
   padding: 7px 0;
   border-bottom: 1px solid #002060;
   line-height: 130%;
}

#content h3 {
   color: #002060;
   font-size: 130%;
   font-weight: normal;
   margin: 1.5em 0 0.8em 0;
   padding:  0;
   line-height: 140%;
}

#content h5 {
   color: #002060;
   font-size: 110%;
   font-weight: normal;
   margin: 1.3em 0 0.8em 0;
   padding:  0;
   line-height: 140%;
}

#content a,
#content a:link,
#content a:visited{
   color: #002060;
   text-decoration: none;
   font-weight: bold;
}

#content a:focus,
#content a:hover,
#content a:active{
   text-decoration: underline;
}

strong{font-weight:bold;}
#content ul{
   margin: 1em 0;
   list-style-type: disc;
   margin-left: 10px;
   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: 10px;
   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 #aaa;
   background-color: #FFF;
   color: #000;
   padding: 3px;
   margin: 1px;
   font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,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: #002060;
}

#content table {
   margin-bottom: 10px;
}
#content td {
   vertical-align: top; 
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #002060;
   font-weight: bold;
}

.tabrowgerade {
   background-color: #e5e5e5;
}
.tabrowungerade {
   background-color: #ffffff;
}

/** Bannerbk **/

#bannerbk p {
   margin: 0 0 13px 0;
   padding: 0;
}
#bannerbk sup,
#bannerbk sub {
   font-size: 72%;
}
#bannerbk h1 {
   font-size: 140%;
   line-height: 120%;
   padding : 0;
   margin: 0 0 9px 0;
   font-weight: normal;
   color: #002852;
   border-bottom: 1px solid #002852;
}

#bannerbk h3 {
   color: #fff;
   background-color: #002852;
   font-size: 120%;
   line-height: 120%;
   padding: 2px;
   margin: 7px 0 7px 0;
   font-weight: normal;
}

#bannerbk h5 {
   color: #002852;
   font-size: 110%;
   line-height: 120%;
   margin: 0 0 5px 0;
   padding: 0;
   background-color: transparent;
   font-weight: normal;
}  

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #002852;
   font-weight : bold;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   background-color:#002852;
   color: #fff;
}

#bannerbk ul{
   margin: 1em 0;
   list-style-type: disc;
   margin-left: 10px;
   padding-left: 10px;
}
#bannerbk ul ol,
#bannerbk ol ul,
#bannerbk ul ul,
#bannerbk ol ol{
   margin: 0.5em 0;
   padding-left: 20px;
}
#bannerbk ol{
   margin: 1em 0;
   list-style-type: decimal;
   margin-left: 10px;
   padding-left: 10px;
}
#bannerbk li{
   margin-bottom: 0.5em;
   line-height: 1.2;
   margin-left: 10px;
}