/** Typographie für den Content **/

#content p {
   padding: 0;
   margin : 0 0 1em 0;
}

#content h1,
#content h2 {
   font-size: 160%;
   text-transform: uppercase;
   margin: 0 0 12px;
   color: #0B6695;
   line-height: 150%;
}

#content h3,
#content h4 {
   color: #0B6695;
   font-size: 140%;
   line-height: 130%;
   margin: 10px 0 8px;
}

#content h5,
#content h6 {
   font-size: 120%;
   line-height: 130%;
   color: #0B6695;
   margin: 7px 0 5px;
   font-weight: bold;
}

/** Linkzustand normal **/

#content a,
#content a:link,
#content a:visited {
   color: #0B6695;
   font-weight: bold;
   text-decoration: none;
}

/** Linkzustand im Hover **/

#content a:focus,
#content a:hover,
#content a:active,
#content a.selected,
#content a.selected:link,
#content a.selected:visited,
#content a.selected:focus,
#content a.selected:hover,
#content a.selected:active {
   background-color: #0B6695;
   color: #fff;
}

strong{font-weight:bold;} 

/** Bei der HR bitte immer darauf achten, dass color und background-color gleich sind **/

hr {
   border: 0 none;
   height: 1px;
   background-color: #464646;
   color: #464646;
}

/** Styling der Listen **/

#content ul{
   margin: 1em 0;
   list-style-type: square;
   margin-left: 10px;
   padding-left: 10px;
}

#content ul ul {
   list-style-type: disc;
}

#content ul ul ul {
   list-style-type: circle;
}

#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;
}

/** Hoch- und Tiefgestellt **/

#content sup,
#content sub {
   font-size: 72%;
}

/** Inhaltstabellen des Contents **/

#content .tabrowheader td,
#content .tabrowgerade td,
#content .tabrowungerade td {
   padding: 3px;
}
#content .tabrowheader {
   color:#fff;
   background-color: #0B6695;
   font-weight: bold;
}

#content .tabrowgerade {
   background-color: #c4c5c8;
}
#content .tabrowungerade {
   background-color: #fcfcfc;
}

#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: 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: #0058A4;
}

/** Banner BK **/

#bannerbk h1,
#bannerbk h2 {
   color: #0B6695;
   line-height: 130%;
   font-size: 130%;
   text-transform: uppercase;
   margin: 11px 0 9px;
}

#bannerbk h3,
#bannerbk h4 {
   color: #0B6695;
   font-size: 92%;
   margin: 7px 0 5px;
   line-height: 130%;
}

#bannerbk h5,
#bannerbk h6 {
   color: #0B6695;
   font-size: 100%;
   font-weight: bold;
   margin: 5px 0 4px;
}

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color: #0B6695;
   font-weight: bold;
   text-decoration: none;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active,
#bannerbk a.selected,
#bannerbk a.selected:link,
#bannerbk a.selected:visited,
#bannerbk a.selected:focus,
#bannerbk a.selected:hover,
#bannerbk a.selected:active {
   background-color: #0B6695;
   color: #fff;
}
