
* {
    margin: 0;
    padding: 0;
}

html,body {
    height:100%;
}

img {
    border: 0;
}
div.shadowBox {
    line-height: 0;
}
#rightSideWrapper div.shadowBox {
    line-height: 130%;
}

body {
    font: 12px 'Roboto', sans-serif;
    color: #222;
    font-weight: normal;
}

h1 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    position: relative;
    color: #767776;
    font-size: 19px;
    line-height: 130%;
    margin: .67em 0;
    border-bottom: 2px solid #D9D9D9;
    padding-top: 6px;
    padding-bottom: 3px;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    color: #00457F;
    font-size: 14px;
    line-height: 130%;
    margin: .67em 0;
}

ul {
    margin-left: 20px;
}
ol {
    margin-left: 20px;
}
a{
    text-decoration: none;
    color: #ff582b;
}
a:hover{
    text-decoration: none;
    color: #4c7485;
}
.serviceBox .raw a:hover{
    text-decoration: none;
    color: #fff;
}
.homeLink {
    width: 270px;
    height: 44px;
    position:absolute;
    bottom: 1px;
    left:0;
}
.homeLink a{
    width: 270px;
    height: 44px;
    display: block;
}

.textnorm{
    font-size: 12px;
    line-height: 150%;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.block, .block li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.block li{
    float: left;
    font-size: 12px;

}
.block li a, .block li span {
    display: block;
    margin: 0 .2em 0 0;
    padding: .3em .5em;
    text-align: center;
    background-color: #e8e8e8;
    text-decoration: none !important;
    border:1px solid #ccc;
}
.block li.active a, .block li a:hover, .block li.active span {
    background-color: #fff;
}
.clear { display: inline-table; }

/* Hides from IE-mac */
* html .clear {height: 1%;}
.clear {display: block; zoom:1;}
/* End hide from IE-mac */

#footerWrapper .content{
    display: none;
}

.dn{
    display:none;
}

.a10 {
    width:1px;
    height:10px;
}
.a5 {
    width:1px;
    height:5px;
}
.centered {
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.grey{
    background-color: #e8e8e8 !important;
    color: #222 !important;
}
.p_5_0{
    padding: 5px 0 !important;
}
.p_0_0_0_10{
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}
.p_5{
    padding: 5px !important;
}
.m_0_0_10{
    margin: 0 0 10px;
}

#topLine {
    position: absolute;
    width: 100%;
    background: #000000;
    height: 41px;
    top: 0;
    left: 0;
}

#topLine .topLineWrapper {
    position: relative;
    width: 996px;
    margin: 0 auto;
}

.topLineWrapper .topLineLogo {
    position: relative;
    float: left;
}

.topLineWrapper .topLineLogo a{
    padding: 8px 0;
    display: inline-block;
}

.topLineWrapper .right {
    position: relative;
    float: right;
    padding: 8px 0;
    color: #808080;
}

#topLine .topLineWrapper .right .language{
    float: left;
    display: inline-block;
    text-align: center;
    width: 40px;
    padding: 0 0 0 10px;
}

#topLine .topLineWrapper .right .language a {
    display: block;
    padding: 2px 0;
    border: 1px solid #808080;
    color: #808080;
    width: 28px;
    margin: 1px 5px 0;
    text-transform: uppercase;
}

#topLine .topLineWrapper .right .language a:hover {
    text-decoration: none;
    background: #ff582b;
    color: #fff;
    border: 1px solid #ff582b;
}

#topLine .topLineWrapper .right #langMenu{
    display: none;
    position: absolute;
    z-index: 10;
    top: 33px;
    right: 0;
    list-style: none;
    background: #000;
    margin: 0;
    padding-bottom: 2px;
}
#topLine .topLineWrapper .right #langMenu.active{
    display:block;
}
#topLine .topLineWrapper .right #langMenu li{
    display: block;
    background: #000;
    width: 30px;
    padding: 2px 5px;
    text-align: center;
    list-style-type: none !important;
}

#topLine .topLineWrapper .right #langMenu li a{
    color: #808080;
    margin:0;
    padding: 2px 0;
    width: 28px;
    display: block;
}
#topLine .topLineWrapper .right #langMenu li a.active {
    text-decoration: none;
}
#topLine .topLineWrapper .right #langMenu li a:hover {
    text-decoration: none;
    background: #ff582b;
    color: #fff;
    border: 1px solid #ff582b;
}

#topLine .topLineWrapper .right #headMenu{
    margin:0;
    float: left;
    padding: 2px 0;
}
#topLine .topLineWrapper .right #headMenu a{
    padding: 0 20px;
    line-height: 19px;
    display: block;
    float: left;
    border-left:1px solid #808080;
}
#topLine .topLineWrapper .right #headMenu a,
#topLine .topLineWrapper .right #headMenu a:active,
#topLine .topLineWrapper .right #headMenu a:hover,
#topLine .topLineWrapper .right #headMenu a:visited {
    color: #808080;
}
#topLine .topLineWrapper .right #suche{
    margin:0;
    float: left;
    padding: 2px 0 2px 20px;
}
#topLine .topLineWrapper .right #suche form{
}

