<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------- CSS reset (make styles look the same in every browser) ----------- */

html{color:#000;background:white;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
a img {border:none;}
blockquote,q{quotes:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* ----------- Clear and Spacing ----------- */

.clear {
	margin: 0 0 -1px 0;
	line-height: 1px;
	display: block;
	font-size: 1px;
	clear: both;
	height: 1px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	line-height: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}


/* ----------- Font styles ----------- */

html,
body {
    font-family: Calibri, Arial, Candara, Segoe, "Segoe UI", Optima, sans-serif;
	font-size: 14px;
	line-height: 1;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 14px;
	margin-bottom: 14px;
}
b, strong {
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
}
ol {
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
}


/* ----------- Global styles ----------- */

.placeholder { color: #aaa; }

.header {
    width: 100%;
    height: 80px;
    background: url("../img/header_bg.png") repeat scroll 0 0 transparent;
}

.header_container {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}

#mail_flag_bar {
    font-size: 12px;
    float: right;
    width: 215px;
}

a#logo {
    display: inline-block;
    height: 57px;
    margin-top: 15px;
}

#mail_phone_link {
    float: left;
    margin-top: 36px;
}

#mail_phone_link a {
    color: #000;
    line-height: 20px;
}

#flags {
    float: right;
    margin-top: 42px;
}

#flags a {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url('../img/flags.png');
    margin-right: 2px;
}

a#flag_dk {
    background-position: 0px;
}

a#flag_uk {
    background-position: -26px center;
}

a#flag_de {
    background-position: -52px center;
}

.content {
    width: 800px;
    margin: 0 auto;
    padding-top: 27px;
}

.left_col {
    float: left;
    width: 614px;
    border-right: 1px solid #D2D5D6;
    padding-top: 3px;
}

.left_col input[type=tel], input[type=text], .left_col input[type=password] {
    background: url('../img/form_field_white.png') no-repeat;
    border: none;
    text-align: left;
    height: 21px;
    width: 123px;
    margin: 2px 0;
    padding-left: 2px;
    font-size: 12px;
}

.button_bar {
    float: right;
    width: 287px;
    height: 52px;
}

.info_text {
    float: left;
    clear: left;
    margin-left: 192px;
    margin-top: 20px;
    width: 260px;
}

.info_text h2 {
    font-size: 46px;
}

.info_text p {
    font-size: 14px;
}

.info_text strong {
    font-size: 17px;
}

.login_form {
    float: right;
    margin-top: 27px;
    text-align: center;
}

.login_form a {
    font-size: 11px;
    color: #000;
}

#green_section {
    height: 175px;
    padding-right: 14px;
    background: url('../img/section_bgs.png') no-repeat;
}

#green_section .button_bar a {
    background-image: url('../img/green_buttons.png');
    background-repeat: no-repeat;
}


#blue_section {
    height: 175px;
    margin-top: 25px;
    padding-right: 14px;
    background: url("../img/section_bgs.png") no-repeat scroll 0 -204px transparent;
}

#blue_section input[type=submit] {
    background-position: 0 -42px;
}

#blue_section .button_bar a {
    background-image: url('../img/blue_buttons.png');
    background-repeat: no-repeat;
}

.button_bar a {
    display: inline-block;
    height: 52px;
    width: 52px;
    margin: 0 4px;
}

.button_bar a.first {
    width: 92px;
    margin: 0px 6px 0 0;
    margin-right: 5px;
}

.button_bar a.second {
    background-position: -106px center;
}
.button_bar a.third {
    background-position: -171px center;
}
.button_bar a.fourth {
    background-position: -236px center;
    margin-right: 0;
}



.right_col {
    float: left;
    width: 170px;
    padding-left: 14px;
    padding-top: 5px;
}

.info_box {
    width: 151px;
    height: 86px;
    background: url('../img/right_col_fields.png');
    padding: 10px;
    margin-bottom: 20px;
}

.info_box h3 {
    color: #009ee3;
    font-size: 14px;
}

.info_box p {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.info_box a {
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    background: url('../img/read_more_btn.png');
    width: 69px;
    height: 18px;
    text-align: center;
    float: right;
}

.footer {
    width: 100%;
    background: url('../img/footer_bg.png') repeat;
    height: 153px;
    margin-top: 10px;
}

.footer_container {
    width: 800px;
    margin: 0 auto;
}

.footer_left {
    width: 275px;
    float: left;
    font-size: 12px;
    padding-top: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_left a.readmore {
    display: inline-block;
}

.like_buttons {
    margin-top: 5px;
}

.like_buttons a {
    display: inline-block;
    height: 29px;
    width: 29px;
    background-image: url('../img/like_buttons.png');
    background-repeat: no-repeat;
    margin-right: 4px;

}

.like_buttons a.facebook {
    background-position: -37px center;
}

.like_buttons a.gplus {
    background-position: -74px center;
}

.footer_right {
    width: 320px;
    float: right;
    padding-top: 20px;
}

.footer_right .contact {
    float: left;
    width: 150px;
    font-size: 11px;
    line-height: 15px;
}

.footer_right .contact2 {
    float: left;
    width: 150px;
    font-size: 11px;
    line-height: 15px;
}

.footer_right .contact3 {
    float: left;
    width: 180px;
    font-size: 11px;
    line-height: 15px;
}

.footer_right .contact h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 4px;
}

.footer_right .contact2 h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 4px;
}

.footer_right .contact3 h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 4px;
}

.footer_right .contact {
    line-height: 15px;
}

.footer_right .contact2 {
    line-height: 15px;
}

.footer_right .contact3 {
    line-height: 15px;
}

.footer_right .profile {
    float: left;
    width: 81px;
    padding-right: 8px;
    font-size: 11px;
}

.footer_right .profile span {
    line-height: 15px;
}

.footer_right .profile .strong {
    font-weight: bold;
}

.left_col input[type="text"], .left_col input[type="password"] {
    height: 21px;
    line-height: 21px;

}

.left_col.subpage {
    padding-right: 15px;
    width: 599px;
}

.left_col.subpage .breadcrumbs, .left_col.subpage .breadcrumbs a {
    font-size: 12px;
    color: #b1b2b3;
}

.breadcrumbs a.active {
    text-decoration: underline;
}

.left_col.subpage h1 {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
}

.left_col.subpage .steps {
    background: url('../img/steps.png');
    width: 599px;
    height: 251px;
    margin-bottom: 25px;
}

.left_col.subpage .steps span {
    font-size: 11px;
    display: inline-block;
    width: 255px;
    float: right;
    margin-top: 210px;
}

.left_col.subpage h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.left_col.subpage p {
    font-size: 11px;
    line-height: 16px;
}</pre></body></html>