body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
	background: #fff;
}

form {
    margin: 0px;
    padding: 0px;
}
button {
    overflow: visible;
}

a {
    color: #000;
}
a img {
    border: none;
    display: block
}

#page {
	margin: 0px auto 20px;
}

#header {
    position: relative;
	height: 132px;
}

/* Header logo */
#header h1 {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 20px;
    left: 27px;
	text-indent: -999px;
	width: 391px;
	height: 77px;
	background: url(/gfx/default/newlogo.jpg) no-repeat;
    overflow: hidden;
    cursor: pointer; 
}

/* Login box */
#header .loginbox {
    position: absolute;
    background: url(/gfx/default/login_bg.gif) no-repeat;
    top: 0px;
    left: 575px;
    width: 403px;
    height: 83px;
}
#header .loginbox #username, #header .loginbox #password {
    position: absolute;
    top: 15px;
    left: 19px;
    padding: 3px 4px 1px;
    width: 170px;
    height: 16px;
    font-size: 11px;
    font-family: tahoma, serif;
    line-height: 13px;
    color: #333;
    border: none;
    background: #ffffff;
    border: solid 1px #acc7db;
}
#header .loginbox #password {
    left: 203px;
}
#header .loginbox .misc {
    position: absolute;
    top: 38px;
    left: 16px;
    font-size: 12px;
    color: #333;
}
#header .loginbox .misc a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
#header .loginbox .login {
    position: absolute;
    top: 43px;
    /*right: -6px;*/
    right: 14px;
    cursor: pointer;
    text-transform: uppercase;
}
#header .loginbox .identity {
    text-align: right;    
}
#header .loginbox .identity p {
    margin-top: 10px;
    margin-right: 10px;
}
#header .loginbox .identity .button {
    margin-right: 0px;
    float: right;
}

/* Top navigation */
#navigation {
    position: absolute;
    top: 98px;
    left: 0px;
    width: 979px;
    height: 39px;
	background: url(/gfx/default/navigation-bg.gif) no-repeat;
}
#navigation ul {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    height: 32px;
    list-style: none;
}
#navigation ul li {
    margin: 0px;
    /*padding: 0px 26px 0px 24px;*/
    padding: 0px 24px 0px 20px;
    height: 32px;
    float: left;
	background: url(/gfx/default/navigation-item-bg.gif) no-repeat top right;
}
#navigation ul li a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #06314a;
    line-height: 32px;
}
#navigation ul li.selected, #navigation ul li:hover {
    background-position: bottom right;
}
#navigation ul li.last {
	background-position: top left;
}
#navigation ul li.last.selected, #navigation ul li.last:hover {
	background-position: bottom left;
}

/* Content Area */
#content {
    margin-bottom: 0px;
}

/* Menu */
#main-menu h4 {
    margin: 0px;
    padding: 0px 0px 0px 8px;
    line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #999
}
#main-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#main-menu ul li {
    margin: 0px;
    padding: 0px;
}
#main-menu ul li a {
    margin: 0px;
    padding: 0px 0px 0px 8px;
    display: block;
    line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: url(/gfx/default/menutile.png) repeat-x;
}
#main-menu ul li.selected a, #main-menu ul li a:hover {
	background-position: 0px -30px;
}

/* News ticker */
.newsticker {
    position: relative;
	padding: 4px;
	overflow: hidden;
	height: 24px;
}
.newsticker h3 {
    margin: 0px;
	padding: 0px 5px;
    position: absolute;
    top: 5px;
    left: 5px;
	width: 85px;
	height: 22px;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: url(/gfx/default/10px-tickerbg.png) repeat-x;
}
.newsticker ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 5px;
    left: 105px;
    list-style: none;
}
.newsticker ul li {
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
	font-size: 12px;
}
.newsticker ul li a {
    color: #000;
    text-decoration: none;
}

/* Teasers */
.teaser {
	padding: 0px;
}
.teaser .box {
}