#topLine .topLineWrapper .right #suche label{
    vertical-align: middle;
}

#siteWrapper {
    position: relative;
    width: 996px;
    margin: 0 auto;
}

#printTemplate #siteWrapper {
    width: 804px;
}

#siteWrapper #site {
}

#siteWrapper #site #header {
    height: 70px;
    position: relative;
    width:996px;
    font-size: 11px;
    margin-top: 41px;
    margin-bottom: 45px
}
#printTemplate #siteWrapper #site #header {
    width: 804px;
}
#siteWrapper #site #header a {
    color: #222;
    text-decoration: none;
}
#siteWrapper #site #header a.active,
#siteWrapper #site #header a:hover {
    color: #222;
    text-decoration: underline;
}


#siteWrapper #site #header input{
    font-size: 11px;
    line-height: 13px;
}

/* HAUPTMENU */

#siteWrapper #site #menu {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

#siteWrapper #site #menu ul{
    margin:0;
    list-style-type: none;
}

#siteWrapper #site #menu ul li{
    margin-left: 20px;
    float: left;
    display:block;
    width:auto;
}

#siteWrapper #site #menu ul li:first-child{
    margin-left: 0;
}

#siteWrapper #site #menu ul li a{
    display:block;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#siteWrapper #site #menu ul li a.active,
#siteWrapper #site #menu ul li a:hover{
    color: #ff582b;
    text-decoration: none;
}
/* HAUPTMENU ENDE */

#siteWrapper #site #pageWrapper.startPage {
}

#siteWrapper #site #pageWrapper.standardPage {
}

#siteWrapper #site #pageWrapper #page {
    position: relative;
    /*overflow: hidden;*/
}

#subMenuWrapper,
#leftSideWrapper,
#centerWrapper,
#rightSideWrapper {
    min-height: 1px;
}

#siteWrapper #site #pageWrapper #page #subMenuWrapper {
    position: relative;
    float: left;
    display: block;
    width: 192px;
    z-index: 2;
    background: transparent;
}

/* SUBMENU */

#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu {
    margin-right: 12px;
    min-height: 223px;
    margin-bottom: 12px;
    padding: 0;
    border: none;
    background: #e2eaee  /* fï¿½r IE < 9 color auf #fff */
}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul{
    display: block;
    list-style-type: none;
    margin: 0 0 0;
}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li{
}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li a{
    font-size: 13px;
    line-height: 18px;
    display: block;
    padding: 5px 2px 6px 8px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li a.active,
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li a:hover{
    color: #fff;
    padding-bottom: 6px;
    border: none;
    background: #ff582b;  /* fï¿½r IE < 9 color auf #fff */

}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li ul{
    display: block;
    list-style-type: none;
    margin: 0;
    border:none;
    background-color: #344651;
}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li ul li a{
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li ul li a.active,
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li ul li a:hover{
    padding-bottom: 6px;
    background: #344651;
    color: #ff582b;
}

#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li ul li ul li a{
    font-size: 11px;
    line-height: 14px;
    padding-left: 26px;
    background: #4c7485;
}
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li ul li ul li a.active,
#siteWrapper #site #pageWrapper #page #subMenuWrapper #subMenu ul li ul li ul li a:hover{
    border: 0;
    padding-bottom: 6px;
    background: #4c7485;
}

/* SUBMENU ENDE */

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper.oneColum,
#siteWrapper #site #pageWrapper.startPage #page #contentWrapper.twoColum,
#siteWrapper #site #pageWrapper.startPage #page #contentWrapper.threeColum {
    width: 100%;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.oneColum,
#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.twoColum {
    float: left;
    display: block;
    width: 804px;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.threeColum {
    width: 100%;
}

#siteWrapper #site #pageWrapper #page #contentWrapper #menuBildWrapper {
    height: 223px;
    width: 100%;
    margin-bottom: 12px;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #menuBildWrapper {
    margin-bottom: 12px;
}

#siteWrapper #site #pageWrapper #page #contentWrapper #menuBildWrapper #menuBild {
    position: absolute;
    height: 223px;
    width: 996px;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#siteWrapper #site #pageWrapper #page #leftSideWrapper {
    width: 180px;
    margin-right: 12px;
    float: left;
    display: block;
}

#siteWrapper #site #pageWrapper #page #contentWrapper #centerWrapper {
    float: left;
    display: block;
}
#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.oneColum #centerWrapper {
    width: 804px;
}
#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.twoColum #centerWrapper {
    width: 612px;
}
#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.threeColum #centerWrapper {
    width: 612px;
}
#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.fullwidth,
#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper.fullwidth #centerWrapper,
#siteWrapper #site #pageWrapper.startPage #page #contentWrapper.oneColum #centerWrapper {
    width: 100%;
}
#siteWrapper #site #pageWrapper.startPage #page #contentWrapper.twoColum #centerWrapper {
    width: 804px;
}
#siteWrapper #site #pageWrapper.startPage #page #contentWrapper.threeColum #centerWrapper {
    width: 612px;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper {
    position: relative;
    float: left;
    width: 803px;
    margin-right: 13px;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .content .news {
    border: none !important;
    width: 100% !important;
    float: left;
    height: 233px;
}

/*
 * The following two rules are for IE only and
 * should be wrapped in conditional comments.
 * The -ms-filter rule should be on one line
 * and always *before* the filter rule if
 * used in the same rule.
 */

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .newsHead {
    /* IE8+ - must be on one line, unfortunately */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061616997868383e-16, M12=1, M21=-1, M22=3.061616997868383e-16, SizingMethod='auto expand')";

    /* IE6 and 7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=3.061616997868383e-16,
            M12=1,
            M21=-1,
            M22=3.061616997868383e-16,
            SizingMethod='auto expand');

    /*
     * To make the transform-origin be the middle of
     * the object.    Note: These numbers
     * are approximations.  For more accurate results,
     * use Internet Explorer with this tool.
     */
    margin-left: 54px;
    margin-top: -60px;
}


