@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	height: 100%;
}
body {
	background: #e4e4e4 url(../images/bg.png) repeat-x top;
	font: normal 11px/130%  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	text-decoration: none !important;
	color: #0A2153;
	color : #7E9D0C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0A2153;
        font-weight: bold;
}
p {
	padding: 0 0 5px 0;
}
#wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#wrap {
	width: 940px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#header {
	padding: 0;
	margin: 0;
	height: 104px;
	width: 940px;
}
.login {
	position: absolute;
	width: 58px;
	height: 18px;
	top: -118px;
	right: 30px;
	display: none;
}

.bg-header {
	position: absolute;
	width: 766px;
	height: 130px;
	top: 0;
	right: 30px;
}
.logo {
    	padding: 40px 0 0 0;
	text-transform: uppercase;
}
.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
    padding: 0;
	text-transform: uppercase;
	font: normal 22px/130% "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#banner-forside {
	position: relative;
	width: 900px;
	height: 360px;
	margin: 10px 0 0 0;
	padding: 0;
}
.banner-forside {
	position: absolute;
	width: 626px;
	height: 360px;
	margin: 0;
	padding: 0;
	right: 0;
}
#menu {
	height: 35px;
	margin: 0;
	padding: 1px 0 0 0;
	
}
#menu ul {
	list-style-type: none;
	margin: 0;
	background: url(../images/menu.png) no-repeat left top;
	height: 35px;
	padding: 0 0 0 2px;
	
}
#menu ul li {
	float: left;
	height: 35px;
	padding: 0 2px 0 0;
	background: url(../images/menu.png) no-repeat right top;
	
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	display: inline-block;
	height: 24px;
	padding: 11px 12px 0 12px;
	text-align: center;
	font: bold 12px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover {
	text-decoration: none;
	background: url(../images/menu-hover.png) repeat-x;
}
#menu ul li a:link.act, #menu ul li a:visited.act, #menu ul li a:hover.act, #menu ul li a:active.act {
	text-decoration: none;
	background: url(../images/menu-hover-act.png) no-repeat center;
}

#content {
    position: relative;
	padding: 22px 0 150px 0;
}

.right-forside {
	float: right;
	width: 580px;
	padding: 0;
}

.right {
	float: right;
	width: 700px;
height: 623px;
overflow: auto;
	padding: 0;
	background: #fff;
}
.right-content-wrap {
    width: 660px;
	padding: 0 20px;
	background: #fff url(../images/bg-right.png) repeat-x top;
	zoom:1.0;
}
.right h1 {
	color: #fff;
	font: bold 13px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 8px 0;
	margin: 0 0 15px 0;
}
.right h2 {
	color: #0a2153;
	font: bold 13px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}
.right h3 {
	color: #000 ;
	font: bold 13px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
}
.right h3 a{
       color:#000;
       margin:0;
}
.right h1 a {
	text-decoration: none;
	color: #333;
}
.right h1 a:hover {
	color: #aaa;
}

.right p {
	padding: 0 0 15px 0;
}
.right ul, .right ol {
	margin: 0 0 15px 0;
	padding: 10px 0;
}

.right ul li, .right ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(../images/bg-li.png) no-repeat 0 6px;
}
.left-forside {
	float: left;
	width: 274px;
	padding: 140px 0 0 0;
}
.left-forside p {
	font: normal 11px/130% Arial, Helvetica, sans-serif;
	color: #cebb97;
	margin: 0;
	padding: 0 0 20px 0;
}
.left-forside .csc-textpic-imagewrap {
	float: left;
}
.left-forside .csc-textpic-caption {
	font: normal 8px/130% Arial, Helvetica, sans-serif;
	color: #cebb97;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.left-forside a { 
	color: #cebb97;
	text-decoration: underline;
}
.left-forside a:hover { 
	color: #cebb97; 
}

