﻿/* DEFAULTS
----------------------------------------------------------*/
html, body, p, div, img, h1, h2, h3, h4, li, ol, dl, dd, dt, form {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
        list-style-type:none;
}

html, body {
    height: 100.1%;
}

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
    color: #000;
    background: url('/images/bg.png');
    min-width: 1032px; /*** Content Width ***/
    text-align: center;
}

input, select {
    margin: 0;
    padding: 0;
}

strong, b {
    font-weight: bold;
}

.floatcontainer:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.floatcontainer {
    display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer {
    height: 1%;
}

.floatcontainer {
    display: block;
}
/* End Hack */

a:link, a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    text-decoration: none;
}

a:active {
    color: #868686;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.1em;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}


/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    line-height: 2.5em;
    color: #707173;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    line-height: 2.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    line-height: 2.5em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
    line-height: 2.2em;
}

h4 {
    font-size: 1.1em;
    line-height: 2.1em;
}

h5, h6 {
    font-size: 1em;
    line-height: 2em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#fullheightcontainer, #header, #footer {
    font-size: 70%;
}

#fullheightcontainer {
    margin: 50px auto -300px auto;
    text-align: left;
    position: relative;
    display: table;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    width: 1032px;
}

#wrapper {
    display: table-cell;
    position: relative;
}

#outer {
    position: relative;
    margin-left: 0px; /*** Left Column Width ***/
    width: 774px; /*** Center Column Width (takes into account left and right shady border widths) ***/
    height: 100%;
}

#float-wrap {
    width: 774px; /*** Center Column Width (takes into account left and right shady border widths) ***/
    float: left;
    display: inline;
}

#center {
    width: 774px; /*** Center Column Width (takes into account left and right shady border widths) ***/
    float: right;
    height: 100%; /*** Needed for Mozilla ***/
    display: table; /*** Needed for Mozilla ***/
    padding: 482px 0px 403px 0px; /*** Footer and Header heights, must use paddings because of IE collapsing margins. Margins also cause problems for all browsers with column jumping ***/
}

* html #center {
    height: auto;
}

#left {
    float: left;
    display: inline;
    width: 250px; /*** Left Column Width ***/
    margin-left: -250px; /*** NEGATIVE Left Column Width ***/
    position: relative;
    padding: 442px 0px 403px 0px; /*** Footer and Header heights, must use paddings because of IE collapsing margins. Margins also cause problems for all browsers with column jumping ***/
    display: none;
}

#right {
    float: left;
    width: 220px; /*** Right Column Width ***/
    margin-right: -220px; /*** NEGATIVE Right Column Width ***/
    position: relative;
    padding: 482px 0px 403px 0px; /*** Footer and Header heights, must use paddings because of IE collapsing margins. Margins also cause problems for all browsers with column jumping ***/
}

#footer {
    /*z-index: 1;*/
    position: relative;
    width: 100%;
    height: 0px;
}

#footer-inner {
    width: 1030px; /*** Content Width ***/
    margin-left: auto;
    margin-right: auto;
    height: 0px;
}

#subfooter1 {
    width: 1032px;
    position: relative;
    margin-left: -1px;
    text-align: left;
    height: 403px;
    overflow: hidden;
    font-size: 11px;
}

#subfooter1 .dxeBase {
    font-family:Verdana;
    font-size: 11px;
}

#subfooter1container {
    height: 353px;
    background: #303030;
    color: #bfbfbf;
}
#subfooter1container .container {
    padding-top:30px;
}

.spnTop {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/topButton.jpg) no-repeat;
    width: 35px;
    height: 35px;
    z-index: 1000;
}

    .spnTop:hover {
        background: url(/images/topButton_over.jpg) no-repeat;
    }

#mBottom {
    position: absolute;
    right: 15px;
    top: 5px;
}


.footerAddress {
    position: absolute;
    left: 0px;
    bottom: 30px;
    color: #333;
}

    .footerAddress a {
        font-size: 11px;
    }

table.search {
    float: right;
}

.searchTextbox {
    display: inline;
    float: left;
}

.searchButton {
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
}

#header-inner {
    width: 960px; /*** Content Width ***/
    margin-left: auto;
    margin-right: auto;
    height: 0px;
}

