﻿@import "screen.css";

body.frontpage div#content
{
	background-image: url(/images/forside/bg_frontpage.gif);
	padding-left: 15px;
	margin: 0px;
	width: 975px;
	position: relative;
	z-index: 1;
}

body.frontpage div#main
{
	width: 630px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	margin-right: 27px;
	position: relative;
	z-index: 1;
}

div#notfound
{
	background: #F90 url(/images/forside/alert.png) 12px 10px no-repeat;
	color: #FFF;
	font-size: 1.1em;
	padding: 5px 12px 12px 65px;
	line-height: normal;
}

div#notfound h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div#notfound p
{
	margin: 10px 0px 0px 0px;
	line-height: normal;
}

div#notfound p.luk
{
	position: absolute;
	top: 10px;
	right: 12px;
	margin: 0px;
	text-transform: uppercase;
}
div#main div#notfound a,
div#main div#notfound a:hover,
div#main div#notfound a:active,
div#main div#notfound a:visited
{
	color: #FFF;
}


body.frontpage div#udbydesnu img
{
	position: absolute;
	top: 105px;
	right: 0px;
	z-index: 1;
}
/*
body.frontpage div#maintop
{
	background-color: #DBE3E9;
	margin: 0px;
	border-top: 1px solid #C2CAD0;
	border-bottom: 1px solid #B0BBC3;
}

body.frontpage div#maintop a
{
	text-decoration: none;
	cursor: pointer;
}


body.frontpage div#maintop h2
{
	color: #303D66;
	font: bold 1.9em helvetica,arial,sans-serif;
	height: 96px;
	margin: 0px;
	padding: 12px 0px 0px 8px;
}

body.frontpage div#maintop div.list
{
	background-color: #A1CAE9;
	border-bottom: 10px solid #75A0C4;
	margin: 13px 10px 10px 10px;
	padding: 10px;
	width: 205px;
	float: left;
}

body.frontpage div#maintop div.list h3
{
	color: #303852;
	font-size: 1.5em;
	margin: 3px 0px 10px 0px;
}

body.frontpage div#maintop div.list ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body.frontpage div#maintop div.list ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

body.frontpage div#maintop div.list ul li a
{
	background: url("/images/forside/hor_arrow.png") no-repeat;
	display: block;
	padding: 1px 0px 6px 20px;
	color: #303252; 
	text-decoration:  underline; 
}

body.frontpage div#maintop div.list ul li a:hover
{
	color: #61879f; 
	text-decoration:  none; 
}


body.frontpage div#mainbottom
{
	border-top: 1px solid #DBE3E9;
	padding-bottom: 2px;
	float:left;
	width: 100%;
}

body.frontpage div#mainbottom div#mainBottomContent
{
	float: left;
	width: 348px;
	padding: 2.5em;
	display: block;
	overflow: hidden;
}

body.frontpage div#mainbottom div#mainBottomContent div
{
	display:none;
}


body.frontpage div#mainbottom ul
{
	background: url("/images/forside/bg_frontpage_list.png");
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	position: relative;
	width: 229px;
	float: left;
}
body.frontpage div#mainbottom ul li
{
	color: #303D66;
	margin: 0px;
	padding: 6px 0px 11px 10px;
	height: 24px;
	overflow: hidden;
}
body.frontpage div#mainbottom ul li.first
{
	background: url("/images/forside/bg_frontpage_list_sel.png") no-repeat;
}
body.frontpage div#mainbottom #mainBottomContent div.first
{
	display: block;
}
body.frontpage div#mainbottom ul li#last
{
	background: #fff url("/images/forside/netopnu_skygge.png") no-repeat top right;
	height: 170px;
	margin-bottom: -2px;
}
body.frontpage div#mainbottom ul li h2
{
	font: normal 1.6em helvetica,arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
body.frontpage div#mainbottom ul li h2 a,
body.frontpage div#mainbottom ul li h2 a:hover 
{
	cursor: pointer;
	color: #303D66;
	text-decoration: none;
}
body.frontpage div#mainbottom div#mainBottomContent h3
{
	font: 2.6em lighter helvetica,arial,sans-serif;
	margin: 0 0 0.6em 0;
}

*/

body.frontpage dl {
	margin: 13px 5px 0px 5px;
	width: 160px;
	float: left;
}

body.frontpage dt
{
	background-color: #768187;
	color: #FFF;
	margin-bottom: 1px;
	padding: 4px;
}

body.frontpage dd
{
	background-color: #B2BFC8;
	margin: 0px 0px 5px 0px;
	padding: 2px 4px;
}



/* Inner list. Not needed anymore? */
body.frontpage ul#frontpagelist ol
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body.frontpage ul#frontpagelist ol li
{
	margin: 0px;
	padding: 0px 0px 25px 72px;
	height: auto;
}

body.frontpage ul#frontpagelist ol li p
{
	font-size: 0.9em;
}

body.frontpage ul#frontpagelist ol li.no1 
{
	background: url(/images/forside/1.png) no-repeat; 
}
body.frontpage ul#frontpagelist ol li.no2 
{
	background: url(/images/forside/2.png) no-repeat;
}
body.frontpage ul#frontpagelist ol li.no3 
{
	background: url(/images/forside/3.png) no-repeat; 
}
body.frontpage ul#frontpagelist ol li.no1,
body.frontpage ul#frontpagelist ol li.no2,
body.frontpage ul#frontpagelist ol li.no3 
{
	width: 94%;
}


