html
{
    height: 100%;
    width: 100%;
}
body
{
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #4A4A4A;
    height: 100%;
    width: 100%;
}
.clearer
{
    clear: both;
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    position: relative;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
h1
{
    margin: 10px 0 5px 0;
    font-weight: normal;
    font-size: 36px;
    color: #000000;
    line-height: 52px;
    overflow: hidden;
    editmenuname: Overskrift;
}

h1 strong
{
    display: none;
}
h2
{
    margin: 15px 0 20px 0;
    font-family: "Times New Roman";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    editmenuname: Overskrift2;
}
h2 strong
{
    display: none;
}
h3
{
    margin: 15px 0 7px 0;
    padding: 0 0 4px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #BFBFBF;
    text-transform: uppercase;
    editmenuname: Overskrift3;
}
h3 strong
{
    display: none;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
    height: 27px;
    padding: 0 0 0 11px;
    background: #393838;
    margin: 10px 0 20px 0;
    editmenuname: Overskrift4;
}
h4 strong
{
    display: none;
}
a
{
    color: #31659E;
}
a:hover
{
    color: #C0CA37;
}

.label-img
{
    color: #31659E;
}
.highlight
{
    padding: 12px;
    background: #E0E0E0;
}
.caption
{
    font-family: Arial;
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
    color: #4D4D4D;
    padding-top: 10px;
}

.caption a
{
    font-size: 11px !important;
    font-style: italic !important;
    color: #4D4D4D !important;
    font-weight: normal !important;
}

/* _____________________________________________________________________ CONTAINER ALL */
.container-all
{
    background: #FFFFFF url(../../img/bg_header_wide.jpg) no-repeat center top;
    min-height: 100%;
    min-width: 960px;
    position: relative;
}

/* _____________________________________________________________________ CONTAINER MAIN */
.container-main
{
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 141px 0 76px 0;
    min-height: 100%;
}
.container-main .container-content
{
    padding: 6px 0 20px 0;
}
.container-main .container-content .content p
{
    margin: 10px 0;
    line-height: 1.5em;
}
.container-main .container-content .content ul, .container-main .container-content .content ol
{
    margin: 10px 0;
    overflow: auto;
    padding: 0 0 0 20px;
}
.container-main .container-content .content li
{
    list-style: disc;
}
.container-main .container-content .content h2
{
    line-height: 22px;
}

.container-main .container-content .content li h2
{
    line-height: 16px;
}

body .container-main .container-content .content div h2,
body .container-main .container-content .content h2 div h2  { margin: 0; }

.container-main .container-content .content a
{
    color: #31659E;
    text-decoration: underline;
}
.container-main .container-content .content a:hover
{
    color: #C0CA37;
}
.container-main .container-content .content a:visited
{
    color: #6D8837;
}

/* _____________________________________________________________________ LOGO */
.container-main .logo
{
    position: absolute;
    left: -77px;
    top: 35px;
}

/* _____________________________________________________________________ MENU TOP */
.container-main .menu-top
{
    position: absolute;
    top: 9px;
    right: 0;
}
.container-main .menu-top li
{
    float: left;
    border-right: 1px solid #FFFFFF;
    line-height: 11px;
}
.container-main .menu-top li.last
{
    border-right: none;
}
.container-main .menu-top li a
{
    padding: 0 5px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    position: relative;
    top: -1px;
}
.container-main .menu-top li a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
.container-main .menu-top li a.rss
{
    background: url(../../img/icon_rss.png) no-repeat right 2px;
    padding-right: 15px;
}

/* _____________________________________________________________________ SLOGAN TOP */
.container-main .slogan
{
    position: absolute;
    right: 1px;
    top: 85px;
}

/* _____________________________________________________________________ CONTAINER MENU TOP */
.container-main .container-menu
{
    height: 78px;
    background: #000000;
    color: #FFFFFF;
    position: relative;
    background: url(../../img/bg_menu_top.png) repeat left top; /*	opacity:0.8;*/
}

/* _____________________________________________________________________ MENU MAIN */
.container-main .container-menu .menu-main
{
    padding: 40px 0 0 0;
}
.container-main .container-menu .menu-main li
{
    float: left;
    margin-left: 14px;
}
.container-main .container-menu .menu-main li a
{
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #7A7875;
    padding-right: 27px;
    padding-bottom: 9px;
    display: block;
}
.container-main .container-menu .menu-main li.active a, .container-main .container-menu .menu-main li a:hover
{
    color: #C0CA37;
    border-bottom: 5px solid #C0CA37;
    padding-bottom: 5px;
}
.container-main .container-menu .menu-main li.active
{
    font-weight: bold;
}

/* _____________________________________________________________________ SEARCH FORM */
.container-main .container-menu .search
{
    position: absolute;
    right: 14px;
    bottom: 13px;
}
.container-main .container-menu .search .input-text, .content .search .input-text
{
    border: 1px solid #CCC9C2;
    background: #ECEAE7;
    margin-right: 6px;
    width: 155px;
    height: 16px;
    line-height: 16px !important;
    padding: 1px;
    display: block;
    float: left;
}
.container-main .container-menu .search .input-submit, .content .search .input-submit
{
    border: none;
    background: #C0CA37;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    line-height: 16px;
    height: 20px;
    color: #393838;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.content .search
{
    margin-top: 20px;
}
.content .search .input-text
{
    width: 240px;
}

.content .search ul.results
{
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.content .search .results li
{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
    margin-top: 10px;
}

.content .search .results h2
{
    /* See: .news-list-column h2 */
}

.content .search .results p
{
    margin: 4px 0;
}

.content .search .results span
{
    display: block;
    font-style: italic;
}

/* _____________________________________________________________________ CONTAINER BOTTOM */
.container-bottom
{
    height: 75px;
    background: #BFBFBF;
    border-top: 1px solid #F2F2F2;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.container-bottom .container-content
{
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 0 0;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 16px;
}
.container-bottom .container-content .slogan
{
    position: absolute;
    right: 0;
    top: 20px;
}

/* _____________________________________________________________________ COLUMNS 3 */
.columns3
{
    width: 100%;
    overflow: auto;
}

.columns3 .container-left
{
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-top: 10px;
}

.columns3 .container-right
{
    float: right;
    width: 220px;
    margin-left: 20px;
    margin-top: 20px;
}

.columns3 .content
{
    overflow: auto;
}

/* _____________________________________________________________________ PRINT & SHARE */
.columns3 .container-right a.print, .columns3 .container-right a.share
{
    float: left;
    font-size: 11px;
    line-height: 16px;
    color: #393838;
    text-decoration: none;
    padding: 0 0 0 22px; /*	width:88px;*/
}
.columns3 .container-right a.print
{
    background: url(../../img/icon_print.png) no-repeat left top;
}
.columns3 .container-right a.share
{
    background: url(../../img/icon_share.png) no-repeat left top;
    float: right;
}
.columns3 .container-right a.print:hover, .columns3 .container-right a.share:hover
{
    color: #393838;
    text-decoration: underline;
}

/* _____________________________________________________________________ MENU LEFT */
.container-left ul
{
}
.container-left ul li
{
    border-bottom: 1px solid #BFBFBF;
}
.container-left ul li:last-child
{
    border-bottom: none;
}
.container-left ul li a
{
    color: #6E6E6E;
    font-size: 12px;
    line-height: 37px;
    text-decoration: none;
    display: block;
}
.container-left ul li a:hover
{
    color: #22252A;
}
.container-left ul li.active a
{
    font-weight: bold;
    color: #393838;
}
.container-left ul li.active li a
{
    font-weight: normal;
}

/* _____________________________________________________________________ SUBMENU LEFT */
.container-left ul li ul
{
    padding-bottom: 8px;
    margin-top: -5px;
}
.container-left ul li ul li
{
    border-bottom: none;
}
.container-left ul li ul li a
{
    line-height: 18px;
    padding-left: 12px;
}
.container-left ul li ul li.active a
{
    font-weight: bold;
}

/* _____________________________________________________________________ BREADCRUMBS */
.breadcrumbs
{
    padding: 6px 0 10px 0 !important;
}
.breadcrumbs li
{
    float: left;
    margin-right: 4px;
    list-style: none !important;
}
.breadcrumbs li.separator
{
    top: -1px;
    position: relative;
}
.breadcrumbs li a, .breadcrumbs li a:hover, .breadcrumbs li a:visited
{
    font-size: 11px;
    color: #565656 !important;
    text-decoration: none !important;
}
.breadcrumbs li a:hover
{
    text-decoration: underline !important;
}

/* _____________________________________________________________________ BOX WITH UNDERLINED HEADER */
.box-header-underline
{
    padding: 10px 0 0 0;
}
.box-header-underline p
{
    margin: 5px 0;
}
.box-header-underline ul, .box-header-underline ol
{
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
}
.box-header-underline li
{
    list-style: disc;
}
.box-header-underline a
{
    color: #31659E;
    text-decoration: none;
}
.box-header-underline a:hover
{
    color: #C0CA37;
    text-decoration: underline;
}
.box-header-underline a.focus
{
    font-weight: bold;
}

/* _____________________________________________________________________ CONTENT COLUMNS 1 */
.container-main .container-content .content .content-columns1
{
    padding: 0;
}
.container-main .container-content .content-columns1 li
{
    clear: both;
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}
.content-columns1 img
{
    float: left;
    margin-right: 20px;
}
.container-main .container-content .content-columns1 h2
{
    display: inline;
}
.container-main .container-content .content-columns1 div
{
    overflow: auto;
}

/* _____________________________________________________________________ CONTENT COLUMNS 2 */
.content-columns2
{
    /*margin:0 -20px 0 0 !important;*/
    padding: 0 !important;
    overflow: hidden;
    margin: 0 0 0 -20px !important;
}
.content-columns2 li
{
    float: left;
    margin: 0 0 20px 20px;
    list-style: none !important;
    width: 220px;
}

/* _____________________________________________________________________ NEWS LIST IN COLUMN */
.news-list-column
{
    width: 220px;
}
.news-list-column h2, .content .search .results h2
{
    display: inline-block;
    font-family: Arial !important;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.news-list-column h2 a, .news-list-column h2 a:hover, .news-list-column h2 a:visited, .content .search .results h2 a, .content .search .results h2 a:hover, .content .search .results h2 a:visited
{
    color: #31659E !important;
    font-size: 12px;
    line-height: 16px !important;
    text-decoration: none !important;
}
.news-list-column h2 a:hover, .content .search .results h2 a:hover
{
    color: #C0CA37 !important;
}
.news-list-column p
{
    margin: 0 !important;
}

/* _____________________________________________________________________ COLUMNS 75-25 */
.columns-75-25
{
    /*padding-right:240px;*/
    overflow: auto;
}
.columns-75-25 .container-right
{
    float: right;
    margin: 0 0 0 20px;
    width: 220px;
}
.columns-75-25 .content
{
    overflow: auto;
}

/* _____________________________________________________________________ CONTENT COLUMNS 3 */
.content-columns3-fixed220 li
{
    width: 220px;
}
.content-columns3
{
    margin: 0 !important;
    padding: 0 !important;
    color: #656565;
}
.content-columns3 li
{
    float: left;
    margin: 0 20px 10px 0;
    list-style: none !important;
}
.content-columns3 li.last
{
    margin-right: 0;
}
.content-columns3 h2
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    padding: 0;
    margin: 15px 0 10px 0;
}
.content-columns3 a, .content-columns3 a:hover, .content-columns3 a:visited
{
    color: #656565 !important;
    font-weight: bold;
    text-decoration: none !important;
}
.content-columns3 a:hover
{
    color: #C0CA37 !important;
    text-decoration: underline !important;
}

/* _____________________________________________________________________ ARTICLE MAIN WITH RIGHT IMAGE */
.article-main-img-right
{
    font-family: "Times New Roman";
    font-size: 18px;
    line-height: 26px;
    color: #616161;
    border-bottom: 10px solid #393838;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.article-main-img-right .left
{
    margin-right: 480px;
}
.article-main-img-right .right
{
    float: right;
}
.article-main-img-right p
{
    margin: 10px 0;
}
.article-main-img-right ul, .article-main-img-right ol
{
    margin: 10px 0;
    padding: 0 0 0 20px;
}
.article-main-img-right li
{
    list-style: disc;
}
.article-main-img-right a, .article-main-img-right a:hover
{
    font-family: Arial;
    font-size: 18px;
    color: #31659E;
    font-weight: bold;
    text-decoration: none;
}
.article-main-img-right a:hover
{
    color: #C0CA37;
    text-decoration: underline;
}


/* _____________________________________________________________________ ARTICLE MAIN WITH TOP IMAGE */
.article-main-img-top
{
    font-family: "Times New Roman";
    font-size: 20px;
    line-height: 26px;
    color: #616161;
    margin-bottom: 10px;
}
.article-main-img-top img
{
    display: block;
}
.article-main-img-top .details
{
    background: #E0E0E0;
    padding: 17px 16px;
}
.article-main-img-top .details h1
{
    margin: 0 0 7px 0;
}
.article-main-img-top .details p
{
    padding: 0;
}

/* Pagination for searchresults pages */
.container-main .container-content .content ul.pagination
{
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
}
.container-main .container-content .content ul.pagination li
{
    float: left;
    margin: 0 5px 0 0;
    background: url('../../img/pagination.png') no-repeat 100% 0;
    list-style: none;
}
.container-main .container-content .content ul.pagination li a, .container-main .container-content .content ul.pagination li span
{
    float: left;
    display: block;
    padding: 3px 7px;
    color: #393838;
    text-decoration: none;
    background: url('../../img/pagination-left.png') no-repeat 0 0;
}

.container-main .container-content .content ul.pagination li.current
{
    background-position: 100% -25px;
}
.container-main .container-content .content ul.pagination li.current a
{
    background-position: 0 -25px;
    color: #c0ca37;
}
.container-main .container-content .content ul.pagination li.disabled
{
    background-position: 100% -50px;
    list-style: none;
    color: #a4a3a1;
}
.container-main .container-content .content ul.pagination li.disabled span
{
    background-position: 0 -50px;
    color: #a4a3a1; /*background-color: #ccc;*/
}

.content td
{
    vertical-align: top;
}

.subscribe-area
{
    margin-bottom: 20px;
}

.subscribe-area h2
{
    margin-top: 5px;
    margin-bottom: 5px;
}


.subscribe-infopanel
{
    border: 1px dashed #C0C0C0;
    background-color: #FFFFCC;
    margin-top: 10px;
    padding: 5px;
}

.subscribe-infopanel-error
{
    border: 1px dashed #C0C0C0;
    background-color: #FFDDDD;
    margin-top: 10px;
    padding: 5px;
}

.subscribe-button
{
    padding: 3px;
    width: 150px;
    background: #C0CA37;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    line-height: 16px;
    color: #393838;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.subscribe-textinput
{
    border: 1px solid #CCC9C2;
    background: #ECEAE7;
    margin-right: 6px;
    width: 250px;
    height: 16px;
    padding: 3px;
    margin-bottom: 5px;
}

.container-right td
{
    vertical-align: top;
}