#subheader1 {
    position: relative;
    text-align: left;
    height: 188px;
    overflow: hidden;
    font-size: 11px;
}

    #subheader1 .logo {
        position: absolute;
        text-align: left;
        height: 83px;
        width: 217px;
        overflow: hidden;
        left: 10px;
        top: 85px;
    }

        #subheader1 .logo img {
        }

    #subheader1 .lang {
        position: absolute;
        text-align: left;
        height: 20px;
        width: 50px;
        overflow: hidden;
        right: 20px;
        top: 15px;
        display: none;
    }

    #subheader1 #mnuLang_DXI0_T {
        border-right: 1px solid #ccc;
        padding-right: 5px;
    }

    #subheader1 .langItem {
        font-family: Arial;
        font-size: 12px;
        color: #333;
    }

    #subheader1 .langItemHover {
        font-family: Arial;
        font-size: 12px;
        color: #ccc;
    }

    #subheader1 .langItemSelected {
        font-family: Arial;
        font-size: 12px;
        color: #ccc;
    }


    #subheader1 .toolBox {
        position: absolute;
        top:80px;
        right: -50px;
        width: 80px;
        height: 28px;
        text-align:right;

        display:none;
    }

    #subheader1 .infoBox{
        position: absolute;
        bottom: 0px;
        right: 10px;
        width: 600px;
        height: 28px;
        text-align:right;
    }
    #subheader1 .infoBox span{
        padding-left: 10px;
    }

#subheader2 {
    position: relative;
    text-align: left;
    height: 201px;
    font-size: 11px;
}

    #subheader2 .Banner {
        width: 940px;
    }

    #subheader2 #sliderContainer {
        width: 940px;
        margin: 0 auto;
    }

    #subheader2 .dynBanner {
        position: absolute;
        bottom: -1px;
        width: 940px;
        height: 202px !important;
    }

#subheader3 {
    position: relative;
    text-align: left;
    height: 54px;
    font-size: 12px;
}

    #subheader3 #mainMenu {
        width: 940px;
        margin: 0 auto;
    }

    #subheader3 .mainMenu {
        position: absolute;
        height: 54px;
        width: 900px;
        bottom: 0px;
    }

        #subheader3 .mainMenu .itemStyle {
            background: #303030;
            color: #000;
            text-transform: uppercase;
            padding: 10px 0;
            /*border-right:1px solid #fff;*/
        }

            #subheader3 .mainMenu .itemStyle:hover {
                background: #ffee00;
                color: #000;
            }

            #subheader3 .mainMenu .itemStyle a {
                color: #fff;
            }

            #subheader3 .mainMenu .itemStyle:hover a {
                color: #000;
            }


    #subheader3 .itemStyle {
        font-family: Arial;
        font-size: 12px;
        color: #fff;
            line-height:30px;
    }

    #subheader3 .mainMenu .itemStyleSelected {
        background: #ffee00;
        color: #000;
    }

        #subheader3 .mainMenu .itemStyleSelected a {
            color: #000;
            text-transform: uppercase;
        }

        #subheader3 .mainMenu .itemStyleSelected:hover a {
            color: #000;
        }


/* subMenuItemStyle   
----------------------------------------------------------*/
.SubMenuStyle {
    background: #fff;
    border: 1px solid #ccc;
    width: 171px;
}


/* subMenuItemStyle   
----------------------------------------------------------*/
.subMenuItemStyle {
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px dotted #333;
    min-width: 167px;
}

    .subMenuItemStyle:hover {
        background: #EEEEEE;
    }

    .subMenuItemStyle a {
        color: #333;
        line-height: 18px;
        font-size:11px;
    }

    .subMenuItemStyle:hover a {
        color: #000;
    }

.subMenuItemStyleSelected {
    background: #666;
}

    .subMenuItemStyleSelected a {
        color: #fff;
    }

    .subMenuItemStyleSelected:hover a {
        color: #000;
    }

/* CONTENT PLACE HOLDERS   
----------------------------------------------------------*/
.cphSubheader1 {
    display: block;
    position: absolute;
}

.cphSubheader2_1 {
    display: block;
    position: absolute;
}

.cphSubheader2_2 {
    display: block;
    position: absolute;
}