.left {
	position: relative;
	float: left;
	width: 220px;
	padding: 0;
}
.img-kontakt {
	position: absolute;
	width: 83px;
	height: 122px;
	right: 0;
	bottom: 20px;
	background: url(../images/kontakt.png) no-repeat bottom;
}
.kontakt-box {
	padding: 0 0 10px 10px;
	margin: 0 0 20px 0;
	background: #fff url(../images/bg-faq.png) repeat-x top;
}
.forside-box {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: #fff url(../images/bg-forside-bog.png) repeat-x top;
}
.forside-box h1 {
	margin: 0 0 0 10px;
	padding: 9px 0 8px 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.forside-box h2 {
	margin: 0 0 0 10px;
	padding: 15px 0 8px 0;
	text-transform: uppercase;
}

.left-box {
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	background: #fff url(../images/bg-faq.png) repeat-x top;
}
.faq-padding-left {
	padding: 0 10px 10px 145px;
	margin: 0;
}

.left .faq h1, .left .kontakt-box h1, .left-box h1 {
	margin: 0 0 15px 0;
	padding: 9px 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.left .faq h1 a:link, .left .faq h1 a:visited, .left .faq h1 a:hover, .left .faq h1 a:active, .left-box h1 a:link, .left-box h1 a:visited, .left-box h1 a:hover, .left-box h1 a:active, .kontakt-box h1 a:link, .kontakt-box h1 a:visited, .kontakt-box h1 a:hover, .kontakt-box h1 a:active, .forside-box h1 a:link, .forside-box h1 a:visited, .forside-box h1 a:hover, .forside-box h1 a:active {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
.faq {
	position: relative;
	padding: 0 10px 17px 10px;
	margin: 0 0 20px 0;
	background: #fff url(../images/bg-faq.png) repeat-x top;
}
.left .faq p {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #d4d4d4;
	color: #0a2153;
}
.left .faq a:link, .left .faq a:visited, .left .faq a:hover, .left .faq a:active {
	margin: 0;
	padding: 0;
	color: #0a2153;
	text-decoration: none;
}

ul.sideMenu {
	padding: 0;
	margin: 0 0 20px 0;
	width: 218px;
	border: 1px solid #0a2153;
}
.left ul.sideMenu li {
	list-style-type: none;
	/*background: url(../images/sidemenu-li.png) repeat-x top;*/
	background: #070707 url(../images/arrow_sub.png) no-repeat top;
	padding: 0;
	height: 31px;
	border-top: 1px solid #2c4470;
}
.left ul.sideMenu li.sub {
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #2c4470;
	background: url(../images/sidemenu-li.png) repeat-x top;
}
.left ul.sideMenu li.subLast {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #2c4470;
	background: url(../images/sidemenu-li.png) repeat-x top;
}
.left ul.sideMenu li.ifsub {
	list-style-type: none;
	background: #070707 url(../images/arrow_sub.png) no-repeat top;
	padding: 0;
}

.left ul.sideMenu li#title {
	color: #0090db;
	font: bold 15px/130% Arial, Helvetica, sans-serif;
	padding: 1px 0;
	border-top: 1px solid #b9b9b9;
	background: none;
}
.left ul.sideMenu li a {
	text-decoration: none;
	color: #a5b2cf;
	padding: 9px 0 9px 10px;
	font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}
.left ul.sideMenu li a:hover {
	color: #fff;
	font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 9px 0 9px 10px;
}
.left ul.sideMenu li a.act {
	color: #fff;
	font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 9px 0 9px 10px;
	background: url(../images/sidemenu-li.png) repeat-x top;
}
.left ul.sideMenu li.sub a:hover, .left ul.sideMenu li.subLast a:hover {
	line-height: 130%;
	display: block;
	padding: 7px 0 7px 8px;
}

.left ul.sideMenu li.sub a {
	text-decoration: none;
	color: #a5b2cf;
	padding: 7px 0px 7px 8px;
	margin: 0 10px;
	display: block;
	text-transform: none;
	font: normal 12px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.left ul.sideMenu li.subLast a {
	text-decoration: none;
	color: #a5b2cf;
	padding: 7px 0px 7px 8px;
	margin: 0 10px;
	line-height: 130%;
	display: block;
	text-transform: none;
}
.left ul.sideMenu li.sub a:hover, .left ul.sideMenu li.sub a.act, .left ul.sideMenu li.subLast a:hover, .left ul.sideMenu li.subLast a.act {
	color: #fff;
	line-height: 130%;
	display: block;
}
#news {
	padding-top: 15px;
}

.articles { 
	padding: 10px; 
}
.footer-img {
	position: absolute;
	width: 100%;
	height: 52px;
	bottom: 59px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	z-index: 1;
}

.footer {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	border-top: 1px solid #d0d0d0;
	background: #fff;
}
.footer p {
	font: normal 11px/130% Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}
.footer a { 
	color: #0a2153;
	text-decoration: none;
}
.footer a:hover { 
	color: #0a2153; 
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

* .clearfix {
	height: 1%;
}
/* Flexible Forside Begin */
.forside-box1, .forside-box2 {
	float: left;
	width: 342px;
}
.forside-box2 {
	float: right;
}
.forside-box1 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image, .forside-box2 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 11px;
}
.forside-box1 p, .forside-box2 p {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #d4d4d4;
	color: #0a2153;
}
.forside-box1 p a, .forside-box2 p a {
	color: #0A2153;
}

/* Flexible Forside End */


/* Flexible Kontakt Begin */
.kontakt-box1 {
	float: left;
	padding: 0;
	margin: 0;
	width: 164px;
}
.kontakt-box2 {
	float: right;
	width: 470px;
	padding: 0 0 15px 0;
}
/* Flexible Kontakt End */

/* Frame Begin */
.border {
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0 20px 15px 20px;
	background: url(../images/bg-border.png) repeat-x top
}

.border-bottom {
	border-bottom: 1px solid #d4d4d4;
}
/* Flame Kontakt End */

/* Newsletter Begin */
#wrapper-newsletter {
	position: relative;
	width: 398px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#header-newsletter {
	width: 398px;
	height: 111px;
	margin: 0;
	padding: 0;
	background: url(../images/header-newsletter.png);
}
.content-newsletter {
	width: 328px;
	background: url(../images/menu.png) repeat-x bottom;
	margin: 0 auto;
	padding: 20px 25px 15px 35px

}
/* Newsletter End */


.date {
	position: absolute;
	width: 300px;
	height: 24px;
	right: 20px;
	top: 50px;
	text-align: right;
}
.date p {
	float: right;
}
.date span {
	color: #c2ae87;
	padding: 0 5px  0 0;
}
.footer-nyhedsbrev {
	position: absolute;
	width: 530px;
	height: 24px;
	bottom: 0;
	margin: 0;
	padding: 8px 0 0 0;
	background: #000;
}
.footer-nyhedsbrev p {
	font: normal 12px/130% Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header-nyhedsbrev {
	text-align: right;
	padding: 20px 20px 0 0;
	border: none;
	height: 62px;
	background: #000;
}
#content-nyhedsbrev {
	padding: 20px 0 40px 0;
}
#content-nyhedsbrev h1 {
	color: #000;
	font: small-caps normal 20px/130% Georgia, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}