#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .newsHead {
    background: #ff582b;
    color: #fff;
    -moz-transform:    rotate(-90deg);
    -o-transform:      rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    transform:         rotate(-90deg);
    height: 90px;
    width: 235px;
    display: inline-block;
    position: absolute;
    left: -57px;
    top: 57px;
    padding: 15px 0;
    margin: 0;
    font-size: 67px;
    border-bottom: none;
    text-align: center;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper {
    float: left;
    display: inline-block;
    margin-left: 120px;
    background: #4c7485;
    width: 683px !important;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-window {
    height: 233px !important;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-window #slider1 .imgBlock {
    width: 180px;
    height: 115px;
    display: block;
    margin-top: 1px;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-window #slider1 .newsTeaser {
    padding: 16px 20px;
    border-top: 1px solid #e2eaee;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-window #slider1 .imgBlock img,
#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-window #slider1 .imgBlock {
    width: 180px;
    height: 115px;
    display: block;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-window #slider1 .newsTeaser h2 {
    color: #222222;
    font-size: 14px;
    text-transform: inherit;
    margin: 0;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-prev{
    position:absolute;
    top: 25px;
    right: 5px;
    background: url(grafik/arrows.png) 0 0 no-repeat;
    height: 15px;
    text-indent: -999999px;
    width: 29px;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #newsWrapper .news .bx-wrapper .bx-next{
    position:absolute;
    bottom: 25px;
    right: 5px;
    background: url(grafik/arrows.png) 0 -17px no-repeat;
    height: 15px;
    text-indent: -999999px;
    width: 29px;
    top: inherit;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #rightSidebarWrapper {
    position: relative;
    float: left;
    width: 180px;
}

#siteWrapper #site #pageWrapper.startPage #page #contentWrapper #fullWidthContentWrapper {
    box-sizing: border-box;
    padding: 6px 6px;
    position: relative;
    float: left;
    width: 100%;
    background: #e2eaee;
}

#fullWidthContentWrapper .featured[data-columns]::before {
    content: '1 .column.size-1of1';
}

#fullWidthContentWrapper .grid[data-columns]::before {
    content: '2 .column.size-1of2';
}

#fullWidthContentWrapper .grid3[data-columns]::before {
    content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
#fullWidthContentWrapper .column { float: left; }
#fullWidthContentWrapper .size-1of1 { width: 100%; }
#fullWidthContentWrapper .size-1of2 { width: 50%; }
#fullWidthContentWrapper .size-1of3 { width: 33.33%; }

#fullWidthContentWrapper .fullWidthStartBox {
    position: relative;
    float: left;
    width: 947px;
    background: #fff;
    margin: 6px;
    padding: 0 25px 0 0;
}

#fullWidthContentWrapper .fullWidthStartBox h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    color: #222;
    margin: 25px 0 20px 25px;
    display: inline-block;
    width: 436px;
}

#fullWidthContentWrapper .fullWidthStartBox h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #222;
    margin: 0 0 0 25px;
    display: inline-block;
    text-transform: inherit;
    width: 436px;
}

#fullWidthContentWrapper .fullWidthStartBox p {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #222;
    margin: 15px 0 0 25px;
    display: inline-block;
    width: 436px;
}

#fullWidthContentWrapper .fullWidthStartBox img {
    display: inline-block;
    float: left;
    margin: 0 0;
}

#fullWidthContentWrapper .startBox {
    position: relative;
    float: left;
    width: 480px;
    background: #fff;
    margin: 6px;
    padding: 25px 0;
}

#fullWidthContentWrapper .startBox h2,
#fullWidthContentWrapper .smallBox h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 22px;
    color: #222;
    margin: 0 25px 20px;
    display: block;
}

#fullWidthContentWrapper .startBox h3,
#fullWidthContentWrapper .smallBox h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #222;
    margin: 0 25px;
    display: block;
    text-transform: inherit;
}

#fullWidthContentWrapper .startBox p,
#fullWidthContentWrapper .smallBox p {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #222;
    margin: 15px 25px 0;
    display: block;
}

#fullWidthContentWrapper .startBox img,
#fullWidthContentWrapper .smallBox img {
    display: block;
    margin: 0 0 20px 0;
}

#fullWidthContentWrapper .smallBox {
    position: relative;
    float: left;
    width: 316px;
    background: #fff;
    margin: 6px;
    padding: 25px 0;
}

