body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	background-image:url(/imgs/design/bg.gif);
	background-repeat:repeat-x;
	background-color:#00b0d8;
}

div.logoAndStars {
	width:950px;
	margin:0px auto;
	padding:20px 43px 0px 43px;
	
	background-image:url(/imgs/design/logo_and_stars.gif);
	background-repeat:no-repeat;
}
a.logoLink {
	display:block;
	width:253px;
	height:27px;
	margin:35px 0px 33px 7px;
}


div.languages {
	height:20px;
	padding-right:10px;
	
	background-image:url(/imgs/design/languages_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	
	color:#00214d;
	font-size:10px;
	font-family:Verdana;
	text-align:right;
}
div.languages img {
	margin-left:9px;
}

div.content {
	width:930px;
	margin:0px auto;
	
	padding:10px;
	
	background-color:white;
}
div.contentTop {
	width:930px;
	height:195px;
	
	margin:1px 0px 10px 0px;
	
	background-image:url(/imgs/design/content_top.png);
	background-repeat:no-repeat;
}
td.content {
	width:640px;
	padding:10px;
	
	background-image:url(/imgs/design/content_bg.gif);
	background-repeat:no-repeat;
}
td.contentHighlights {
	width:260px;
}

div.menu {
	height:25px;
	padding-top:13px;
	
	background-image:url(/imgs/design/menu_bg.gif);
	background-repeat:repeat-x;
}
div.menu a {
	display:block;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	
	padding:0px 15px 11px 15px;
}
div.menu a:hover {
	color:#1ad5ff;
}
div.menu a.selected {
	color:#1ad5ff;
	
	background-image:url(/imgs/design/menu_selected.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

div.bottom {
	width:950px;
	height:32px;
	padding-top:10px;
	margin-bottom:25px;
	
	background-image:url(/imgs/design/bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	color:white;
	font-family:Arial;
	font-size:11px;
}
div.bottom a {
	color:white;
	text-decoration:none;
}
div.bottom a:hover {
	text-decoration:underline;
}


div.yellowBox {
	width:260px;
	
	margin-bottom:10px;
	
	background-image:url('/imgs/design/box_yellow_top.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff1ce;
}
div.yellowBox h1 {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#775500;
	
	background-image:url(/imgs/design/box_yellow_arrow.gif);
	background-repeat:no-repeat;
	background-position:13px 14px;
	
	padding:10px 13px 6px 33px;
	margin:0px;
}
div.yellowBox p {
	font-family:Arial;
	font-size:11px;
	color:#775500;
	
	margin:7px 0px;
	padding:0px 4px 0px 13px;
}
div.yellowBox div.hr {
	height:6px;
	margin:0px 13px;
	
	font-size:1px;
	
	background-image:url(/imgs/design/box_yellow_hr.gif);
	background-repeat:repeat-x;
}
div.yellowBox input[type=text], div.yellowBox input[type=password] {
	border:1px solid #decea5;
	width:150px;
}
div.yellowBox input[type=image] {
	margin:4px 13px 8px 13px;
}

div.blueBox {
	width:260px;
	
	background-image:url('/imgs/design/box_blue_top.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ebf9ff;
}
div.blueBox h1 {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#001e49;
	
	background-image:url(/imgs/design/box_blue_arrow.gif);
	background-repeat:no-repeat;
	background-position:13px 14px;
	
	padding:10px 13px 7px 33px;
	margin:0px;
}
div.blueBox p {
	font-family:Arial;
	font-size:11px;
	color:#000;
	
	margin:0px;
	padding:0px 4px 0px 13px;
}
div.blueBox div.hr {
	height:2px;
	margin:0px 13px;
	
	font-size:1px;
	
	background-image:url(/imgs/design/box_blue_hr.gif);
	background-repeat:repeat-x;
}
div.blueBox td {
	padding-top:13px;
}
div.blueBox a {
	display:block;
	
	text-decoration:none;
	font-family:Arial;
	font-size:15px;
	color:#001E49;
	
	margin:0px;
	padding:3px 4px 3px 13px;
	
}
div.blueBox a:hover, div.lightgreenBox a.selected {
	font-weight:bold;
}

div.supportBox {
	width:260px;
	height:159px;
	
	background-image:url('/imgs/design/box_support.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ebf9ff;
	
	margin-top:10px;
}
div.supportBox h1 {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#001e49;
	
	background-image:url(/imgs/design/box_support_arrow.gif);
	background-repeat:no-repeat;
	background-position:13px 14px;
	
	padding:10px 13px 7px 33px;
	margin:0px;
}
div.supportBox p {
	text-align:right;
	font-family:Arial;
	font-size:11px;
	line-height:15px;
	color:#000;
	
	margin:18px 0px 0px 0px;
	padding:0px 13px 0px 13px;
}
div.supportBox p strong {
	color:#001e49;
	
	padding:0px 0px 0px 7px;
	
	background-image:url(/imgs/design/box_support_dot.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
div.supportBox a {
	color:#00b0d8;
}
div.supportBox div.hr {
	height:2px;
	margin:0px 13px;
	
	font-size:1px;
	
	background-image:url(/imgs/design/box_support_hr.gif);
	background-repeat:repeat-x;
}
	

/* Standard skrift og billeder */
img{border:0px}
h1 {
    font-family:Arial, Verdana;
    font-size:26px;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:2px;
    color:black;
}
h2 {
    font-family:Arial, Verdana;
    font-size:16px;
    margin-top:25px;
    margin-bottom:10px;
    padding-left:2px;
    color:black;
}
h3 {
    font-family:Arial, Verdana;
    font-size:18px;
    margin-top:20px;
    margin-bottom:10px;
    padding-left:2px;
    color:black;
    font-weight:normal;
}
p {
    font-family:Arial, Verdana;
    line-height:16px;
    font-size:12px;
    margin-top:12px;
    margin-bottom:12px;
    padding-left:2px;
    color:black;
}

p.price {
	text-align:right;
	padding:5px 0px;
}

a {
	color:#00b0d8;
}

/* p in tables */
tr.marked {
    background-color:#ebf9ff;
}

td.content td p {
    margin:0px;
    margin-right:10px;
}

tr.title p {
    font-weight:bold;
    border-bottom:1px solid #ccc;
    margin-right:10px;
}

tr.row {
	background-image:url(/imgs/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
tr.row td {
	padding:4px 0px;
}

/* Sub functions */
td.sub_menu_top {
    background-image:url(/imgs/design/submenu_top.gif);
    height:24px;
    width:280px;
    font-size:11px;
    font-family:Verdana;
    font-weight:bold;
    color:white;
    padding-left:20px;
}
td.sub_menu_bg {
    background-image:url(/imgs/design/submenu_bg.gif);
    width:286px;
    font-size:11px;
    font-family:Verdana;
    color:black;
    padding:0px 8px;
    padding-top:3px;
}
td.sub_menu_bottom {
    background-image:url(/imgs/design/submenu_bottom.gif);
    width:300px;
    height:8px;
    font-size:1px;
}


/* Sub fanes */
td.sub_fane_left {
    background-image:url(/imgs/design/sub_fane_left.gif);
    width:9px;
    height:29px;
    font-size:1px;
    cursor:pointer;
}
td.sub_fane_right {
    background-image:url(/imgs/design/sub_fane_right.gif);
    width:9px;
    height:29px;
    font-size:1px;
    cursor:pointer;
}
td.sub_fane {
    background-image:url(/imgs/design/sub_fane.gif);
    height:29px;
    font-size:11px;
    font-family:Verdana;
    font-weight:bold;
    color:#8E8E8E;
    text-align:center;
    cursor:pointer;
    padding:0px 10px;
}
td.sub_faneSelected {
    background-image:url(/imgs/design/sub_fane.gif);
    height:29px;
    font-size:11px;
    font-family:Verdana;
    font-weight:bold;
    color:#BC0000;
    text-decoration:underline;
    text-align:center;
    cursor:pointer;
    padding:0px 10px;
}
td.sub_fane_spacer {
    width:6px;
    font-size:1px;
}
td.sub_fane_title {
    height:29px;
    font-size:12px;
    font-family:Verdana;
    font-weight:bold;
    color:black;
    text-align:center;
    cursor:pointer;
    padding:0px 10px 0px 20px;
}


#channelLoad {
	background-image:url(/imgs/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	height:60px;
}
