/* GLOBAL ELEMENTS
--------------------------------------------------- */

body {
    background: #e5e6d6;
    height: 100%;
}

h1 {
    color: #666666;
    font-size: 36px;
}

h2 {
    color: #666666;
    font-size: 18px;
}

h3 {
    color: #666666;
    font-size: 14px;
}

a {
    color: #333;
}

strong {
    color: #555;
}

/* STRUCTURAL ELEMENTS
--------------------------------------------------- */

#main-container {

}

#left-bar {
    background: url(/data/images/main-content-left-edge.png) no-repeat right top;
    height:100%;
    min-height: 600px;
    padding-right: 15px;
    position:absolute;
    width: 159px;
    z-index: 20;
}
    #left-bar .inner {
       background: #e5e6d6;
       height:90%;
       width: 159px;
    }
    #left-bar .logo {
        display: block;
        margin: 23px auto 0;
    }

#main-content {
    background: url(/data/images/main-content-back.png) repeat-x top;
    color: #000;
    height:100%;
    left: 160px;
    min-height: 600px;
    min-width: 851px;
    min-width: 890px;
    right: 0;
    position:absolute;
    z-index: 10;
}

#smiley-holder {
    bottom: 25px;
    padding-right: 15px;
    position:absolute;
    text-align: center;
}
    #smiley-holder img.smiley {
        padding-bottom: 5px;
    }


/* Navigation
--------------------------------------------------- */

#nav-tabs {
    margin-top: -120px;
    position:absolute;
    top: 50%;
    width: 160px;
}
    #nav-tabs li {
        background: transparent url(/data/images/nav/nav-inactive-border.png) no-repeat left;
        height: 42px;
        margin-top: -2px;
        text-align: center;
    }
        #nav-tabs li div {
            background: #167ce0 url(/data/images/nav/nav-back-blue.png) no-repeat left;
            height: 40px;
            width: 40px;
        }
        #nav-tabs li.blue div {
            background-color: #167ce0;
            background-image: url(/data/images/nav/nav-back-blue.png);
        }
        #nav-tabs li.green div {
            background-color: #b0e60f;
            background-image: url(/data/images/nav/nav-back-green.png);
        }
        #nav-tabs li.yellow div {
            background-color: #f0ff00;
            background-image: url(/data/images/nav/nav-back-yellow.png);
        }
        #nav-tabs li.orange div {
            background-color: #ec8c10;
            background-image: url(/data/images/nav/nav-back-orange.png);
        }
        #nav-tabs li.red div {
            background-color: #fc0655;
            background-image: url(/data/images/nav/nav-back-red.png);
        }
        #nav-tabs li a {
            color: #9f9f91;
            display: block;
            font-weight: bold;
            height: 26px;
            padding-top: 15px;
            position: absolute;
            right: 0;
            text-align: center;
            text-decoration: none;
            width: 120px;
        }
        #nav-tabs li.active, #nav-tabs li.hover {
            background: none;
        }
            #nav-tabs li.active div {
                margin-left: 40px;
                width: 120px;
            }
            #nav-tabs li.active a, #nav-tabs li a:hover {
                color: #fff;
            }

#sub-nav {
    position: absolute;
    right: 75px;
    top: 0px;
    z-index: 100;
}
    #sub-nav li {
        float: left;
        margin-left: 7px;
    }
        #sub-nav li a {
            display: block;
            height: 42px;
            width: 42px;
        }
            #sub-nav li a.prev {
                background-image: url(/data/images/nav/subnav-left.png);
            }
            #sub-nav li a.next {
                background-image: url(/data/images/nav/subnav-right.png);
            }
            #sub-nav li.disabled a.prev {
                background-image: url(/data/images/nav/subnav-left-disabled.png);
            }
            #sub-nav li.disabled a.next {
                background-image: url(/data/images/nav/subnav-right-disabled.png);
            }
            #sub-nav li.disabled a {
                cursor: default;
            }
    
    #sub-nav .attention {
        position: absolute;
        right: 98px;
        top: 57px;
        z-index: 100;
    }


/* Frontpage
--------------------------------------------------- */

