﻿/* CSS Reset based on https://meyerweb.com/eric/tools/css/reset/ v2.0 */
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    
    background-color: #FFFFFF; color: #444444; font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 13px;

    overflow-y: scroll;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Header */
#header {
    margin: 30px auto 0 auto;
    width: 990px;
    height: 72px;
}
.logo {
    float: left;
    height: 64px;
    border: none;
}
.searchform {
    display: inline;
}
.searchbox {
    float: right;
    width: 249px;
    height: 22px;
    border: 1px solid #ABABAB;
}
.searchbox:hover {
    border: 1px solid #92C0E0;
}
.searchinput {
    float: left;
    display:inline-block;  
    width: 200px;
    height: 18px;    
    margin: 2px 0 2px 5px;
    padding: 0;
    background-color: transparent;
    border-style: none;
    outline-style: none;
    font-size: 11px;
    color: #777777;
}
.searchnavbox {    
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    vertical-align: top;
    position: relative;
}
.searchnav {
    position: absolute;
    top: -35px;
    left: -35px;
    border: medium none;
}
.searchnav:hover {
    background-color: #E6F2FA;
}
.searchlinkbox {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    vertical-align: top;
    margin-left: -1px;
    position: relative;
}
.searchlink {
    position: absolute;
    left: -35px;
    top: -57px;
    border: medium none;
}
.searchlink:hover {
    background-color: #E6F2FA;
}
/* Navigation menu level 0 */
.level0menu {
    list-style: none;
    float: right;
    margin-top: 3px;
    margin-right: 10px;
}
.level0menu li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.level0menu li a {
    font-size: 12px;
    color: #8E8D8D;
    text-decoration: none;
}
.level0menu li a:hover {
    text-decoration: underline;
}
/* Navigation menu level 1 */
.level1menu {
    clear: right;
    float: right;
    margin-top: 15px;
    text-align: right;
    text-transform: uppercase;    
}
.level1menu li {
    list-style: none;
    display: inline-block;
    position: relative;
        
    margin-left: 37px;
    border: 1px solid transparent;
}
.level1menu li a {
    color: #B0B0B0;
    font-size: 17px;
    text-decoration: none; 
}
.level1menu li a:hover {
    color: #545454;
}
.level1menu li a.selected {
    color: #545454;
    border-bottom: 1px solid #545454;
    padding-bottom: 11px;
}
.level1menu li ul {
    display: none;
    position: absolute;
    left: -50px;
    top: 20px;

    background-color: transparent;
    background-image: url("https://ices.dk/_layouts/15/1033/images/icesimg/icesddtoparrow.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    border: 0 solid #D1D1D1;
    box-shadow: 0 0 0 0 #7F7F7F;
    /*max-width: 250px;*/
    /*min-width: 125px;*/
    padding: 10px 0;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
    z-index: 100;
}
.level1menu li:hover ul {
    display: block;
}
.level1menu li ul li {
    display: block;
    background-color: #5F5F5F;
    color: #FFFFFF;
    font-size: 15px;
    padding: 2px 15px;
    text-transform: none;
}
.level1menu li ul li a {
    color: #FFFFFF;
    font-size: 15px;
}
.level1menu li ul li a:hover {
    background-color: #7D7D7D;
    color: #FFFFFF;
}
/* Navigation menu level 2 */
.level2menu {
    list-style: none;
    clear: both;
    padding-top: 22px;
}
.level2menu li {
    display: inline;
    margin-right: 27px;
    border: 1px solid transparent;
}
.level2menu li a {
    font-size: 15px;
    color: #545454;
    text-decoration: none;
}
.level2menu li a:hover {
    color: #F15D2A;
}
/* Navigation menu level 3 */
.level3menu {
    list-style: none;
    float: left;
    width: 195px;
}
.level3menu li {
    background-image: url("https://www.ices.dk/_layouts/15/1033/images/icesimg/projectdot.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    padding: 5px 20px 5px 13px;
    color: #666666;
}
.level3menu li a {
    background-image: url("https://www.ices.dk/_layouts/15/1033/images/icesimg/menuarrow.png");
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 12px;
    color: #383838;
    text-decoration: none;
    display: block;
}
.level3menu li a:hover {
    background-color: #EAEAEA;
}
/* Content */
#content {
    border-top: 1px solid #E2E2E2;

    color: #383838;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 19px;
    word-wrap: break-word;
}
#content h1 {
    color: #6B6B6B;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 26px;
    padding-bottom: 35px;
    font-weight: 200;
}
#content h2 {
    color: #6B6B6B;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}
#content p {
    margin-bottom: 10px;
}
#contentgraygutter {
    margin-top: 58px; height: 40px; background-color: #E8EAEA;
}
#contentorangegutter {
    margin-bottom: 33px; height: 98px; background-color: #F15D2A;
}
#contentheader {
    margin: 0 auto; width: 990px; padding-top: 51px;

    color: #FFFFFF;
    font-size: 36px;
    text-decoration: none;
    text-transform: uppercase;
}
#contentmain {
    margin: 0 auto;
    width: 990px;
}
.pagetools {
    list-style: none;
    float: right;
}
.pagetools li {
    display: inline;
    color: #929292;
    font-size: 14px;
}
.pagetools li a {
    text-decoration: none;
    color: #929292;
    font-size: 14px;
}
.pagetools li a:hover {
    text-decoration: underline;
}
.pagetools li img {
    vertical-align: middle;
    margin-right: 5px;
}
/* Footer */
#footer {
    margin-top: 58px; border-top: 1px solid #E2E2E2; clear: both;
}
#footer .name, .address, .disclaimer {
    margin: 0 auto; width: 990px; padding-top: 10px;
}
#footer .name {
    font-size: 18px;
}
#footer a, a:visited {
    color: #71B6BD;
}