.teaser .box .boxhead {
    height: 32px;
    background: url(/gfx/default/box.gif) no-repeat top left;
}
.teaser .box .boxhead h3 {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    line-height: 32px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    background: url(/gfx/default/box.gif) no-repeat top right;
}
.teaser .box .boxtop {
    height: 9px;
    background: url(/gfx/default/box.gif) no-repeat left -32px;
}
.teaser .box .boxtop .boxfix {
    margin-left: 15px;
    height: 9px;
    background: url(/gfx/default/box.gif) no-repeat right -32px;
}

.teaser .box .boxbodyNoheader {
    /*padding: 5px 5px 0px;*/
	padding: 3px 4px 0px;
    border-left: 1px solid #c6d6e2;
    border-right: 1px solid #c6d6e2;
    clear: left;    
    min-height: 181px;    
    height: 182px;
}

.teaser .box .boxbody {
    /*padding: 5px 5px 0px;*/
	padding: 3px 4px 0px;
    border-left: 1px solid #c6d6e2;
    border-right: 1px solid #c6d6e2;
    clear: left;    
    min-height: 159px;    
    height: 154px;
}


.teaser .box .boxbody h3 {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
}
.teaser .box .boxbody p {
    margin: 0px;
    padding: 0px 0px 5px;
}
.teaser .box .boxbody p a {
    margin-top: 10px;
    color: #0e74af;
    font-size: 12px;
    font-weight: bold;
}
.teaser .box .boxbody p a.button {
    color: #000;
    font-weight: normal;
}
.teaser .box .boxfooter {
    /*height: 9px;
    background: url(/gfx/default/box.gif) no-repeat bottom left;*/
	margin-top:-5px;
	height: 9px;
    background: url(/gfx/default/box_a.gif) no-repeat bottom left;
}
.teaser .box .boxfooter .boxfix {
  	margin-left: 15px;
    height: 9px;
    background: url(/gfx/default/box_a.gif) no-repeat bottom right;    
	/*margin-left: 15px;
    height: 9px;
    background: url(/gfx/default/box.gif) no-repeat bottom right;*/
}

/* Button */
a.button {
    background: transparent url(/gfx/default/button_ab.gif) no-repeat scroll top right;
    float: left;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    margin-right: 6px;
    padding-right: 15px;
    text-decoration: none;
    cursor: pointer;
}
a.button span {
    background: transparent url(/gfx/default/button_span.gif) no-repeat;
    display: block;
    line-height: 11px;
    padding: 5px 0 4px 15px;
}
a.button:active {
    background-position: bottom right;
    outline: none;
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 3px 15px;
}

/* Newsletter signupbox */
#newsletterbox {
}
#newsletterbox input#email {
    margin-top: 10px;
    padding: 3px 4px 1px;
    width: 172px;
    height: 16px;
    font-size: 11px;
    line-height: 13px;
    color: #333;
    border: solid 1px #acc7db;
    background: #fff;
    font-family: tahoma, serif;
}

#newsletterbox .newsletterback {
	background: url(/gfx/default/nyheder_bg.gif) no-repeat;
	min-height: 140px;
	padding: 5px 5px 0;
}
#newsletterbox .newsletter_choices {
	margin-left: 10px;
	height: 140px;
	margin-top: 60px;
}

#newsletterbox a.button {
    width: 72px;
    margin-left: 95px;
    text-align: center;
    text-transform: uppercase;
}
#newsletterbox p.choice {
    padding-bottom: 0px;
    color: #0e74af;
    font-weight: bold;
}
#newsletterbox p.choice input {
    margin: 0px 3px 0px 0px;
    padding: 0px;    
}

#newsletterCancelDiv {
	 font-size: 11px;
	 _margin-top: -10px;
}