#siteWrapper #site #pageWrapper #page #contentWrapper #rightSideWrapper {
    float: left;
    display: inline;
    margin-left: 12px;
    width: 180px;
}

#rightSideWrapper .serviceBox p {
    padding:5px;
    font-size: 11px;
}

#siteWrapper #site #footerWrapper {
    min-height: 1px;
    margin-top: 12px;
    width:100%;
    overflow:hidden;
}
#siteWrapper #site #footerWrapper ul{
    margin:0;
    list-style-type: none;
    width:996px;
}
#siteWrapper #site #footerWrapper ul li{
    float: left;
    display:block;
    width:140px;
}
#siteWrapper #site #footerWrapper ul li a{
    display:block;
    font-size: 11px;
    color:#fff;
    line-height: 18px;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    text-decoration: none;
}
#siteWrapper #site #footerWrapper ul li ul{
    margin: 5px 0 0;
    list-style-type: none;
    width: auto;
}
#siteWrapper #site #footerWrapper ul li ul li{
    float: none;
    display:block;
    width:140px;
    background-color: white;
}
#siteWrapper #site #footerWrapper ul li ul li a{
    color:#000;
    font-weight: normal;
    line-height: 15px;
    padding: 2px 0 2px 10px;
}
#siteWrapper.lang-de #site #header {

}
#siteWrapper.lang-en #site #header {

}
#siteWrapper.lang-fr #site #header {

}
#siteWrapper.lang-nl #site #header {

}

#menuBilder {
    width: 996px;
    height: 223px;
    padding:0;
    margin: 0;
    list-style-type: none;
}
.serviceBoxStart{
    display:none;
}
.serviceBoxEnd{
    margin-bottom: 5px;
}

.boxRight,
.shadowBox {
}

.serviceBox {
    background-color: #4c7485;
    color: #fff;
    border: 1px solid #4c7485;
}

.serviceBox:hover {
    border: 1px solid #ff582b;
}

.serviceBoxHead {
    border: 1px solid #aaaaaa;
    border-bottom: 0 !important;
    background-color: #ffffff;
}
.serviceBoxContent {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    background-color: #ffffff;
}
.serviceBoxFotter {
    border-bottom: 1px solid #aaaaaa;
    background-color: #ffffff;
}
.produktfinder{
    height:33px;
}
.social{
    height:33px;
}
.aktuell{
    height:33px;
}
.rssFeed{
    height:33px;
}
.investor{
    height:33px;
}
.messekalender{
    height:33px;
}
.prinzipien,
.jahresbericht{
    height:33px;
}
.gesellschaften{
    height:33px;
}
.serviceBox .sboxLink{
    display: block;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 33px;
    padding: 0 8px;
}

.serviceBox .sboxLink:hover {
    background: #ff582b;
    color: #fff;
    text-decoration: none;
}

.serviceBox .sboxLink span{
    line-height: 18px !important;
    display: inline-block;
    margin-top: 5px;
}

.serviceBox .facebook {
    display: inline-block;
    width: 13px;
    height: 24px;
    margin: 3px 8px 2px 15px;
    padding: 0;
    background: url(grafik/social.png) 0 0 no-repeat;
}

.serviceBox .twitter{
    display: inline-block;
    width: 25px;
    height: 24px;
    margin: 3px 9px 2px;
    padding: 0;
    background: url(grafik/social.png) -31px 0 no-repeat;
}

.serviceBox .youtube{
    display: inline-block;
    width: 22px;
    height: 24px;
    margin: 3px 10px 2px;
    padding: 0;
    background: url(grafik/social.png) -70px 0 no-repeat;
}

.serviceBox .googleplus{
    display: inline-block;
    width: 26px;
    height: 24px;
    margin: 3px 8px 2px;
    padding: 0;
    background: url(grafik/social.png) -106px 0 no-repeat;
}

.serviceBox .facebook:hover {
    background: url(grafik/social.png) 0 0 no-repeat;
}

.serviceBox .twitter:hover{
    background: url(grafik/social.png) -31px 0 no-repeat;
}

.serviceBox .youtube:hover{
    background: url(grafik/social.png) -70px 0 no-repeat;
}

.serviceBox .googleplus:hover{
    background: url(grafik/social.png) -106px 0 no-repeat;
}

h1 div.h1Tools {
    display: none;
}

h1 div.h1Tools a {
    margin-right: 10px;
}

#centerWrapper .content h1 div.h1Tools{
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
}

.content p{
    line-height: 150%;
}
.content div.imgBlock p.imgBu {
}

.content div.imgRight {
    padding-left: 10px;
    padding-bottom: 10px;
    float: right;
}
.bx-window div.imgRight{
    padding-bottom: 0 !important;
}

.content div.imgLeft {
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}

.textred {
    color: red;
}

.textSmall{
    font-size: 10px;
    font-weight: normal;
}