.cphSubheader2_3 {
    display: block;
    position: absolute;
}

.cphSubfooter1 {
    display: block;
    position: absolute;
}

.cphLeft1 {
    width: 100%;
    display: block;
}

.cphLeft2 {
    width: 100%;
    display: block;
}

.cphLeft3 {
    width: 100%;
    display: block;
}

.cphRight1 {
    width: 100%;
    display: block;
}

.cphRight2 {
    width: 100%;
    display: block;
}

.cphRight3 {
    width: 100%;
    display: block;
}

.cphCenter1 {
    width: 100%;
    display: block;
}

.cphCenter2 {
    width: 100%;
    display: block;
}

.cphCenter3 {
    width: 100%;
    display: block;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


/* Module Styles  
----------------------------------------------------------*/
.newsEntry {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

    .newsEntry td.left {
        vertical-align: top;
    }

        .newsEntry td.left img {
            margin-right: 18px;
            padding: 3px;
            background: #fff;
            border: 1px solid #ccc;
        }

    .newsEntry .tailtext {
        margin-top: 3px;
    }

/* Individual Content Styles  
----------------------------------------------------------*/
#container-left {
    padding-left: 20px;
    font-size: 11px;
}

.cbpLeft1 {
    border: 5px solid red;
}


/* NAV BAR 
----------------------------------------------------------*/
.navBar {
    overflow:hidden;
}
ul.navBar  {
    width:210px !important;
}

.dxnb-gr {
    max-width:170px;
    }

.dxnb-content, .dxnb-left {
    padding-left:10px;
}

.navBarItem {
    /*border:2px solid red;*/
    padding-left: 0;
    border: 1px solid red;
}

    .navBarItem a {
        list-style: circle;
        list-style-type: armenian;
    }

.navBarItemStyle {
    max-width: 100px;
    border: 1px solid red;
}

.navBarItemSelectedStyle {
    color: #868686 !important;
}

.navBarHeaderStyle {
    border-bottom: 1px dotted #ccc;
    line-height: 18px;
    padding: 5px;
}

.addressBox {
    display: none;
}

    .addressBox table {
        width: 225px;
        border-top: #d3d6cd 1px solid;
        border-bottom: #d3d6cd 1px solid;
    }

    .addressBox td.leftCol {
        width: 7px;
        background: #868686;
    }

    .addressBox td.rightCol {
        background: #eee;
        padding: 10px 20px;
        color: #707173;
        font-style: italic;
        line-height: 16px;
    }

        .addressBox td.rightCol h2 {
            color: #707173;
            font-size: 15px;
            line-height: 20px;
        }

#container-right {
}

#container-center {
    padding: 20px 20px 10px 45px;
    width: 660px;
}



    #container-center ul, #container-center ul {
        padding-top: 10px;
    }

    #container-center li {
        margin-left: 25px;
    }


.newsletterLabel {
    position: absolute;
    top: 135px;
    right: 120px;
    border: 1px solid red;
}

#cbpCenter1, #cbpCenter2, #cbpCenter3 {
    padding-bottom: 20px;
}

.mainTitle {
    position: absolute;
    top: 400px;
    left: 45px;
    width: 940px;
    margin: 20px 0 30px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
    color: #000;
    background: url(/images/divider.jpg) no-repeat left bottom;
    z-index: 10;
}

.mainTitle2 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 14px;
    letter-spacing: 1px;
    font-family: Arial;
    color: #666;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #868686;
    border-right: 1px solid #ccc;
}

.newsList {
}

.newsEntry .header {
    font-size: 1.5em;
    padding: 0;
    font-family: 'Asap', sans-serif;
    color: #666666;
}

.newsEntry .date {
    margin-bottom: 10px !important;
}

.newsEntry .tailtext {
    margin: 10px 0 !important;
}

