﻿*,* {
	margin: 0;
	padding: 0;
}

/***** ELEMENTS *****/

body {
	background: #efefef url('./img/Daleniumbakgrund.png'); 
	font: 11px 'Verdana';
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #e2001a;
}

a:hover {
	color: #0a71b4;
}

/***** MAIN LAYOUT *****/

#main {
	background: #fff url('./img/mainbg.png') repeat-y center 100px;
	width: 850px;
	margin: 0 auto;
	position: relative;
	padding: 155px 49px 0 0;
	overflow: hidden;
}

h1 a {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 239px;
	height: 96px;
	background: #fff url('./img/logo.png') no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	outline: 0;
}

#header {
	position: absolute; 
	top: 0;
	left: 0px;
	height: 180px;
	width: 930px;
	background: transparent url('./img/header.gif') no-repeat;
}

#mainNav {
	bottom: 0px;
	left: 220px;
	position: absolute;
	list-style: none;
} 

#mainNav a {
	display: block;
	float: left;
	margin: 0 35px 0 0;
	color: #000;
	font: bold 12px 'Trebuchet MS';
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav a.first {
	margin-right: 60px;
}

#subNavHem {
	left: 100px;
	list-style: none;
	background: transparent url('./img/subNavHem.png') no-repeat bottom left;
	width: 500px;
	height: 30px;
	padding: 0 0 0 5px;
	margin: 0 15px 10px 15px;
}

#subNavHem li {
	float: left;
}

#subNavHem li a {
	display: block;
	float: left;
	margin: 12px 0 0 0;
	height: 18px;
	color: #fff;
	font: bold 12px 'Verdana';
	text-decoration: none;
	padding: 0 10px;
}

#subNavAktiviteter {
	top: 2px;
	left: 200px;
	list-style: none;
	background: transparent url('./img/subNavAktiviteter.png') no-repeat bottom left;
	width: 500px;
	height: 30px;
	top: 185px;
	padding: 0 0 0 5px;
	margin: 0 15px 10px 15px;
}

#subNavAktiviteter li {
	float: left;
}

#subNavAktiviteter li a {
	display: block;
	float: left;
	margin: 12px 0 0 0;
	height: 18px;
	color: #fff;
	font: bold 12px 'Verdana';
	text-decoration: none;
	padding: 0 10px;
}

#subNavAktiviteter li a:hover {
	background: #f6a62e url('./img/subnav-hover.png') repeat-x top left;
}

#subNavOm {
	top: 2px;
	left: 200px;
	list-style: none;
	background: transparent url('./img/subNavOm.png') no-repeat bottom left;
	width: 500px;
	height: 30px;
	top: 185px;
	padding: 0 0 0 5px;
	margin: 0 15px 10px 15px;
}

#subNavOm li {
	float: left;
}

#subNavOm li a {
	display: block;
	float: left;
	margin: 12px 8px 0 0;
	height: 18px;
	color: #fff;
	font: bold 12px 'Verdana';
	text-decoration: none;
	padding: 0 10px;
}

#subNavOm li a:hover {
	background: #f6a62e url('./img/subnav-hover.png') repeat-x top left;
}

#subNavBokning {
	top: 2px;
	left: 200px;
	list-style: none;
	background: transparent url('./img/subNavBokning.png') no-repeat bottom left;
	width: 500px;
	height: 30px;
	top: 185px;
	padding: 0 0 0 5px;
	margin: 0 15px 10px 15px;
}

#subNavBokning li {
	float: left;
}

#subNavBokning li a {
	display: block;
	float: left;
	margin: 12px 0 0 0;
	height: 18px;
	color: #fff;
	font: bold 12px 'Verdana';
	text-decoration: none;
	padding: 0 10px;
}

#subNavBokning li a:hover {
	background: #f6a62e url('./img/subnav-hover.png') repeat-x top left;
}

#subNavButik {
	top: 2px;
	left: 200px;
	list-style: none;
	background: transparent url('./img/subNavButik.png') no-repeat bottom left;
	width: 500px;
	height: 30px;
	top: 185px;
	padding: 0 0 0 5px;
	margin: 0 15px 10px 15px;
}