.rss,
.rss:link {
    border-right: #630 1px solid;
    border-top: #fc9 1px solid;
    border-left: #f96 1px solid;
    border-bottom: #330 1px solid;
    padding: 0 2px;
    background: #f60;
    margin: 0 10px 0 0;
    color: #fff !important;
    font-weight:bold !important;
    text-decoration: none;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .content  {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 13px;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .content .news {
    float: left;
    height: 233px;
    border-left: 1px solid #e2eaee;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .content .news h1 {
    display: none;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper {
    float: left;
    display: inline-block;
    margin-left: 0;
    background: #4c7485;
    width: 610px !important;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-window {
    height: 233px !important;
    width: 570px !important;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-window #slider1 .newsTeaser {
    padding: 15px 20px;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-window #slider1 .imgBlock {
    width: 180px;
    height: 115px;
    display: block;
    margin-top: 1px;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-window #slider1 .newsTeaser {
    padding: 16px 20px;
    border-top: 1px solid #e2eaee;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-window #slider1 .imgBlock img,
#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-window #slider1 .imgBlock {
    width: 180px;
    height: 115px;
    display: block;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-window #slider1 .newsTeaser h2 {
    color: #222222;
    font-size: 14px;
    text-transform: inherit;
    margin: 0;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-prev{
    position:absolute;
    top: 25px;
    right: 5px;
    background: url(grafik/arrows.png) 0 0 no-repeat;
    height: 15px;
    text-indent: -999999px;
    width: 29px;
}

#siteWrapper #site #pageWrapper.standardPage #page #contentWrapper #centerWrapper .news .bx-wrapper .bx-next{
    position:absolute;
    bottom: 25px;
    right: 5px;
    background: url(grafik/arrows.png) 0 -17px no-repeat;
    height: 15px;
    text-indent: -999999px;
    width: 29px;
    top: inherit;
}


table.contentElm th{
    color:#00457f;
    font-weight: bold;
    text-align: left;
    padding:8px 0;
}
table.contentElm th, table.contentElm td{
    text-align: left;
    vertical-align: top;
    background-color: #fff;
    width: 300px;
}
.contentElm .grayBlue {
    background-color: #e6e6e6;
    color: #00457f;
    padding:10px;
}
.contentElm .grayBlue ul {
    list-style: none;
    margin: 0 10px;

}
.contentElm .grayBlue ul li {
    padding-left: 10px;
    background: transparent url(grafik/blue_dott.png) 0 5px no-repeat;
    line-height: 150%;

}
.contentElm .grayBlue ul li a {
    color: #00457f;
}

.mixedTags ul li,
.mixedTags p ul li {
}

.bewerb60 input {
    width: 60px;
}
.bewerb100 input {
    width: 100px;
}
.bewerb140 input {
    width: 140px;
}
.bewerb250 input {
    width: 250px;
}
.bewerb350 input {
    width: 350px;
}
/* KOMFORT */
.komfortWrapper{
    width: 996px;
    height: 530px;
    position: relative;
    z-index: 1;
}
.h100{
    height: 100px !important;
    padding-top:30px;
}
.komfortWrapper h4{
    margin: 8px 8px;
}
.komfortWrapper .dimension div p{
    padding:0 8px;
}

.komfortWrapper .zurueck{
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    right:0;
    top:0;
    background: #000 url(grafik/pfeil_zurueck.gif) 5px 5px no-repeat;
    padding-left:0;
}
.komfortWrapper .zurueck a{
    display: block;
    font-size: 12px;
    color: white;
    line-height: 30px;
}
.komfortWrapper .zurueck a:hover{
    text-decoration: none;
}

.komfortWrapper .comfortBG{
    width: 996px;
    height: 530px;
    position: absolute;
    z-index: 2;
}
.komfortWrapper .comfortDimensionBG {
    width: 996px;
    height: 530px;
    position: absolute;
    z-index: 2;
    overflow:hidden;
    background: transparent url(grafik/hg_verlauf_komfortdimensionen.png) 0 0 repeat-x;
}

.komfortWrapper .headline {
    position:absolute;
    z-index: 3;
    top: 50px;
    left: 0;
    background: transparent url(grafik/hg_grau_transparent.png) 0 0 repeat;
}
.komfortWrapper .headline h2 {
    font-size: 24px;
    line-height: 60px;
    height: 65px;
    color: #fff;
    padding: 0 35px;
    margin:0;
    font-weight: normal;
    background: transparent url(grafik/pfeile.png) 100% 20px no-repeat;
}
.komfortWrapper .headline h2.open {
    background-position: 100% -40px;
}
.komfortWrapper .textHolder {
    position: relative;
}
.komfortWrapper .textHolder p {
    color: #fff;
    font-size: 12px;
    padding: 0 15px 15px 35px;
    max-width: 926px;
}
.komfortWrapper .textHolder p a{
    color: #fff;
    font-size: 12px;
}
.komfortWrapper .smallImgsWrapper {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 971px;
    height: 100px;
    z-index: 4;
    padding-left: 23px;
}
.komfortWrapper .smallImgWrapper {
    float: left;
    padding: 0 5px 5px;
    background: #fff;
    width: 113px;
    height: 95px;
    margin-left: 12px;
}
.komfortWrapper .smallImgWrapper p{
    color: #777;
    padding: 3px 0;
    line-height: 160%;
    text-align: center;
}
.komfortWrapper .dimensionWrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 1026px;
    z-index: 4;
    margin-left: -30px;
    overflow: hidden;
}
.komfortWrapper .dimension {
    position: relative;
    width: 312px;
    height: 182px;
    z-index: 4;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
}
.komfortWrapper .dimension h3 {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 5;
    color: white;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    width: 220px;
    font-weight: normal;
    padding-left: 20px;
    background: transparent url(grafik/hg_grau_transparent.png) 0 0 repeat;
}
.komfortWrapper .dimension div {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
    left:0;
    width: 100%;
}

.komfortWrapper .headline span a{
    color: white;
}

.dimensionBoxWrapper {
    width: 996px;
    border-left: 20px solid white;
    overflow: auto;
    margin-left: -20px;
    max-height: 418px;
}
.referenzenBoxWrapper {
    width: 996px;
    border-left: 20px solid white;
    overflow: hidden;
    margin-left: -20px;
    height: 418px;
    position: relative;
}
.referenzenBoxWrapper .bgImageHolder {
    position:absolute;
    left:0;
    top:0;
}

.dimensionBox {
    width:441px;
    overflow:hidden;
    float: left;
    padding:10px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0 solid black;
    background: white;
    height: 280px;
}
.referenzenBox{
    width:441px;
    overflow:hidden;
    padding:10px;
    margin-left: 0;
    margin-top: 10px;
    border-bottom: 1px solid white;;
    height: auto;
    color: #fff;
}
.referenzenBoxHolder{
    background-color: #9c9e9f;
    height:418px;
    width:480px;
    overflow:auto;
    position:absolute;
    right:0;
    top:0;
}

.statements {
    height: auto !important;
}
.referenzen {
    float: none;
    margin:0;
    padding:0;
    background-color: #9c9e9f;
}

.dimensionBox .pictures{
    float: left;
    width: 100px;
    padding-right: 10px;
}
.referenzenBox  .pictures {
    float: right;
    padding-left: 10px;
}

.dimensionBox .text{
    padding-left: 110px;
}
.dimensionBox .text li{
    font-weight: bold;
}
.referenzenBox .text .f11,
.dimensionBox .text .f11{
    font-size: 11px;
}
.referenzenBox .text .f11 {
    padding-left: 5px;
    line-height: 13px;
}

.dimensionBox .text h5{
    font-size: 12px;
    margin:0 0 8px;
}
.referenzenBox .text h5{
    font-size: 13px;
    margin:0 0 8px;
    color: #00457f;

}
.referenzenBox .text p,
.dimensionBox .text p{
    margin: 8px 0;
    font-size: 10px;
    color: #222;
}
.referenzenBox .text p{
    color: #00457f;
    padding-left: 5px;
}
.referenzenBox .text p a{
    text-decoration: underline;
}
.dimensionBox div h2{
    color: #fff;
    font-size: 14px;
}
.dimensionBox div p{
    color:#fff;
}

#container{
    position:absolute;
    background-color:#000;
    color:#fff;
    z-index: 5;
}
#container p{
    font-size: 12px;
    line-height: 150%;
    padding: 20px;
}
/* WorkFlow */
.workFlowTable {
    border-collapse:collapse;
}

.workFlowTable tr td,
.workFlowTable tr th {
    border:1px solid #E0E0E0;
    padding: 3px;
    text-align: left;
}

.workFlowTable tr th {
    color: #3c3c3c;
    font-weight: bold;
    background-color: rgb(235, 235, 235);
}

.workFlowPageCounter tr td {
    padding: 3px;
}

/* ACCORDION */

ul.acco {
    display: block;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.acco li{
    width: 201px;
    height: 190px;
    margin-bottom: 3px;

    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
}
.acco li p{
    color: #fff;
    margin-left:250px;
    padding-right:6px;
}
#acco3 p {
    color: #222;
}
#acco4 p {
    color: #222;
}