.frontpage-content {
    margin: -217px auto 0;
    text-align: center;
    position:absolute;
    top: 50%;
    width: 100%;
}

    .frontpage-content h1 {
        margin-bottom: 20px;
    }
    .frontpage-content h2 {
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
    }

    .frontpage-content .banner {
        
    }
    .frontpage-content .banner-left {
        left: 0;
        position:absolute;
    }
    .frontpage-content .banner-right {
        right: 0;
        position:absolute;
    }
    .frontpage-content .banner-body {   
        background-color: #198af9;
        color: #fff;
        left: 140px;
        height: 66px;
        padding-top: 32px;
        position:absolute;
        right: 140px;
    }
        .frontpage-content .banner-body ul {
            padding-top: 15px;
            float: left;
            font-weight: bold;
            line-height: 14px;
            width: 50%;
        }
        .frontpage-content .banner-body ul li {
            padding: 0 10px 4px;
        }
            .frontpage-content .banner-body ul.aar {
                background: url(/data/images/frontpage/banner-separator.png) no-repeat right 20px;
                text-align: right;
            }
                .frontpage-content .banner-body ul li {
                    padding-right: 12px;
                }
            .frontpage-content .banner-body ul.cph {
                text-align: left;
            }
            .frontpage-content .banner-body h3 {
                color:#E7E8DA;
                font-size:16px;
                line-height:20px;
            }

    .frontpage-content .button-holder {
        margin: 180px auto 0;
        text-align: center;
    }
        .frontpage-content .button-holder h2 {            
            color: #666;
            margin-bottom: 20px;
        }

    .frontpage-content .bottom-text {
        margin-top: 150px;
        width: 100%;
    }

    .frontpage-content .bottom-text .left {
        float: left;
        width: 50%;
    }
    .frontpage-content .bottom-text .right {
        float: left;
        width: 50%;
    }

    .frontpage-content .bottom-text ul {
        color: #666;
        font-size: 18px;
        margin-left: 15px;
        margin-top: -2px;
        text-align: left;        
    }

/* Case teasers
--------------------------------------------------- */

.bx-wrapper {
    margin: auto;
}
.case-teasers {
    
}
    .case-teasers li {
        border-bottom: 0px solid #000;
        float: left;
        text-align: left;        
    }
        .case-teasers li .inner {
            background-color: #fff;
            margin: 0 10px;
            width: 192px;
        }
    .case-teasers li h3 {
        padding: 8px 0 4px 10px;
        position: absolute;
        height: 30px;
        z-index: 1000;
    }
    .case-teasers li img.main {
        margin-top: 20px;
    }
    .case-teasers li p {
        color: #333;
        font-size: 11px;
        height: 1px;
    }
    .case-teasers li .bottom {
        border-bottom: 4px solid #f0ff00;
        height: 45px;
        padding: 10px 0 0 10px;
    }
        .case-teasers li .bottom img {
            float: right;
            padding: 14px 10px 0;
        }
    .teaser-paging.left {
        padding-right: 10px;
    }
    .teaser-paging.right {
        padding-left: 10px;
    }
    .case-teasers li.hidden {
        display: none;
    }
    .bx-prev {
        left: -50px;
        position: absolute;
        top: 38%;
    }
    .bx-next {
        right: -50px;
        position: absolute;
        top: 38%;
    }


/* Om N�RD
--------------------------------------------------- */

.slides {
    position:absolute;
    width: 100%;
}

