/*****************************
Allgemeines Layout
*****************************/
html, body
{
  height:101%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 12px;
}
a {
    text-decoration:none;
}

#wrapperInner {
   position: relative;
  margin-bottom: 0px;
}
#wrapperOuter {
    position:relative;
    margin-top: -5px;
   width:90%;
}
/*****************************
Header
*****************************/

#branding {
    float: left;
    padding-top:0px;
    width: 900px;
    background: url(/SiteGlobals/StyleBundles/Bilder/BFU/bg_branding_a.gif?__blob=normal&v=1) no-repeat;
    background-position: 420px 25px;
    white-space: nowrap;
}
#branding p em {
   display: none;
}
#branding img {
   border: medium none;
   margin-left:12px;
   margin-top:12px;
  margin-bottom:-3px;
  padding-right:28px;
}


/*****************************
Topservice Menue
*****************************/

#navServiceMeta {
    margin-bottom: 5px;
    height: 20px;
    position: absolute;
    top: -5px;
    font-size:11px;
    text-align:right;
    left: 595px;
}
#navServiceMeta a {
     color: #002266;
}

#navServiceMeta li {
    display: inline;
}
#navServiceMeta li a {
   border-right: 1px solid;
   padding-left: 5px;
   padding-right: 5px;
}
#navServiceMeta li strong {
   border-right: 1px solid;
   padding-left: 5px;
   padding-right: 5px;
   color: #002266;
}

#navServiceMeta li:last-child a{
    border-right: none;
}
#navServiceMeta li:last-child strong{
    border-right: none;
}
/*****************************
Hauptnavigation
*****************************/

#n-1 h4, #n-2 h4, #n-3 h4, #n-4 h4, #n-5 h4, #n-1 div.menu, #n-2 div.menu, #n-3 div.menu, #n-4 div.menu, #n-5 div.menu {
   display:none;
   border: none;
}
#navPrimary ul {
    background-color: #B8CBD9;
    list-style-type: none;
    width: 902px;
    position: absolute;
    top: 93px;
    left: 10px;
    height: 20px;
}
#navPrimary ul li{
   float: left;
}

#navPrimary #n-1{
   padding-left: 160px;
}
#navPrimary ul li:last-child {
   border-right: none;
}

#navPrimary ul li {
        border-right: 1px solid;
        height:20px;
}

#navPrimary ul li div h3{
     padding-left: 12px;
     padding-right: 12px;
     padding-top: 0px;
     padding-bottom: 0px;

}
#navPrimary ul li div h3 a {
   font-weight: bold;
   color: #002266;
   font-size: 12px;
}
#navPrimary ul li div h3 strong {
   font-weight: bold;
   color: #42699E;
   font-size: 12px;
}
#navPrimary ul li div {
   margin-top: -10px;
}
/*****************************
Sekundaernavigation
*****************************/
#navRegion {
  margin-left: 10px;
  background-color: #31659C;
  margin-top: -2px;
  min-height: 450px;
}

#navSecondary {
    float: left;
    width: 200px;
}
#navSecondary ul li ul li {
    padding-left:10px;
}
div.navMain ul {
    list-style-type: none;
    padding-top: 4px;
    margin-left: -40px;
}

div.navMain ul li a {
  color: white;
  padding-left:15px;
  padding-top:3px;
  padding-bottom:3px;
  font-size:105%;
}

div.navMain ul li:hover {
  background-color:#366DAB;
}

div.navMain ul li a:hover {
   color:#CFE7FF;
}

div.navMain ul li strong {
   background-color: #B8CBD9;
   color:#002063;
   font-size: 105%;
   font-weight:normal;
   padding-left:15px;
   padding-top:3px;
   padding-bottom:3px;
   display:block;
}
div.navMain ul li {
  padding-bottom: 5px;
   white-space: nowrap;
}
#search form fieldset{
  border: none;
}
p.searchNode {
  display: none;
}
#navService {
   border-top: 1px solid white;
   margin-left: -15px;
}
#navService h2{
  color: white;
  padding-left: 30px;
  font-size: 12px;
}
#navService ul {
    list-style-type: none;
    margin-left: -25px;
}
#navService ul li {
   padding-bottom: 5px;
}
#navService ul li a {
  color: white;
  padding-left:25px;
}
#navService ul li a:hover {
   color:#CFE7FF;
}
#navService ul li:hover {
  background-color:#366DAB;
}