.acco li p.acco-head{
    font-weight:bold;
    padding:5px 0;
}
.acco li img {
    float: left;
}
/* innovation.html */
#acco1 {
    background-color: #014b95;
}
#acco2 {
    background-color: #0569c8;
}
#acco3 {
    background-color: #ffdc00;
}
#acco4 {
    background-color: #fef200;
    margin-bottom: 0;
}

/* produkte/hauptsparten/index.html */
#acco5 {
    background-color: #00457f;
}
#acco6 {
    background-color: #007d79;
}
#acco7 {
    background-color: #dc0b28;
}
#acco8 {
    background-color: #009896;
    margin-bottom: 0;
}

/* produkte/index.html */
#acco9 {
    background-color: #00457f;
    width:106px;
    height: 118px;
}
#acco10 {
    background-color: #006871;
    width:106px;
    height: 118px;
}
#acco11 {
    background-color: #a40044;
    width:106px;
    height: 118px;
}
#acco12 {
    background-color: #006e89;
    margin-bottom: 0;
    width:106px;
    height: 118px;
}

/* form felder */
.formFields td{
    padding:2px 5px;
}
.formFields td td{
    padding:0;
}
.formFields th{
    text-align: left;
    background-color: #777;
    padding: 1px 5px;
    color: #fff;
}
.bewerbungTable h2 {
    border-bottom: 1px solid white;
}