.about-content {
    position:absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.about-content .slide {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.about-content .slide1 {
    display: block;
    margin-top: -110px;
}

    .about-content .slide1 .headlines {
        margin-left: 75px;
        position: absolute;
        text-align: left;
        top: -100px;
    }
    .about-content .slide1 h1 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .about-content .slide1 h2 {
        font-size: 18px;
    }
        .about-content .slide1 h2 span {
            background-color: #666666;
            color: #b0e60f;
            padding: 2px 5px;
        }
    
    .about-content .slide1 .footlines1 {
        background: url(/data/images/about/slide1/krea-tek-without.png) no-repeat 0px 30px;
        color: #666;
        float: left;
        height: 185px;
        left: 75px;
        position: absolute;
        text-align: left;
        top: 180px;
        width: 450px;
    }
        .about-content .slide1 .footlines1 p {
            margin-top: 1em;
        }
    .about-content .slide1 .footlines2 {
        left: 550px;
        position: absolute;
        text-align: left;
        top: 180px;
        width: 400px;
        margin: auto;
    }
        .about-content .slide1 .footlines2 ul {
            color: #666;
            line-height: 1.5em;
            list-style-type: square;
            list-style-position: inside;
        }
            .about-content .slide1 .footlines2 ul li {
                float: left;
                width: 50%;
            }

    .about-content .slide1 h3 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 4px;        
    }

    .about-content .slide1 h4 {
        color: #000;
    }

    .about-content .slide1 h5 {
        color: #000;
        font-size: 10px;
        text-transform: uppercase;
    }

    .about-content .slide1 .banner {
        
    }
    .about-content .banner-left {
        left: 0;        
        position:absolute;
    }
    .about-content .banner-right {
        right: 0;
        margin-top: -30px;
        position:absolute;
    }
    .about-content .banner-body {   
        background-color: #b0e60f;
        color: #fff;
        left: 55px;
        height: 148px;
        position:absolute;
        right: 51px;
    }
        .about-content .slide1 .banner-body ul {
            
        }
            .about-content .slide1 .banner-body li {
                display: block;
                float: left;
                text-align: center;
                width: 9%;
            }
                .about-content .slide1 .banner-body li img {
                    padding: 8px 0 6px 0;
                }
    

/* -2- */

.about-content .slide2 {
    left: 100%;
    margin-top: -155px;
    position:absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}

    .about-content .slide2 h1 {
        margin-top: -100px;
        margin-bottom: 20px;
    }

    .about-content .slide2 h2 {
        margin: auto;
        width: 500px;
    }

    .about-content .slide2 .banner {
        margin-top: 100px;
    }
    .about-content .slide2 .banner-left {
        left: 0;
        margin-top: -113px;
        position:absolute;
    }
    .about-content .slide2 .banner-right {
        margin-top: 0;
        position:absolute;
        right: 0;
    }
    .about-content .slide2 .banner-body {   
        background-color: #b0e60f;
        color: #fff;
        left: 55px;
        height: 98px;
        position:absolute;
        right: 58px;
    }
    .about-content .slide2 .banner-mid {
        margin: -71px auto 0;
        width: 762px;
    }
        .about-content .slide2 .heart {
            float: right;
            margin-top: -150px;
        }

/* -3- */

.about-content .slide3 {
    left: 200%;
    margin-top: -290px;
    position:absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}
    .about-content .slide3 .headlines {
        margin-left: 75px;
        margin-bottom: 30px;
        text-align: left;
        width: 600px;
    }
        .about-content .slide3 .headlines h1 {
            margin-bottom: 20px;
        }

    .about-content .slide3 .line {
        background: url(/data/images/about/slide3/outer-back.png) repeat-x;
        position: absolute;
        height: 69px;
        left: 0;
        right: 800px;
        top: 275px;
    }
    .about-content .slide3 .process {
        background: url(/data/images/about/slide3/proces.png);
        height: 438px;
        position: absolute;
        right: 100px;
        width: 841px;
    }
        .about-content .slide3 .process table {
            color: #fff;
            float: right;
            font-size: 12px;
            font-weight: bold;
            margin: 25px 75px 0 0;
            line-height: 14px;
            text-align: left;
            width: 280px;
        }
            .about-content .slide3 .process table td {
                padding-right: 2px;
                padding-bottom: 16px;
            }
                .about-content .slide3 .process table td span {
                    color: #b0e60f;
                }
            .about-content .slide3 .process table tr.line20 td {
                padding-bottom: 18px;
            }
            .about-content .slide3 .process table tr.line30 td {
                padding-bottom: 20px;
            }
            .about-content .slide3 .process table tr.line40 td {
                padding-bottom: 20px;
            }
            .about-content .slide3 .process table tr.line50 td {
                padding-bottom: 19px;
            }
            .about-content .slide3 .process table tr.line70 td {
                padding-bottom: 19px;
            }
            .about-content .slide3 .process table tr.line80 td {
                padding-bottom: 7px;
            }
            .about-content .slide3 .process table tr.line90 td {
                padding-bottom: 4px;
            }
       
/* Referencer
--------------------------------------------------- */

.referencer-content {
    margin-top: -79px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

    .referencer-content .banner-left {
        background-image: url(/data/images/referencer/banner-left.png);
        left: 0;
        height: 114px;
        width: 60px;
        position: absolute;
    }

    .referencer-content .banner-mid {
        background-color: #f0ff00;
        height: 114px;
        margin-left: 60px;
        margin-right: 200px;
    }
        .referencer-content .banner-mid img {
            float: right;
            margin: -170px -170px 0 0;
        }

        .referencer-content .banner-text {
            margin-left: -150px;
            position: absolute;
            left: 50%;            
        }
            .referencer-content .banner-text h1 {
                font-size: 26px;
                padding-top: 34px;
                margin-bottom: 50px;
                text-align: center;
            }
            .referencer-content .reference-boxes {
                margin-top: 30px;
                position: absolute;
                text-align: center;
                width: 100%;
            }
            .referencer-content .reference-boxes h2 {
                font-size: 16px;
                margin-bottom: 24px;
            }



/* Digitale muligheder
--------------------------------------------------- */

#main-content.template-1055 {
    background-color: #ec8c10;
    background-image: url(/data/images/referencer/main-back.png);
}

.muligheder-content {
    background: url(/data/images/muligheder/text-back.png) no-repeat;
    height: 383px;
    left: 50%;
    margin: -191px 0 0 -334px;
    position: absolute;
    top: 50%;
    width: 698px;
}
    .muligheder-content img.bunny {
        float: right;
        margin: -100px -100px 0 0;
    }

    .muligheder-content .text {
        float: left;
        padding: 40px 0 0 40px;
        width: 325px;
    }
        .muligheder-content h1 {
            color: #b0e60f;
            font-size: 32px;
            margin-bottom: 20px;
        }
        .muligheder-content p {
            color: #fff;
            font-size: 14px;
            line-height: 18px;
            padding-bottom: 1em;
        }


/* Kontakt
--------------------------------------------------- */

.kontakt-content {
    position: absolute;
    top: 50%;
    width: 100%;
}

.kontakt-content .banner {
    background: url(/data/images/kontakt/banner-left.png) no-repeat;
    position: absolute;
    left: 0px;    
    width: 50%;
    top: 19px;
}
    .kontakt-content .banner .banner-body {
        background-color: #fc0655;
        height: 92px;
        margin-left: 67px;
    }
    
.kontakt-content .map-holder {
    background-color: #fc0655;
    margin: -270px 0 0 -375px;
    left: 50%;
    top: 0px;
    position: absolute;
}
    .kontakt-content #map {
        height: 420px;
        margin: 10px;
        width: 710px;
    }
    .kontakt-content .map-holder .tab {
        color: #fff;
        height: 80px;
        float: left;
        width: 50%;
    }
    .kontakt-content .map-holder .inactive {
        background-color: #8e8e81;
        cursor: pointer;
    }
        .kontakt-content .map-holder .tab div {
            padding: 15px 20px 0;
        }
            .kontakt-content .map-holder .inactive div {
                padding-top: 12px;
            }
        .kontakt-content .map-holder .tab h1 {
            color: #e7e8da;
            font-size: 16px;
            margin-bottom: 4px;
        }
        .kontakt-content .map-holder .tab p {
            margin-bottom: 4px;
        }