#navService ul li strong {
   background-color: #B8CBD9;
   color:#002063;
   font-size: 105%;
   font-weight:normal;
   padding-left:25px;
   display:block;
}
/*****************************
Hauptinhaltsbereich
*****************************/
#mainContent{
  clear: both;
  width: 950px;
}
#mainContent #wrapperContent a{
 text-decoration: underline;
 color: #002266;
}
#wrapperContent {
   float: left;
   left: 225px;
   width: 50%;
   padding-left: 10px;
   color: #002266;
}
#wrapperContent.altGrid {
  width: 70%;
}
#breadcrumb {
 float: right;
 float: left;
 left: 215px;
 width: 50%;
 padding-bottom: 10px;
 padding-top: 10px;
}
#breadcrumb ol li{
  float:left;
  list-style: none;
  background: url(/SiteGlobals/StyleBundles/Bilder/BFU/bg_breadcrumb.png?__blob=normal&v=2) no-repeat left;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  color: #002266;
}
#breadcrumb ol li strong{
   padding-left: 3px;
   font-weight: normal;
}
#wrapperContent h1 {
    #color: #444;
    font-size: 18px;
    font-weight: bold;
}

#wrapperContent a:hover {
   #color:#000;
   text-decoration:underline;
}
#content div.abstract {
   display: none;
}
#content div.subheadline {
   #display: none;
   #font-weight: bold;
   #margin-top: -50px;
  #padding-bottom: 30px;
}
/*****************************
Formulare
*****************************/
#content form {
    width: 400px;
}
#content form fieldset h2 {
   background-color: #9CBDDE;
   width: 100%;
   margin: 0px;
   font-size: 12px;
   font-weight: normal;
   border: 7px solid #9CBDDE;
   margin-left: -7px;
   margin-top: -7px;
}
#content form fieldset {
   background-color: #CFDCE5;
   border-style:none;
   margin-left: 10px;
   width: 500px;
}
#content form fieldset p span {
  display: block;
  padding-left: 5px;
  padding-bottom: 3px;
}
#content form div p.formHandle {
   background-color: #9CBDDE;
   margin-left: 10px;
   text-align: center;
   border-top: 1px solid white;
   width: 515px;
   margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#content form div p.formHandle input {
     border-color:#888888;
     color:#FFFFFF;
     background-color:#446EC4;
}

#content form div p.formHandle input.submit:hover {
     border-color:#888888;
     color:#000000;
     background-color:#FFFFFF;
}
#content form div p.formHandle input.reset:hover {
     border-color:#888888;
     color:#000000;
     background-color:#FFFFFF;
}


#content form div p.formNote {
     display:none;
}
/*****************************
Tabellen
*****************************/
#content table tbody tr td.center {
   text-align: center;
}
#content table tbody tr td {
   padding-left: 5px;
   padding-right: 5px;
}
#content table tbody tr {
   vertical-align: top;
}
#content table tbody tr td p{
   padding-top: 1px;
   margin: 0px;
}
.wrapperTable {
  font-size:11px;
}

#content div.wrapperTable table tbody tr td.even {
   background-color:#B8CBD9;
}
#content div.wrapperTable table tbody tr td.odd {
   background-color:#CFDCE5;
}
#content div.wrapperTable table {
   border-collapse: separate;
   border-spacing: 3px;
}
#content div.wrapperTable table caption{
   display:none;
}
#content div.wrapperTable table thead tr th{
  border: 1px solid #DDDDDD;
}

form[name="NewsletterBestellenForm"] dfn {
    display:none;
}
form[name="NewsletterAbbestellenForm"] dfn {
    display:none;
}

/*****************************
Marginalspalte
*****************************/
#supplement {
   right: 5px;
  float: right;
  width: 20%;
  margin-top: -30px;
}
#supplement h2{
   font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  color: #444444;
}
#supplement div {
  background-color: #B8CBD9;
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #333333;
}
#supplement div ul {
  margin-left:-20px;
}
#supplement div ul {
   list-style-type: none;
}
#supplement div h3{
   border-bottom: 1px dashed black;
   padding-left: 7px;
   padding-bottom: 5px;
   font-size: 11px;
  font-family: Verdana;
  padding-top: 17px;
}
#supplement div ul li {
   border-bottom: 1px dashed black;
   padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -12px;
}
#supplement div ul li:last-child {
  border-bottom: none;
}
#supplement div ul li a {
  background: url(/SiteGlobals/StyleBundles/Bilder/BFU/link.gif?__blob=normal&v=2) no-repeat;
  background-position: 0px 5px;
  padding-left: 7px;
  color: #002266;
  display: block;
}
/*****************************
Footer
*****************************/
.clear {
 clear:both;
}
#siteInfo {
  border-top: 1px solid #76A4D6;
  margin-left: 10px;
}
#siteInfo p {
   margin-top: 1px;
   margin-left: 0px;
   font-size:11px;
}

#siteInfo p em {
   font-style:normal;
}