.cchange table tr th {
    text-align: left;
    background-color: #777;
    color: #fff;
}

.dataTable  td,
.dataTable  th {
    padding: 2px 5px;
    text-align: left;
}
table.border {
    background-color: #aaa;
}

table.border tr th {
    background-color: #ccc;
}
table.border tr td {
    background-color: #fff;
}

table.border tr td.th2 {
    background-color: #eee;
}

.hide {
    display: none;
}

div.pp_inline p {
    font-size: 12px;
    line-height: 150%;
}

.timelinesShort .twitter-timeline-rendered{
    /*height:100px !important;*/
}
.timelinesShort div.socialMediaHead{
    border-bottom: 1px solid #00457f;
}

div.socialMediaHead {
    position: relative;
    border: 1px solid #00457f;
    border-bottom: 0;
    background-color: #EDEFF4;
    font-size:12px;
    font-weight: bold;
}

.timelinesShort div.socialMediaHead p:first-child {
    border-bottom: 1px solid #00457f;
}
div.socialMediaHead p {
    padding: 8px 10px 7px 10px;
}

div.socialMediaHead p a {
    color: #333333;
    text-decoration: none;
}

div.socialMediaHead div.logo{
    position: absolute; right: 5px; top: 5px;
}
div.textFeld {
    font-size: 12px;
    line-height: 150%;
    color: #222;
}

.transparentContainer {
    position: absolute;
    top: 38px;
    right: 0;
}

.transparentContent {
    position:relative;
    z-index:5;
}