/* Article
--------------------------------------------------- */

.content.article {
    
}

.content.article .banner {
    margin-top: -158px;
    position: absolute;
    top: 50%;
    width: 100%;
}
    .content.article.yellow .banner {
        margin-top: -78px;
    }
    .content.article.green .banner {
        margin-top: -118px;
    }
    .content.article.orange .banner {
        margin-top: -40px;
    }

.content.article .banner-left {
    background: url(/data/images/article/banner-left-blue.png);
    height: 114px;
    position: absolute;
    width: 72px;
}
.content.article .banner-right {
    background: url(/data/images/article/banner-right-blue.png) no-repeat;
    height: 114px;
    left: 622px;
    position: absolute;
    right: 0px;
}
    .content.article .banner-right div {
        background-color: #1989f7;
    }
    .content.article .banner-right div {
        margin-left: 46px;
        height: 114px;
    }
    .content.article.yellow .banner-left {
        background-image: url(/data/images/article/banner-left-yellow.png);
    }
    .content.article.yellow .banner-right {
        background-image: url(/data/images/article/banner-right-yellow.png);
    }
        .content.article.yellow .banner-right div {
            background-color: #f0ff00;
        }
    .content.article.green .banner-left {
        background-image: url(/data/images/article/banner-left-green.png);
    }
    .content.article.green .banner-right {
        background-image: url(/data/images/article/banner-right-green.png);
    }
        .content.article.green .banner-right div {
            background-color: #b0e60f;
        }
    .content.article.orange .banner-left {
        background-image: url(/data/images/article/banner-left-orange.png);
    }
    .content.article.orange .banner-right {
        background-image: url(/data/images/article/banner-right-orange.png);
    }
        .content.article.orange .banner-right div {
            background-color: #ec8c10;
        }

