/** Typographie für den Content **/
#content p {
   padding: 0;
   margin : 0 0 1em 0;
}
#content h1,
#content h2 {
   font-size: 160%;
   margin: 0 0 12px;
   color: #0f5486;
   line-height: 150%;
}
#content h3,
#content h4 {
   color: #0f5486;
   font-size: 140%;
   line-height: 130%;
   margin: 10px 0 8px;
}
#content h5,
#content h6 {
   font-size: 120%;
   line-height: 130%;
   color: #0f5486;
   margin: 7px 0 5px;
   font-weight: bold;
}
/** Linkzustand normal **/
#content a,
#content a:link,
#content a:visited {
   color: #0f5486;
   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 {
   text-decoration: underline;
}
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: #0f5486;
   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: #fff;
   font-weight: bold;
   font-size: 100%;
   padding: 5px 3px;
   background-image: url(../images/bannerhead.jpg);
   background-position: left top;
   background-repeat: repeat-x;
   margin: 0 0 0 -10px;
}
#bannerbk h3,
#bannerbk h4 {
   color: #0058A4;
   font-size: 120%;
   margin: 7px 0 5px;
   line-height: 130%;
}
#bannerbk h5,
#bannerbk h6 {
   color: #0058A4;
   font-size: 100%;
   font-weight: bold;
   margin: 5px 0 4px;
}
#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color: #0058A4;
   font-weight: bold;
   text-decoration: none;
}
#bannerbk a:focus,
#bannerbk a:hover {
   color: #fff;
   background-color: #959595;
}
#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: #0058A4;
   color: #fff;
}
/** Suche **/
#suche {
   position: absolute;
   right: 10px;
   top: 65px;
   width: 180px;
}
#suche .vt {
   position: relative;
   background-image: url(../images/suche.gif);
   background-position: left top;
   background-repeat: no-repeat;
   padding: 2px;
   width: 146px;
   border: 0 none;
   height: 20px;
   background-color: transparent;
}
#suche .vtlink {
   position: absolute;
   right: 0;
   top: 0;
}
/** Sitemap **/
.view_sitemap {
   line-height: 150%;
}
.view_sitemap ul {
   list-style-type: square !important;
   margin: 1em 0 1em 10px;
   padding-left: 0;
}
.view_sitemap ul li ul {
   list-style-type: disc !important;
}
.view_sitemap ul li ul li ul {
   list-style-type: circle !important;
}
.view_sitemap ul li ul li ul li ul {
   list-style-type: none !important;
}
/** Sprachschaltung **/
#MenuSprache {
   position: absolute;
   z-index: 100;
   top: 67px;
   left:  661px;
   overflow: hidden;
   z-index: 9;
}
#MenuSprache li {
   display: block;
   float: left;
   width: 32px;
   height: 22px;
   background-image: url(../images/sprachsprite.gif);
   margin-right: 2px;
}
#MenuSprache a {
   display: block;
   width: 32px;
   height: 22px;
   border: 0 none;
}
#MenuSprache a img {
   display: block;
}
#MenuSprache li.cz {
   background-position: left top;
}
#MenuSprache li.eng {
   background-position: 69px top;
   width: 36px;
}
#MenuSprache li.german {
   background-position: 32px top;
}
