﻿/* DEFAULTS
----------------------------------------------------------*/
html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

html, body {
    height: 99.9%;
}

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: #fff;
    min-width: 100%; /*** 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;
    z-index: 1;
}

/* Hides from IE Mac \*/
* html .floatcontainer {
    height: 1%;
}

.floatcontainer {
    display: block;
}
/* End Hack */

a:link, a:visited {
    color: #868686;
    text-decoration: none;
}

a:hover {
    color: #ffca09;
    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;
}
/* subMenuItemStyle   
----------------------------------------------------------*/
.SubMenuStyle {
    background: #fff;
    border: 1px solid #ccc;
    width: 171px;
}


/* subMenuItemStyle   
----------------------------------------------------------*/
.subMenuItemStyle {
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px dotted #333;
    min-width: 171px;
}

    .subMenuItemStyle:hover {
        background: #aaa;
    }

    .subMenuItemStyle a {
        color: #333;
        line-height: 18px;
    }

    .subMenuItemStyle:hover a {
        color: #000;
    }

.subMenuItemStyleSelected {
    background: #666;
}

    .subMenuItemStyleSelected a {
        color: #fff;
    }

    .subMenuItemStyleSelected:hover a {
        color: #000;
    }




/* 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 {
    /*border:2px solid red;*/
}

.navBarItem {
    /*border:2px solid red;*/
    padding-left: 10px;
    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;
        }

#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: 0px 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 ***/
}

#container-right {
}

#container-center {
    padding: 0px 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;
}

    .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;
            border: 1px solid #ccc;
            width: 80px;
            height: 80px;
        }

        .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: #fcff00;
    }

.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;
}


.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;
        }

.newsSlider {
    display: none;
}

.startContainer .headline {
    width: 920px;
    overflow: hidden;
}

.newsSlider {
    position: relative;
    width: 920px;
    background: #fff;
    margin-bottom: 40px;
}
/* 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;
}




.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;
    }

.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;
            }
