﻿/* Main bruges alle steder - ligger som grundlag */
body {
    font-family: Gisha, Trebuchet MS, Courier, Arial, Arial Rounded MT Bold;
    margin: 0px;
    font-size: 10pt;
    color: #4e4949;
    line-height: 20px;
}

#main {
    width: 100%;
}

    #main table.main td.maintop1 {
        padding-left: 40px;
    }
    /* All links */
    #main a {
        text-decoration: none;
        font-weight: normal;
        color: #074a1d;
    }

        #main a:visited {
            color: #72166B;
        }

        #main a:hover {
            text-decoration: underline;
        }

    #main td.footer2 a, #main td.footer2 a:visited, #main td.footer2 a:hover {
        background-color: transparent;
        text-decoration: none;
        color: White;
    }

    #main td.footer2 {
        font-size: 12px;
        text-align: center;
        color: #333333;
        font-weight: bold;
    }
    /* header */
    #main td.top, #main table.header, #main .logo {
        vertical-align: bottom;
    }

    /* Midten her */
    #main td.top2, #main td.hdr2, #main td.breadcrum2, #main td.footer2 {
        /*
    background-color: white;
*/
        width: 940px !important;
    }

    #main td.breadcrum2, #main td.text2, #main td.menuline2, #main td.footer2 {
        /*
    border-left-color: #FFc61e;
    border-right-color: #FFc61e;
*/
        border-left: 1;
        border-left-style: solid;
        border-left-color: #3f6075;
        border-right: 1;
        border-right-style: solid;
        border-right-color: #3f6075;
        border-right-width: 1px;
        border-left-width: 1px;
    }

    #main td.top2 {
        border-left: 1;
        border-left-style: solid;
        border-left-color: #0B8E36;
        border-right: 1;
        border-right-style: solid;
        border-right-color: #0B8E36;
        border-right-width: 1px;
        border-left-width: 1px;
        height: 63px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #FFFFFF;
        line-height: 10px;
        background-color: #0B8E36;
    }

    #main td.hdr2 {
        line-height: 10px;
    }
    /* Siderne her */
    #main td.top1, #main td.top3, #main td.text1, #main td.text3, #main td.breadcrum1, #main td.breadcrum3, #main td.menuline1, #main td.menuline3, #main td.footer1, #main td.footer3 {
        /*
    background-color: #ffe680; 
    background-color: white; 
*/
        width: 50%;
    }
    /* Top menu */
    #main table.header td.menu {
        /*
    background-color: White;
    padding-right: 40px;
    vertical-align: bottom;
*/
        text-align: right;
        font-size: 12px;
        padding-right: 40px;
        vertical-align: top;
        width: 767px;
        background-image: url(images/koncern2012/bjaelke_lang_767_64.png);
        background-repeat: no-repeat;
    }

        #main table.header td.menu a, #main table.header td.menu a:visited, #main td.searchResult a {
            color: #3f6075;
        }

    /* Menulinie */
    #main td.menuline, #main td.footer {
        height: 28px;
    }

    #main td.menuline2, #main td.footer2 {
        background: #0b8e36; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiOGUzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzFhOGMzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzVkZjc5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #0b8e36 0%, #1a8c3e 18%, #5df79b 99%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b8e36), color-stop(18%,#1a8c3e), color-stop(99%,#5df79b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0b8e36 0%,#1a8c3e 18%,#5df79b 99%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0b8e36 0%,#1a8c3e 18%,#5df79b 99%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0b8e36 0%,#1a8c3e 18%,#5df79b 99%); /* IE10+ */
        background: linear-gradient(top, #0b8e36 0%,#1a8c3e 18%,#5df79b 99%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8e36', endColorstr='#5df79b',GradientType=0 ); /* IE6-8 */
    }

    #main .headerbrugerindgang a {
        color: #333333;
        vertical-align: middle;
        font-size: 1.2em;
    }

        #main .headerbrugerindgang a.separator {
            padding: 0px 12px;
        }

        #main .headerbrugerindgang a:hover {
            /*
	text-decoration: underline;
*/
            color: white;
        }
/* Dagens nyheder - links i tabel */
a.reportNewsLink {
    text-decoration: none;
    color: #3F6075;
    font-weight: bold;
    font-size: 8pt;
}

    a.reportNewsLink:visited {
        text-decoration: none;
        color: #3F6075;
        font-weight: bold;
        font-size: 8pt;
    }

    a.reportNewsLink:hover {
        text-decoration: none;
        font-weight: bold;
        color: #A97613;
    }

.oversigttabel {
    border-left: 1px solid #D9E0E4;
}

    .oversigttabel td {
        border-right: 1px solid #D9E0E4;
        border-bottom: 1px solid #D9E0E4;
        padding: 6px 3px 7px 4px;
        vertical-align: top;
    }

    .oversigttabel th {
        border-right: 1px solid #D9E0E4;
        border-bottom: 1px solid #D9E0E4;
        font-size: 11px;
        background-color: #F5F7F8;
        padding: 3px;
    }