/* FOOTER LINKS */
#footer {
    margin-top: 0px;
}
div.footerLinksHolder {
    border: 0px solid red;
    min-height: 50px;
    padding-bottom: 10px;
}
div.footerLinksHead {
    border-bottom: 1px solid #ccc;
    height: 20px;
    margin: 0 0 10px 0;
}
div.footerLinksHead span {
    color: #212121;
    font-size: 11px;
    font-weight: bold;
}
div.footerLinksInner {
    border: 0px solid yellow;
    min-height: 50px;
    padding: 15px 0px;
    width: 984;
    text-align: left;
}
div.footerLinksInner ul {
    border: 0px solid green;
    float: left;
    margin: 0px;
    padding: 0;
    width: 145px;
}
div.footerLinksInner ul li {
    background-image: url(/gfx/default/arrow.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    list-style: none;
    padding: 0 0 4px 10px;
}
div.footerLinksInner ul li h4, div.footerLinksInner ul li h4 a, div.footerLinksInner ul li h4 a:visited {
    color: #212121;
    font-family: Arial, "Trebuchet MS", Sans-Serif;
    font-weight: normal;
    font-size: 10px;
    margin: 0;
    text-decoration: none;
}
div.footerLinksInner ul li h4 a:hover {
    color: #000000;
    text-decoration: underline;
}
a.footerLinkInBottomBar {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

div #bottomBarTextLabels {
	 margin-left: 10px;
	 padding-top: 12px;
	 width: 950px;	
}

div #bottomBarLeftText {	
	float: left;
}

div #bottomBarRightText {	
	text-align: right;
		
}


/* Sidebar */
#sidebar .teaser {
    margin-bottom: 11px;
}

/* Video teaser */
#video .boxbody {
	padding: 3px 4px 0px;
    border-left: 1px solid #c6d6e2;
    border-right: 1px solid #c6d6e2;
    clear: left;    
    min-height: 159px;    
    height: 154px;
    text-align:center;
}

#video .boxbody .videoboxcontent {
    padding-top: 40px;    
}

#video .thumb {
    border: 1px solid #c6d6e2;
}
#video #videobig {
    position: relative;
    top: 10px;
    left: 15px;
    width: 217px;
    height: 154px;
}

#video img {
	position: relative;
    height: 115px;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}

#video #videobig .play {
    position: absolute;
    top: 37px;
    left: 59px;
    z-index: 5;
}
#video .videosmall {
    position: absolute;
    left: 225px;
    width: 257px;
    height: 68px;
    overflow: hidden;
}
#video .videosmall .image {
    width: 94px;
    height: 68px;
    float: left
}
#video .videosmall .text {
    float: left;
    width: 158px;
    height: 68px;
}
#video .videosmall .play {
    position: absolute;
    top: 17px;
    left: 26px;
    z-index: 5;
}
#video .videosmall h4 {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: bold;
}
#video #videosmall1 {
    top: 50px;
}
#video #videosmall2 {
    top: 125px;
}

/* Login form */
.login p.error {
	padding: 2px 4px;
	background: #ff9090;
	width: auto;
}
.login fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.login legend {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.login ol {
	margin: 30px 0px;
	padding: 0px;
	list-style: none;
}
.login ol li {
	margin: 0px 0px 20px;
	padding: 0px;
}
.login label {
	position: relative;
	margin: 3px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	width: 120px;
	font-size: 12px;
	float: left;
	display: block;
}
.login label strong {
	position: absolute;
	top: 0px;
	left: 345px;
	width: 200px;
	color: #666;
	text-align: left;
}
.login input {
	width: 200px;
	height: 14px;
	font-size: 11px;
	line-height: 14px;	
}
.login input#submit {
	margin-left: 130px;
	width: auto;
	height: auto;
}

/* Gallery */
.gallery h2 {
	position: relative;
    padding: 0px 5px;
    font-size: 22px;
    font-weight: normal;
    font-family: Tahoma, Verdana, Sans-serif;
}
.gallery .pagination {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 12px;
	font-weight: bold;
}

/* Article */
.article h2 {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: normal;
    font-family: Tahoma, Verdana, Sans-serif;
}
.article h4 {
    margin-bottom: 5px;
    color: #888;
    font-size: 12px;
}
.article p {
    padding: 5px 0px;
    font-size: 12px;
    line-height: 17px;
}
.partnertext {
    font-size: 11px;
    font-weight: bold;
    color: #212121;
    font-family: Tahoma, Verdana, Sans-serif;
}
.articleBottomLine {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}