.newsEntry {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.newsList table td {
    vertical-align: top;
}

    .newsList table td.left img {
        border: 1px solid #ccc !important;
    }

.eventsList {
    width: 100%;
}

.eventsEntry {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 0;
}

    .eventsEntry .header {
        margin-bottom: 20px !important;
        font-size: 22px;
        padding: 0;
        font-family: 'Asap', sans-serif;
        color: #666666;
    }

    .eventsEntry .date {
        font-size: 12px;
    }

    .eventsEntry .eventsEntryTable {
        width: 100%;
    }

.eventsList table {
}

    .eventsList table td {
        vertical-align: top;
    }

        .eventsList table td.leftCell {
            width: 120px;
        }

            .eventsList table td.leftCell img {
                padding: 3px;
                background: #fff;
            }

.listList {
    width: 100%;
}

.listEntry {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 20px 0;
}

    .listEntry .Header {
        margin-bottom: 10px !important;
        font-size: 18px;
        padding: 0;
        font-family: 'Asap', sans-serif;
        color: #666666;
    }

.listList table td.leftCell {
    width: 220px;
    border: none;
}

    .listList table td.leftCell img {
        padding: 3px;
        background: #fff;
        border: none;
    }

    .listList table td.leftCell a {
        border: none;
    }

.imagesList {
    width: 100%;
}

    .imagesList img {
        border: 1px solid #ccc !important;
        margin-right: 14px;
    }

.dxpCtrl img {
    border: none !important;
    margin-right: 2px;
}

.loadingPanel {
    background: #fff;
    width: 100px;
    height: 50px;
    border: 1px solid #ccc !important;
    text-align: center;
}

    .loadingPanel img {
        border: none !important;
        margin-right: 2px;
    }

.teamList {
    width: 100%;
}

.teamEntry {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    line-height:15px;
}

    .teamEntry .header {
        margin-bottom: 10px !important;
        font-size: 18px;
        padding: 0;
        font-family: 'Asap', sans-serif;
        color: #666666;
    }

.teamList table td {
    vertical-align: top;
}

    .teamList table td.leftCell img {
        border: 1px solid #ccc !important;
        margin-right: 15px;
    }

.m3_selected {
    background-color: #fff !important;
    width: 205px;
    color: #868686 !important;
}

    .m3_selected a {
        background-color: #fff !important;
        width: 205px;
        color: #868686;
    }

.m3_hover a {
    background-color: #fff !important;
    width: 205px;
    color: #868686;
}

/* socialNet */
#fixedContainer {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 265px;
    text-align: center;
}

#innerfixedContainer {
    position: relative;
    width: 990px;
    height: 265px;
    margin: 0 auto;
}

.companyLogo {
    display: none;
    position: absolute;
    top: 85px;
    left: 45px;
    height: 83px;
    width: 217px;
    overflow: hidden;
    text-align: center;
    z-index: 200;
}

    .companyLogo img {
        height: 83px;
        width: 217px;
    }

#socialNet {
    position: absolute;
    top: 130px;
    right: -50px;
    width: 40px;
    text-align: left;
}

.weiterempfehlen {
    margin-bottom: 19px;
}

    .weiterempfehlen p {
        font-weight: normal;
        margin-bottom: 4px !important;
        color: #7f7f7f;
        font-size: 12px;
        line-height: 22px;
        margin-left: 22px;
    }

    .weiterempfehlen ul {
        float: left;
        list-style: none;
        line-height: 24px;
        margin: 5px 0 5px 0;
        padding-left: 0;
    }

    .weiterempfehlen li {
        display: inline;
    }

    .weiterempfehlen a {
        float: left;
        display: block;
        clear: both;
        width: 24px;
        height: 24px;
        margin-bottom: 10px;
        background: url('/images/perun-social-einzelansicht.png') no-repeat;
        border-bottom: none !important;
    }

    .weiterempfehlen span {
        display: none;
    }

.tw-einzeln a {
    background-position: left -26px;
}

.fb-einzeln a {
    background-position: left -52px;
}

.gp-einzeln a {
    background-position: left -78px;
}

.del-einzeln a {
    background-position: left -104px;
}

.weiterempfehlen a:hover {
    position: relative;
    right: -1px;
}

#cbpCenter2_ctl03_dvwDownloads_PGT,
#cbpCenter2_ctl03_dvwDownloads_PGB {
    width: auto;
}

.downloadList table {
    width: 100%;
}

    .downloadList table td {
        vertical-align: top;
    }

        .downloadList table td.left {
            vertical-align: middle;
            text-align: center;
            width: 30px;
            height: 30px;
        }

        .downloadList table td.right {
            padding-left: 20px;
        }