.oversigttabelfooter {
    background-color: #F5F7F8;
}

    .oversigttabelfooter td {
        border: none;
        font-size: 9px;
        vertical-align: top;
        padding: 0px;
    }

    .oversigttabelfooter img {
        margin-top: 1px;
    }

.oversigttabel a {
    color: #3F6075;
    font-size: 11px;
    text-decoration: none;
}

    .oversigttabel a:visited {
        color: #72166B;
        font-size: 11px;
        text-decoration: none;
    }

    .oversigttabel a:hover {
        color: #A97613;
        font-size: 11px;
        text-decoration: none;
    }
/* Emnetitel */
#main .emnetitel {
    /*
    text-align: center;
    padding: 0px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
*/
    font-size: 17pt;
}

#main .emnetitel-t18 {
    display: none;
}

#main .emnesubtitel {
    /*
    padding-left: 40px;
*/
    font-size: 13pt;
    padding-top: 5px;
}

    #main .emnesubtitel a.indholdsfortegnelsen {
        font-size: 12px;
        color: #3f6075;
    }
/* tekst */
#main td.text2 {
    /*
    min-height: 520px;
    height: 520px;
    padding-bottom: 40px;
    padding-left: 40px;
*/
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 40px;
}

#main td.text2-2 {
    /*
    padding-bottom: 40px;
*/
    padding-top: 40px;
    padding-bottom: 20px;
}

#main td.text2-3 {
    /*
    padding-bottom: 150px;
*/
}

div.ui-layout-west {
    display: none;
}
/* Left container in text field */
#container {
    /*
   padding-right: 20px;
*/
    padding-left: 40px;
}

/* Search */
#main .headerbrugerindgangSearch {
    /*
	padding-bottom: 3px;
*/
    white-space: nowrap;
    font-size: 8pt;
}

#main input.searchKnap, span.tslogin {
    text-transform: uppercase;
    font-weight: normal;
}

#main input.searchKnap, #main input.SearchHomepage {
    /*
	height: 20px;
	margin-left: 2px;
	font-size: 1.2em;
*/
    border-top: 0px solid #B2BFC8;
    border-left: 0px solid #B2BFC8;
    border-right: 0px solid #3F6075;
    border-bottom: 0px solid #3F6075;
    background-color: transparent;
    font-weight: normal;
    color: #4E4949;
    width: auto;
    text-transform: uppercase;
    vertical-align: middle;
}

    #main input.searchKnap:hover, #main input.SearchHomepage:hover {
        text-decoration: underline;
        cursor: pointer;
    }

input.searchBox {
    background: none repeat scroll 0 0 #EFEFEF;
    font-size: 1em;
    width: 140px;
}
/* breadcrum */
#main td.breadcrum span.breadcrum, #main td.breadcrum span.breadcrumHeader {
    /*
    display: block;
*/
    padding-left: 40px;
    padding-right: 40px;
    font-size: 0.9em;
    padding-top: 5px;
}

#main td.breadcrum a, #treeindex div.tree4u a /*, #main a.normal */ {
    color: #3f6075;
}
/* funktionsbjælke/sidemenu */
#stdlayout {
    height: 100%;
}

    #stdlayout td {
        vertical-align: top;
    }

        #stdlayout td.MPlink {
            padding: 0px 5px 10px 0px;
            background-color: #EBEFF1;
            vertical-align: top;
            width: 200px !important;
            background: #dbdbdb; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); /* IE10+ */
            background: linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
            border-radius: 10px 10px 0px 0px;
            z-index: -300;
        }

        #stdlayout td.MPlinkLeft {
            width: 40px;
        }

        #stdlayout td.MPlinkRight {
            width: 40px !important;
        }
    /* badgets */
    #stdlayout div.badgetWrapper {
        padding: 15px 5px 5px 0px;
        white-space: nowrap;
    }

    #stdlayout .MPlink span.badget {
        margin: 0px 5px 0px 5px;
    }

    #stdlayout .MPlink span.badgetfacebook, #stdlayout .MPlink span.badgettwitter {
        margin: 0px 5px 0px 8px;
    }

/* delimiter */
#main hr.hrline, #main hr.menuDelimiter {
    height: 1px;
    border: 1px;
    background-color: #C0C0C0;
    color: #C0C0C0;
    width: 98%;
}

#main hr.menuDelimiter {
    width: 90%;
}

td.MPlink hr.menuDelimiter {
    display: none;
}
/* internet */
div.hrbiginternet {
    height: 5px;
    background: #3f6075 url(../images/hr_bg_alt.gif) no-repeat;
}

    div.hrbiginternet hr {
        display: none;
    }

div.hrinternet {
    height: 1px;
    background: #3f6075 url(../images/hr_bg_alt.gif) no-repeat;
}

    div.hrinternet hr {
        display: none;
    }
/* intranet */
div.hrbigintranet {
    height: 5px;
    background: #FFC61E url(../images/hr_bg.gif) no-repeat;
}

    div.hrbigintranet hr {
        display: none;
    }