.transparentBackground {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:Black;
    z-index:1;
    /* These three lines are for transparency in all browsers. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity:.5;
}

.menuBildContent {
    font-size: 15px;
    color: white;
    padding: 19px;
    width: 368px;
    line-height: 110%;
}

#mobileHeader,
#mobile_suche,
#footerWrapper .shadow-right {
    display: none;
}

#footerWrapper {
    background: #313336;
    margin-top: 20px;
}

#footerWrapper .socialFooter {
    display: block;
    position: relative;
    float: left;
    width: 936px;
    box-sizing: border-box;
    margin: 10px 20px 0;
    border-bottom: 1px solid #808080;
}

#footerWrapper .socialFooter .bubble{
    box-sizing: border-box;
    background: url(grafik/sprechblase.png) 0 0 no-repeat;
    color: #FFF;
    text-transform: uppercase;
    width: 181px;
    height: 48px;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 19px;
    margin-bottom: 20px;
}

.lang-de #footerWrapper .socialFooter .bubble{
    padding-top: 12px;
}

#siteWrapper #site #footerWrapper .socialFooter ul {
    display: inline-block;
    float: right;
    width: auto;
}

#siteWrapper #site #footerWrapper .socialFooter ul li {
    display: inline;
    height: 48px;
    border-left: 1px solid #808080;
    width: 120px;
    text-align: center;
}

#siteWrapper #site #footerWrapper .socialFooter ul li:first-child {
    border-left: none;
}

#siteWrapper #site #footerWrapper .socialFooter ul li a {
    height: 30px;
    padding-top: 10px;
    display: block;
}

#siteWrapper #site #footerWrapper .socialFooter ul li a img {
    height: 30px;
}

#footerWrapper .contentFooterWrapper {
    position: relative;
    float: left;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
}

#footerWrapper .contentFooterLeft {
    box-sizing: border-box;
    display: block;
    width: 80%;
    float: left;
    padding: 0 30px;
    color: #fff;
    line-height: 150%;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

#footerWrapper .contentFooterLeft h2 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
}

#footerWrapper .contentFooterRight {
    box-sizing: border-box;
    display: block;
    width: 20%;
    float: left;
    padding: 51px 30px 0;
    color: #fff;
    line-height: 150%;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

#siteWrapper #site #footerWrapper .contentFooterRight ul {
    width: 100%;
}

#siteWrapper #site #footerWrapper .contentFooterRight ul li {
    margin-top: 14px;
}

#siteWrapper #site #footerWrapper .contentFooterRight ul li  a{
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

#siteWrapper #site #footerWrapper .contentFooterRight ul li  a:hover{
    color: #ff582b;
}

#siteWrapper #site #footerWrapper .contentFooterRight ul li:first-child {
    margin-top: 0;
}

#siteWrapper #site #footerWrapper .contentFooterRight ul li a:before {
    content: "\2022";
    color: #ff582b;
    margin-right: 7px;
    font-size: 25px;
    vertical-align: bottom;
}

#searchTabs {
    border-bottom: 1px solid #d6d6d5;
    width: 936px;
    box-sizing: border-box;
    margin: 0 30px;
}

#ownTab,
#galaxyTab {
    display: inline-block;
    padding: 30px 40px;
    border-top: 1px solid #ddecf3;
    border-right: 1px solid #ddecf3;
    border-bottom: none;
    margin: 0 0 -1px 0;
    background: #ddecf3;
    color: #95c3d9;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#ownTab {
    border-left: 1px solid #ddecf3;
}

.searchWrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.searchWrapper .searchForm h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #808080;
    font-weight: normal;
    text-transform: inherit;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0;
}

.searchWrapper .searchForm h2 strong {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.searchWrapper .searchForm .submitButton {
    top: inherit;
    bottom: 22px;
}

.searchForm {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 15px;
    background-color: #313336;
}

.searchForm h1 {
    border-bottom: none;
    font-size: 34px;
    margin: 0 0 10px 0;
    padding: 0;
}

.submitButton {
    position: absolute;
    top: 92px;
    right: 40px;
    background: transparent url(grafik/pictos.png) 0 -4398px no-repeat;
    width: 27px;
    height: 29px;
    border: none;
    text-indent: -9999em;
}

#googleQ {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 60px 15px 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #222;
}

.startPage #googleQ {
    padding: 12px 60px 12px 15px;
    border: 1px #808080 solid;
}

.startPage .submitButton {
    bottom: 15px;
    right: 30px;
}

.startPage .searchForm {
    padding: 30px 20px 20px;
    background: #f5f5f5;
}

.home .searchWrapper {
    margin-top: 223px;
}

.home .searchWrapper .submitButton {
    bottom: 25px;
}

#footerWrapper.startPage {
    margin-top: 0;
}

.searchCounter {
    margin: 0 30px;
    border-left: 1px solid #d6d6d5;
    border-right: 1px solid #d6d6d5;
    box-sizing: border-box;
    padding: 30px 30px 50px;
}

.searchCounter .counterNav span,
.searchCounter .counterNav a {
    display: inline-block;
    padding: 5px 9px;
    background: #4c7485;
    color: #fff;
    margin: 0 2px;
}

.searchCounter .counterNav span {
    background: #808080;
}

.searchCounter .counterNav a:hover {
    text-decoration: none;
    background: #ff582b;
}

.searchResult {
    box-sizing: border-box;
    padding: 0 60px 40px;
    margin: 0 30px;
    border-left: 1px solid #d6d6d5;
    border-right: 1px solid #d6d6d5;
}

.searchResult h2 {
    margin: 0;
    padding: 0;
}

.searchResult h2 a{
    display: inline-block;
    color: #000;
    margin-bottom: 10px;
}

.searchResult h2 a:hover{
    color: #ff582b;
    text-decoration: none;
}

.searchResult a {
    display: inline-block;
    color: #ff582b;
    margin-bottom: 10px;
}

.searchResult a:hover {
    color: #222222;
    text-decoration: none;
}

.searchResult p {
    color: #333;
    border-bottom: 1px solid #d6d6d5;
    padding-bottom: 30px;
}

.searchResult.last {
    border-bottom: 1px solid #d6d6d5;
}

.searchResult.last p {
    border-bottom: none;
    padding-bottom: 0;
}

.contentSitemap ul {
    list-style: none;
    width: 100%;
    margin: 0;
    float: left;
}

.contentSitemap ul li {
    margin: 0;
    display: inline-block;
    float: left;
}

.contentSitemap ul li a {
    color: #222;
}

.contentSitemap ul li a:hover {
    color: #ff582b;
    text-decoration: none;
}

.contentSitemap .sitmapLevel0 li {
    width: 100%;
}

.contentSitemap .sitmapLevel0 li span {
    display: inline-block;
    float: left;
    text-align: right;
    box-sizing: border-box;
    width: 50%;
    padding: 22px 20px 0 0;
}

.contentSitemap .sitmapLevel0 li a {
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 25px;
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    box-sizing: border-box;
    background: #313336;
}

.contentSitemap .sitmapLevel1 {
    float: left;
    width: 50%;
    margin: 24px 0 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #d6d6d5;
}

.contentSitemap .sitmapLevel2,
.contentSitemap .sitmapLevel3{
    margin-top: 13px;
}

.contentSitemap .sitmapLevel2,
.contentSitemap .sitmapLevel3{
    margin-left: 20px;
}

.contentSitemap .sitmapLevel1,
.contentSitemap .sitmapLevel2,
.contentSitemap .sitmapLevel3 {
    margin-bottom: 6px;
}

.contentSitemap .sitmapLevel1 li {
    margin: 0 0 7px 0;
}

.contentSitemap .sitmapLevel1 li span {
    display: inline-block;
    float: left;
    text-align: inherit;
    box-sizing: border-box;
    width: auto;
    padding: 0;
}

.contentSitemap .sitmapLevel1 li a {
    display: block;
    background: transparent url(grafik/pictos.png) 0 -6074px no-repeat;
    font-family: "Roboto", sans-serif;
    color: #222;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
}

.contentSitemap .sitmapLevel2 li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: normal;
    padding-left: 15px;
    background: transparent url(grafik/pictos.png) 0 -4249px no-repeat;
}

.contentSitemap .sitmapLevel3 li a {
    padding-left: 0;
    font-size: 12px;
    background: none;
}

.contentSitemap .sitmapLevel3 li a:before {
    content: "-";
    color: #ff582b;
    margin-right: 8px;
    font-size: 14px;
}

#siteWrapper #site #page .content #menu {
    position: relative;
    margin-bottom: 20px;
    display: block;
    height: 30px;
}