.downloadList .header {
    font-size: 13px;
}

.downloadList .date {
    color: #999;
}

.downloadList .descrition {
    margin-top: 10px;
    font-weight: bold;
}

/* * * JOBS LIST * * */
#container-center .jobs {
    width: 100%;
}

#container-center .jobEntry {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    width: 100%;
    font-size: 11px;
}

    #container-center .jobEntry .header {
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    #container-center .jobEntry table.details {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        #container-center .jobEntry table.details td {
            vertical-align: top;
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            padding: 5px;
        }

    #container-center .jobEntry Table {
        width: 100%;
    }

        #container-center .jobEntry Table td.left {
            vertical-align: top;
        }

        #container-center .jobEntry Table td.center {
            vertical-align: top;
        }

        #container-center .jobEntry Table td.right {
            vertical-align: top;
            width: 100%;
        }

    #container-center .jobEntry Img {
        padding: 3px;
        border: 1px solid #ccc;
        margin-right: 15px;
        width: 70px;
    }

    #container-center .jobEntry Header {
        font-weight: normal;
        font-size: 15px;
        letter-spacing: normal;
        padding-bottom: 4px;
    }

.header2 {
    font-family: Arial;
    font-size: 16px;
    line-height: 32px;
    color: #7F7F7F;
}

    .header2 a {
        font-family: Arial;
        font-size: 16px;
        line-height: 32px;
        color: #666;
    }

.startPageContainers {
    display: none;
}

.cbpFooter1,
.cbpFooter2,
.cbpFooter3,
.cbpFooter4 {
    margin-bottom: 20px;
}

.blogList {
    width: 100%;
}

.blogEntry {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.startBlogListHeader {
    font-family: Arial;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: #333;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
    width: 215px;
}

.startBlogList {
    margin: 0 0 20px 0;
    width: 225px;
}

.startBlogEntry {
    padding: 0px 5px 5px 10px;
    border-bottom: 1px solid #ccc;
}


.header3 {
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    color: #7F7F7F;
}

.header4 {
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    color: #7F7F7F;
    padding-bottom: 5px;
}

.cbpLeft3 {
    display: none;
}


.referenceList {
    margin-left: -1px;
    margin-top: 0px;
    margin-right: -30px;
}

.referenceListItem {
    margin: 45px 0 40px 0;
    width: 100%;
    position: relative;
}

    .referenceListItem td {
        vertical-align: top;
    }

#container-center h1.referenceListHeadline {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
    color: #3e3d40;
    margin: 0 0 12px 0;
    padding: 0;
    font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}

    #container-center h1.referenceListHeadline span {
        color: #efc931;
        padding-right: 5px;
    }

        #container-center h1.referenceListHeadline span.subheadline {
            display: block;
            color: #333;
            padding-right: 5px;
        }



.referenceListItem .content {
    margin-top: -10px;
    padding: 5px 0 5px 0;
    width: 100%;
}

.referenceListItem .MainImgContainer {
    width: 480px;
    height: 328px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
}

    .referenceListItem .MainImgContainer img {
        position: absolute;
        left: -1px;
        top: -1px;
    }

.referenceListItemMainImage {
    min-width: 480px;
    min-height: 328px;
    max-width: 480px;
    max-height: 328px;
}
/*
.referenceListItemThumbImage 
{
    min-width:177px;
    min-height:106px;
    max-width:177px;
    max-height:106px;
}
*/