#subNavButik li {
	float: left;
}

#subNavButik li a {
	display: block;
	float: left;
	margin: 12px 0 0 0;
	height: 18px;
	color: #fff;
	font: bold 12px 'Verdana';
	text-decoration: none;
	padding: 0 10px;
}

#subNavLinks {
	left: 100px;
	list-style: none;
	background: transparent url('./img/subNavLinks.png') no-repeat bottom left;
	width: 500px;
	height: 30px;
	padding: 0;
	margin: 0 15px 10px 15px;
}

#subNavlinks li {
	float: left;
}

#subNavLinks li a {
	display: block;
	float: left;
	margin: 12px 0 0 0;
	height: 18px;
	color: #fff;
	font: bold 12px 'Verdana';
	text-decoration: none;
	padding: 0 10px;
}

/***** COLUMNS *****/
 
#sidebar {
	float: left;
	width: 190px;
}

#content {
	float: left;
	width: 485px;
	margin-top: 20px;
}

#related {
	position: absolute; left: 675px; top: 180px;
	width: 140px;
	padding-left:34px;
}

#sidebar div {
	padding: 0 15px;
}

#content div {
	padding: 5px 0 0 30px;
}

#related div {
	padding: 0 0 0 0;
}

#logo
{
	width:130px;
	height:100px;
}

/***** FOOTER *****/

#footer {
	text-align: center;
	background: #f90505;
	height: 18px;	
	width: 900px;
	clear: both;
}

/***** SUBNAVIGATION *****/

/***** SPECIAL ELEMENTS *****/

#sidebar .section {
	border-bottom: 2px solid #222;
	padding: 10px 0 15px 0;
}

#sidebar .section.contact {
}

#sidebar h2 {
	padding: 0 0 6px 0;
	font: bold 15px 'Trebuchet MS';
	color: #39a962;
	text-transform: uppercase;
}

#sidebar h3 {
	padding: 0 0 3px 0;
	font: 10px 'Trebuchet MS';
	text-transform: uppercase;
}

#sidebar .section.first {
	padding: 25px 0 15px 0;
}

#sidebar .section.first h2 {
	color: #0a71b4;
}

#sidebar .section.first h3 {
	color: #0a71b4;
	font-size:11px;
	font-weight:bold;
}

#sidebar .section.prices h2 {
	color: #f90505;
}

#sidebar .section.information {
		border: 0;
}

#sidebar .section.information h2 {
	color: #ff6000;
}

#sidebar .section.information a {
	color: red;
}

#content h2 {
	font: normal 32px 'Trebuchet MS',Verdana;
}

#content h3 {
	font: bold 15px 'Trebuchet MS',Verdana;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content h4 {
	font: bold 13px 'Trebuchet MS',Verdana;
}

#content p. #content li {
	font: normal 14px 'Trebuchet MS';
}

#content ul {
	margin: 5px 0 15px 15px;
}

#content ul li a {
	display: block;
}

#eng {
	top: 165px;
	right: 105px;
	width: 30px;
	height: 20px;
	background: #0a71b4;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}

#content #activities {
	background: #e32219;
	list-style: none;
	float: right;
	padding: 5px 0px 10px 0px;
	margin: 15px 5px 5px 15px;
}

#activities li {
	margin: 5px 10px 0px 10px;
	padding: 0;
}

#activities li a {
	color: #fff;
	font: 11px Trebuchet MS;
	text-decoration: none;
	margin: 0;
}

#activities li a:hover {
	color:#f5b722;
}

#mainimage {

}

#padding {
	padding-left: 5px;
}

#logowidth {
	padding-left: 10px;
	width:130px;
}

#logowidth1 {
	padding-left: 10px;
	width:140px;
	color: #3b5998;
}

#time{
	position: absolute; 
	left: 1px; 
	top: 128px;
	width:150px;
}

#infotext{
	font-size:8.5px;
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
}

#visitkort{
	position:absolute;
	left: 190px;
	top: 400px;
	padding:o;
	margin:0;

}

#image{
width:100px;


}