body.frontpage div#related
{
	padding: 0px;
	width: 313px;
	overflow: hidden;
	margin: 0px;
	float: right;
	position: relative;
	top: -20px;	
	border-right: solid 2px #ffffff;
}

body.frontpage div#related div.frame
{
	background: url(/images/forside/frame314.png) no-repeat;
}

body.frontpage div#related div.otherCompanies {
	width: 307px;
	background-color: #e5e5e5;
	background-image: url(/images/forside/otherCompaniesBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: inherit;
	margin-left: 4px;
}

body.frontpage div#related div.otherCompanies h2 {
	height: 30px;
	background-color: transparent;
	background-image: url(/images/forside/otherCompaniesTop.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 1.2em;
	color: white;
}
body.frontpage div#related div.otherCompanies h2 span {
	padding-top: 7px;
	padding-left: 15px;
	/*display: none;*/
	float: left;
}


body.frontpage div#related div.frame ul.linkList {
	
}
body.frontpage div#related div.frame ul.linkList li {
	width: 50%;
	float: left;
}
body.frontpage div#related div.frame ul.linkList li a {
	background-image: none;
	padding-left: 0;
}

body.frontpage div#related a img {
	border: none;
}

body.frontpage div#related a.login {
	padding-left: 4px;
	margin-top: 20px;
	float: left;
}

.hidden {
	display: none;
}

/*********************
* Heading
******************************************/ 
#content .heading {
	width: 631px;
	border: none;
	background-color: white;
	color: inherit;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#content .heading a img {
	border: none;
	padding: 0;
}

#content .heading img {
	margin: 0;
	float: left;
}

#content object, #content embed {
	float: left;
	position: relative;
	z-index: -2;
}

/*********************
* Definition-list: properties
******************************************/ 
#content dl.properties {
	width: 631px;
	background-color: white;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 0;
	float: left;
	position: relative;
}

dl.properties dt {
	width: 605px;
	background-color: white;
	color: #7a0000;
	font-weight: bold;
	padding-left: 26px;
	float: left;
}


#content dl.properties dd {
	width: 605px;
	background-color: white;
	color: black;
	padding-top: 0;
	padding-left: 22px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	position: relative;
}

#content dl.properties dd {
	height: 130px;
}

#content dl.properties dd.expanded {
	height: auto;
}

dl.properties dd a.toggler {
	width: 15px;
	height: 15px;
	background-image: url(/images/forside/expandCollapse.gif);
	position: absolute;
	top: 6px;
	left: 0;
	cursor: pointer;
}

dl.properties dd a.toggler span {
	display: none;
}

dl.properties dd a.toggler {
	background-position: 0 15px;
}

dl.properties dd.expanded a.toggler {
	background-position: 0 0;
}

dl.properties .description {
	background-image: url(/images/forside/propertiesBg.png);
	background-repeat: repeat-x;
	width: 285px;
	padding: 10px;
	float: left;
}

#content dl.properties dd .description h3 {
	width: 600px;
	height: 22px;
	background-color: inherit;
	background-image: url(/images/forside/opacityTop.png);
	background-repeat: no-repeat;
	color: #002f49;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0;
	float: left;
	position: relative;
	left: -10px;
	top: -10px;
	z-index: 2;
}

#content dl.properties dd .description a {
	height: 15px;
	background-image: url(/images/forside/hor_arrow.png);
	background-repeat: no-repeat;
	text-decoration: underline;
	white-space: nowrap;
	padding-top: 1px;
	padding-left: 22px;
	clear: both;
	float: left;	
}

#content dl.properties dd a.sound {
	background-image: url(/images/forside/speaker.gif);
	background-position: 1px 2px;
}

#content dl.properties dd a.sm2_playing {
	background-image: url(/images/forside/speakerNoPlay.gif);
}

dl.properties dd ul {
	list-style-type: none;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}

dl.properties dd ul li {
	margin: 0;
}

dl.properties dd ul li span {
	font-weight: bold;
}


/* Branding
--------------------------------------------*/
dl.properties .branding {
	width: 305px;
	float: left;
	overflow: hidden;
	position: absolute;
	right: -2px;
	top: 0;
	z-index: 1;
}

#content dl.properties a.order {
	width: 85px;
	height: 85px;
	background-color: transparent;
	background-image: url(/images/forside/bestilProspekt.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	border: none;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
}
dl.properties a.order span {
	background-color: transparent;
	border: none;
	color: white;
	position: relative;
	top: 26px;
}

dl.properties .branding .vignette {
	width: 70px;
	height: 100%;
	background-image: url(/images/forside/vignette.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
	float: left;
	position: absolute;
}

dl.properties .branding img {
	float: right;
}


/*********************
* Focus
******************************************/ 
.focus {
	width: 631px;
	background-color: #caddec;
	background-image: url(/images/forside/focusBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: inherit;
	float: left;
}

#content .focus .heading {
	border-bottom: 1px solid white;
	height: 124px;	
}

.column {
	width: 294px;
	border-left: 1px solid white;
	padding: 10px;
	float: left;
}

.column.first {
	border-left: none;
	border-right: 1px solid #c9d3dc;
}

.column p {
	display: inline;
}

.column img {
	float: right;
}