#content-nyhedsbrev p {
	padding: 0 0 15px 0;
	color: #000;
}
#content-nyhedsbrev a {
	color: #000;
}
#content-nyhedsbrev ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #8a7652;
}
#content-nyhedsbrev ul li{
	margin: 0;
	padding: 2px 0 2px 33px;
	list-style-type: none;
	border-top: 1px solid #8a7652;
	background: url(../images/leave.png) no-repeat 4px center;
	font: small-caps normal 17px/130% Georgia, "Times New Roman", Times, serif;
}
#content-nyhedsbrev ul li a{
	margin: 0;
	padding: 0;
	font: small-caps normal 17px/130% Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

/* FE Login Begin */
.forside_login {
	position: absolute;
	width: 155px;
	height: 155px;
	top: 230px;
	right: 10px;
}
.forside_login h3 {
	color: #017a19;
	font: bold 16px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}
.forside_login form fieldset {
	border: none;
}
.forside_login form fieldset legend {
	display: none;
}
.forside_login form fieldset span {
	display: block;
	padding: 5px 0 10px 0;
}
.forside_login div {
	display: block;
	padding: 0 0 10px 0;
}
.forside_login form fieldset label {
	display: block;
	width: 70px;
	float: left;
	padding:3px 0 0 4px;
}
.forside_login form fieldset input {
	width: 73px;
	border:0px solid #d1d1d1;
	background: none;
	color: #666;
	padding: 0;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.forside_login form fieldset input[type="image"] {
	width: 58px;
	border: none;
	padding: 0;
}
div.login-box {
	background: url(../images/bg-login.png) no-repeat;
}
/* FE Login End */

.search {
	position: absolute;
	right: 0;
	top: -53px;
}
.search label {
	display: block;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	color: #82a10e;
}
.left-box label, .faq-padding-left label {
	display: block;
	padding: 0 0 10px 0;
}

.search input#sword {
	width: 205px;
	height: 14px;
	background: url(../images/bg-search.png);
	border: none;
	padding: 5px;
	margin: 0 7px 0 0;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
}
.left-box input#sword, .faq-padding-left input#sword {
	width: 236px;
	height: 14px;
	background: url(../images/bg-search-1.png);
	border: none;
	padding: 5px;
	margin: 0 15px 0 0;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
}
.kompas-sticker {
	position: absolute;
	width: 195px;
	height: 224px;
	background: url(../images/kompas-sticker.png);
	right: 20px;
	top: 10px;
}
.pas-sticker {
	position: absolute;
	width: 195px;
	height: 224px;
	background: url(../images/pas-sticker.png);
	right: 20px;
	top: 10px;
}
table.contenttable h3 {
height: auto;
}
table.contenttable h3 a {
        font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0A2153;
        border-top:1px solid #D4D4D4;
        padding: 5px 15px 5px 0;
display: block;
background:transparent url(../images/plus.png) no-repeat scroll right 8px;
}
.odd a,.even a{
    color:#0A2153;
}