.article-body {
    background-color: #fff;
    bottom: 0px;
    color: #666666;
    left: 72px;
    position: absolute;
    top: 0px;
}
    .article-inner {
        background-color: #fff;
        padding: 20px 15px;
        width: 520px;
    }
    .article-body .by-line {
        text-align: right;
        font-style: italic;
    }
    .article-body h1 {
        border-bottom: 1px solid #188afa;
        font-size: 24px;
        margin-bottom: 4px;
        padding-bottom: 10px;
    }
        .yellow .article-body h1 {
            border-color: #97990b;
        }
        .green .article-body h1 {
            border-color: #b0e60f;
        }
        .orange .article-body h1 {
            border-color: #ec8c10;
        }
    .article-body h2 {
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .article-body p {
        line-height: 18px;
        padding-bottom: 1em;
    }
    .article-body img {
        padding-bottom: 14px;
    }

    .article-index-holder {
        left: 622px;
        top: 40px;
        position: absolute;
        background: url(/data/images/article/index-bottom-blue.png) no-repeat bottom left;
    }
    .article-index-holder .inner1 {
        background: url(/data/images/article/index-top-blue.png) no-repeat;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .article-index {
        background-color: #fff;
        border: 10px solid #188afa;
        line-height: 1.3em;
        width: 200px;
        padding: 15px;
        margin-left: 46px;
    }
        
        .yellow .article-index-holder {
            background-image: url(/data/images/article/index-bottom-yellow.png);
        }
            .yellow .article-index-holder .inner1 {
                background-image: url(/data/images/article/index-top-yellow.png);
            }
            .yellow .article-index {
                border-color: #f0ff00;
            }
        .green .article-index-holder {
            background-image: url(/data/images/article/index-bottom-green.png);
            }
            .green .article-index-holder .inner1 {
                background-image: url(/data/images/article/index-top-green.png);
            }
            .green .article-index {
                border-color: #b0e60f;
            }
        .orange .article-index-holder {
            background-image: url(/data/images/article/index-bottom-orange.png);
        }
            .orange .article-index-holder .inner1 {
                background-image: url(/data/images/article/index-top-orange.png);
            }
            .orange .article-index {
                border-color: #ec8c10;
            }
        .article-index ul {
            list-style-type: square;
            list-style-position:inside; 
        }
        .article-index h2 {
            font-size: 14px;
            margin-bottom: 4px;
        }
        .article-index a {
            color: #000;
            text-decoration: none;
        }

        .blue a:hover, .blue .article-index li.current a {
            color: #188afa;
            text-decoration: none;
        }
        .green a:hover, .green .article-index li.current a {
            color: #99c909;
            text-decoration: none;
        }
        .yellow a:hover, .yellow .article-index li.current a {
            color: #97990b;
            text-decoration: none;
        }
        .orange a:hover, .orange .article-index li.current a {
            color: #ec8c10;
            text-decoration: none;
        }

    .article .gallery-holder {
        margin-bottom: 10px;
    }
    .article .gallery-holder .arrow {
        position: absolute;
        margin-top: 120px;
        z-index: 100;
    }
        .article .gallery-holder .prev {
            left: 5px;
        }
        .article .gallery-holder .next {
            right: 5px;
        }
        .article .gallery img {
            display: block;
            padding: 0;
        }
        .article .gallery .text {
            background: url(/data/images/article/gallery-text-back.png) no-repeat;
            color: #fff;
            font-size: 11px;
            font-style: italic;
            height: 31px;
            padding: 7px 10px;
        }

/* Clouds
--------------------------------------------------- */

.clouds li {
    background: url(/data/images/clouds/cloud-blue.png) no-repeat;
    color: #666;
    font-size: 11px;
    height: 137px;
    line-height: 1.1em;
    position: absolute;
    width: 197px;
    opacity: 0.9;
    z-index: 100;
}
    .clouds li.yellow {
        background: url(/data/images/clouds/cloud-yellow.png) no-repeat;
    }
    .clouds li.green {
        background: url(/data/images/clouds/cloud-green.png) no-repeat;
    }
    .clouds li.orange {
        background: url(/data/images/clouds/cloud-orange.png) no-repeat;
    }
    .clouds li.red {
        background: url(/data/images/clouds/cloud-red.png) no-repeat;
    }

    .clouds li .inner {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 20px 0px 20px;
        width: 197px;
        height: 137px;
        text-align: center;
    }
    .clouds li h2 {        
        font-size: 12px;
        margin-bottom: 1px;
        text-align: center;
        text-transform: uppercase;
    }
    .clouds li a {
        color: #198af9;
    }

#cloud1 {
    left: 5%;
    top: 6%;
}
#cloud2 {
    right: 7%;
    top: 12%;
}
#cloud3 {
    left: 45%;
    top: -35px;
    z-index: -200;
}
#cloud4 {
    right: 2%;
    bottom: 38%;
}
#cloud5 {
    left: 3%;
    bottom: 34%;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