.referenceListItem .thumbContainer {
    width: 176px;
    height: 106px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

    .referenceListItem .thumbContainer img {
        position: absolute;
        left: -1px;
        top: -1px;
    }

.referenceListItem .description {
    width: 100%;
    overflow: hidden;
    margin: 5px 0px;
    line-height: 16px;
    font-size: 12px;
}

.referenceListItem .referenceListItemHeadline {
    padding-top: 15px;
}

.referenceListItem .backLink {
    display: none;
    font-size: 11px;
    position: absolute;
    top: -222px;
    border-left: 1px solid #edc111;
    padding-left: 5px;
}

.referenceListItem .bottomLinks {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0px;
    font-size: 11px;
    line-height: 14px;
}

    .referenceListItem .bottomLinks span {
        color: #efc931;
        padding: 0 4px;
    }


.galleryList {
    width: 100%;
}

.galleryEntry {
    position: relative;
    float: left;
    display: inline;
    width: 200px;
    height: 160px;
    overflow: hidden;
    margin-top: 10px;
}

.imageContainer {
    width: 200px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

    .imageContainer img {
        position: absolute;
        top: -1px;
        left: -1px;
    }

.footerTextBG {
    position: absolute;
    height: 40px;
    width: 334px;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    display: block;
    z-index: 4;
}

.footerText {
    position: absolute;
    height: 40px;
    padding-left: 10px;
    bottom: 0;
    left: 0;
    z-index: 5;
}

    .footerText a {
        color: #fff;
        line-height: 14px;
        width: 200px;
        padding-top: 6px;
        display: block;
    }


    .listEntry{
font-size: 11px;
}
.listEntry a{
color:#000;
}
.listEntry .dxhl a{
font-size: 11px;
}

.newsStartItem .headline{
	margin:auto;
background:none;
}

.newsSlider {
    position: relative;
    width: 920px;
    margin-bottom:40px;
    padding:40px 10px 6px 10px;
    background:#fff;
    
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.newsSlider .title  {
    background-color:none;
    font-weight:normal;
    width: 940px;
    position:absolute;
    top:0px;
    left:0px;
    background:#ffee00;
    border-bottom:1px solid #ccc;
}
.newsSlider .title h3 {
    font-weight:normal;
    text-transform:uppercase;
    font-size:18px;
    color:#666;
    padding-left:18px;
}

.teaser {
    width: 940px;
    overflow: hidden;
}

    .teaser .header {
        line-height: 24px;
        font-size: 18px;
        padding: 10px 45px 5px 5px;
        text-transform: uppercase;
        text-align: right;
    }

    .teaser .content {
    }

    .teaser .text {
        padding: 5px 0;
    }

    .teaser h3 {
        padding: 2px 5px 0 0;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .teaser .leadtext {
        margin: 5px 0;
        width: 100%;
        max-height: 120px;
        overflow: hidden;
        font-size: 12px;
    }
    .teaser .leadtext a {
        font-size: 12px;
    }


/* Startseite Nav Container */

/* Headline
====================================*/
h3 {
    font-size: 22px;
    line-height: 34px;
}

h4 {
    font-size: 22px;
    line-height: 34px;
    padding-left:10px;
}

.headline h3, .headline h4 {
    background-color: #fff;
    display: inline;
    padding: 0 10px 0 0;
}

.headline {
    background: url(/images/headline-bg.png) 0 50% repeat-x;
    display: block;
    margin: 30px 0 8px 0;
}

.startContainer {
    width:960px;
    overflow:hidden;
    display:none;
}
.newsSlider {
    display:none;
}
.startContainer .headline {
    width:940px;
    overflow:hidden;
}



.outerContainer {
    width:300px;
    float:left;
    margin-right:20px;
}

.innerContainer {
    border: 1px solid #ccc;
    width:300px;
}

.innerContainer h5 {
    padding: 0 10px;
}

.innerContainer p {
    padding: 0 10px;
    line-height:1.4em;
}

.footerContainer {
    margin-left:45px;
    padding-top:0px;
    width:960px;
    overflow:hidden;
}

.footerContainer .headline {
    overflow:hidden;
}
.footerContainer .outerContainer {
    width:260px;
    float:left;
    margin-right:60px;
}
.footerContainer .innerContainer {
    border:none;
    width:280px;
}
.footerContainer .innerContainer p {
    padding: 0;
    width:100%;
    line-height:18px;
}
.footerContainer .innerContainer b{
    color:#fefefe;
}
.footerContainer .innerContainer a{
    color:#fefefe;
    font-size:11px;
}
.footerContainer .innerContainer a:hover{
    color:#ffee00;
    font-size:11px;
}
.footerContainer .innerContainer h6 {
    background: url(/images/headline-bg.png) 0 50% repeat-x;
    padding:10px 0;
}
.footerContainer .innerContainer h6 span {
    background: #303030;
    font-size:14px;
    padding-right:10px;
    color:#fff;
}