.right ol li h2 a, .right ul li h2 a {
    color:#0A2153;
}

.right ol li h3 a, .right ul li h3 a {
    color:#0A2153;
}

.right ol li, .right ul li {
	list-style-image : url(../images/bg-li.png);
	background : none;
	padding-left : 0;
}


.right-content-wrap {
	width:auto;
}

.right {
	overflow:none;
	overflow-y:scroll;
	position:relative;
}

.news-list-container {
	width : 490px !important;
}

.right h3 {
	color:#0A2153;
}


span.required {
	color : red;
}

.otherside_login {
/*	position: inherit;*/
	/*width: 155px;
	height: 155px;*/
/*	top: 230px;
	right: 10px;*/
/*	background:red;*/
}
.otherside_login h3 {
	color: #017a19;
	font: bold 16px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}
.otherside_login form fieldset {
	border: none;
}
.otherside_login form fieldset legend {
	display: none;
}
.otherside_login form fieldset span {
	display: block;
	padding: 5px 0 10px 0;
}
.otherside_login div {
	display: block;
	padding: 0 0 10px 0;
}

* html .tx-felogin-pi1 {
	position : relative;
	top : 0;
	left : 0;
}
.otherside_login form fieldset label {
	display: block;
	width: 70px;
	float: left;
	padding:3px 0 0 4px;
}
.otherside_login form fieldset input {
	width: 73px;
	border:0px solid #d1d1d1;
	background: none;
	color: #666;
	padding: 0;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.otherside_login form fieldset input[type="image"] {
	width: 58px;
	border: none;
	padding: 0;
}

.otherside_login .felogin-login-button {
	text-align : left;
}