div.hrintranet {
    height: 1px;
    background: #FFC61E url(../images/hr_bg.gif) no-repeat;
}

    div.hrintranet hr {
        display: none;
    }
/* ekstranet */
div.hrbigextranet {
    height: 5px;
    background: #3f6075 url(../images/hr_bg_alt.gif) no-repeat;
}

    div.hrbigextranet hr {
        display: none;
    }

div.hrextranett {
    height: 1px;
    background: #3f6075 url(../images/hr_bg_alt.gif) no-repeat;
}

div.hrextranet hr {
    display: none;
}
/* RSS feed related */
#main a.feed, #main a.feed:visited {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("images/RSSsmall.png") no-repeat 0 50%;
    color: #3F6075;
    font-weight: normal;
    font-size: 0.8em;
}

.feed-list {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style-type: none;
}

    .feed-list li {
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none;
    }

        .feed-list li a {
            padding: 0 0 0 19px;
            background: url("images/RSSsmall.png") no-repeat 0 50%;
            list-style-type: none;
        }

div.feed {
    text-align: right;
}

span.feed {
    float: right;
}
/* imageSlider */
#main td.imageSlider {
    width: 50%;
}
/* Functionbar */
div.linkWrapper div.sidemenu, div.linkWrapper div.functionbarline, div.linkWrapper div.version {
    padding: 5px 5px 5px 10px;
    line-height: 12px;
}

div.linkWrapper div.versionHdr {
    font-weight: bold;
    padding-bottom: 4px;
}

a.sidemenu, div.linkWrapper div.functionbarIndexWrapper a {
    font-size: 11px;
}

div.functionbar div.functionbar {
    line-height: 14px;
    padding: 4px 0px 4px 0px;
}

div.linkWrapper div.functionbarIndexWrapper div.functionbarIndexHdr {
    padding-left: 10px;
}

div.functionbarHdr, div.linkWrapper div.functionbarIndexWrapper div.functionbarIndexHdr {
    /*
    border-radius: 10px;
    behavior: url("style/PIE.htc");
*/
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: -5px;
}

div.functionbarWrapper a div.functionbarHdr {
    /*
    border-radius: 10px 10px 0px 0px;
*/
    background-position: 0px 0px;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    padding: 0px 0px 0px 5px;
    display: block;
    color: #3f6075;
    margin-top: -26px;
}

div.functionbar {
    font-size: 0.8em;
    display: block;
}

div.functionbarWrapper a img {
    /*
    padding-left: 10px;
*/
    position: relative;
    border-radius: 10px;
    behavior: url("style/PIE.htc");
}

    div.functionbarWrapper a img.video {
        left: 75px;
        border-radius: 5px;
        border: 0px;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

div.functionbarWrapper img.video {
    top: -60px;
}

div.functionbarWrapper img.popup {
    top: -170px;
}

hr.functionbarDelimiter {
    background-color: #C0C0C0;
    border: 1px none;
    color: #C0C0C0;
    height: 1px;
    width: 90%;
}

div.version, div.version select {
    font-size: 11px;
}

hr.versionDelimiter {
    width: 90%;
}

table.sample:before {
    content: 'Eksempel:';
    font-weight: bold;
    padding: 5px 5px 10px 5px;
    display: block;
}

table.sample td:first-child {
    padding: 5px 15px 0px 20px;
}

    table.sample td:first-child p {
        margin-top: -10px;
    }

table.sample {
    width: 400px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #efe07a; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZTA3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZjZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efe07a 0%, #fefcea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efe07a), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efe07a 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efe07a 0%,#fefcea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efe07a 0%,#fefcea 100%); /* IE10+ */
    background: linear-gradient(top, #efe07a 0%,#fefcea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe07a', endColorstr='#fefcea',GradientType=0 ); /* IE6-8 */
}

#stdlayout table.MPcontentHdrRows td {
    line-height: 12px;
}

    #stdlayout table.MPcontentHdrRows td a {
        color: #3f7560;
        font-size: 0.8em;
    }

        #stdlayout table.MPcontentHdrRows td a img {
            padding-top: 1px;
        }

#stdlayout table.MPcontentHdrRows {
    margin-top: 4px;
}

#MPtext div.GUNlookup {
    padding-left: 157px;
}

#container table.content {
    width: 90%;
}
/* From previous portal.css */
.small {
    font-size: smaller
}
/* flags */
div.langWrapper {
    padding-bottom: 16px;
}

div.lang {
    text-align: right;
    width: 620px;
    white-space: nowrap;
}

span.lang {
    /*
    padding-bottom: 4px;
*/
    padding-left: 5px;
    float: right;
}

span.langInactive img, span.langActive img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

    span.langInactive img:hover {
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }

.fancybox-title-float-wrap .child a {
    color: White;
}

#main td.top1, #main td.top2, #main td.top3 {
    display: none;
}

.hilight {
    background-color: #ffe495
}
/* Opmærkning i søgeresultatet FFF1C7 */
td.searchHit > a {
    font-weight: bold !important;
}
