HTML {
    /* keinen horizontalen Scrollbar auf Moz und IE */

}

BODY {
    background-color: #ffffff;

}


#page {
  position: relative;
    margin-left: 40px;
    margin-right: 20px;
    padding-top: 10px;
    width: 940px;

    min-height: 800px;
}



/********************************************************************************************************/
/* Head */
#head {
    height: 109px;
    padding-top: 1px;
}


#logo {
  position: absolute;
  top: 32px;
  right: 75px;
}
#logo IMG {
  border: none;
  width: 142;
  height: 60px;
}


/********************************************************************************************************/
/* navigation */
/* siehe "navigation.css" */


/* searchForm */
#search {
    float: left;
    margin-right: 12px;
}


#navTopWrap {
    float: left;
  padding-top: 4px;

    overflow: hidden;
}



#search {
  position: relative;
}
#search FORM {

}
#search FIELDSET {
  border: none;
}
#search Label {
  padding-left: 6px;
  font-size: 11px;
}

#searchField {
    width: 150px;
}


#searchButton {
  position: absolute;
  top: 1px;
  right: 1px;
  
    background-image: url("../pix/icon_search.gif");
    background-position: 4px 4px;
    background-repeat: no-repeat;
  background-color: transparent;

    text-indent: -5000px;
  line-height: 100px;
  
  width: 18px;
     height: 18px;
   
    border: none;
}

/* searchForm ende */



#navPrint {
    float: left
}


#navTop {
    float: left
}
#lang {
  position: relative;
    float: left;

          
}
#lang label {
  display: inline;
    font-size: 11px;
    font-weight: normal;
}
#langSelect {
    width: auto;
    margin-right: 2px;
    font-size: 11px;  
    
    
}
#langButton {
  padding: 1px 0px;
  margin-top: 2px;
  font-size: 11px;
}



/* navMain navMeta */
#navMainMetaWrap {
  position: absolute;
  top: 120px;
  left: 780px;
  width: 160px;

}


/* navQuick */
#navQuick {
  position: absolute;
  top: 94px;
  
  height: 25px;
  z-index: 10;
}

#navQuick H6 {
  font-weight: bold;
  color: #003f72;
  font-size: 12px;

  padding-left: 21px;
  background-image: url("../pix/icon_navExpand.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;

  margin: 0px;
  margin-left: 40px;
  cursor: pointer;

  height: 20px;

}
#navQuick H6:hover {
  background-image: url("../pix/icon_navExpandHover.gif");
  color: #91004B;
}
#navQuick H6.quicknav_toggle_active {
  background-image: url("../pix/icon_navCollapseHover.gif");
  color: #91004B;
}


#navQuickPulldown {
  position: absolute;
  overflow: hidden;
  
  top: 26px;
  left: 35px;

  width: 950px;
}

#navQuickPulldownShadowBottom {
  background-image: url("../pix/navQuickPulldownShadowBottom.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 9px;
}
#navQuickPulldownShadow {
  background-image: url("../pix/navQuickPulldownShadow.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  
  padding: 15px;
  padding-top: 0px;
}

#navQuickPulldownLineTop {
  border-top: 1px solid #bcc1c3;
  
  padding: 2px;
  padding-top: 20px;
  padding-bottom: 0px;
  
}

#navQuickPulldownLineH {
  background-image: url("../pix/navQuickPulldownLineH.gif");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  
}

#navQuickBlocker {
  position: absolute;
  left: 0px;
  top: 26px;
  
  background-color: #232323;
  width: 100%;
  height: 100%;
}


/********************************************************************************************************/
/* torso */


#torso {
    overflow: hidden;
  width: 760px;

    padding-bottom: 60px;
}





/********************************************************************************************************/
/* foot  */

#foot {
    padding-left: 40px;
    padding-top: 20px;
  padding-bottom: 30px;
    
    background-color: #e6e2df;
    overflow: hidden;

    color: #747f81;
  line-height: 20px;
}

#foot P {
    color: #747f81;
  line-height: 20px;
}

.foot-col {
  float: left;
  width: 240px;
  margin-right: 20px;
}

  
#foot H6 {
  font-size: 12px;
  color: #003f72;
  margin: 0px;
  margin-bottom: 20px;
}

#foot ADDRESS {
  font-style: normal;
  margin-bottom: 22px;
}


#foot LI {
  list-style: none;
  background: none;
  padding-left: 0px;
}
#foot A {
    padding-right: 12px;

  font-size: 12px;
  color: #333333;

  line-height: 20px;
}
#foot A:hover {
  text-decoration: underline;
}

#foot A.anchor {
  padding: 0px;
}


#navFootContact {
  margin-bottom: 22px;
}



/********************************************************************************************************/
/* popup popup popup popup popup popup popup popup popup  */
/********************************************************************************************************/

#popup {

    background-color: #ffffff;

    margin: 16px;
    padding: 16px;
}



/********************************************************************************************************/
/* cookie notification  */
/********************************************************************************************************/
#cookieNotification {
    background-image: url("../pix/carousel_tabBackActive.png");
    background-repeat: repeat-x;
    background-position: center top;

    background-color: #74052B;

    position: fixed;

    z-index: 4998;

    margin-left: 20px;
    margin-right: 20px;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;

    width: 940px;
}

#cookieNotification .close {
    position: absolute;
    right: 7px;
    top: 4px;

    background-image: url('../pix/close.png');
    background-repeat: no-repeat;
    background-position: center center;

    height: 23px;
    width: 25px;
    opacity: 0.75;

    text-indent: -1000px;
    overflow: hidden;

    cursor: pointer;
}
#cookieNotification .close:hover {
    opacity: 1;
}


#cookieNotificationSpacer {
    height: 50px;
    width: 50px;
}


#cookieNotification p {
    color: #fff;
    padding-right: 20px;
}
#cookieNotification p A {
    color: #fff;
    text-decoration: underline;
}
