body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Tahoma", Arial, sans-serif;
	color: #5999D6;
}

#container {
	width: 900px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#header {
	width: 700px;
	background-image: url(header.jpg);
	height: 225px;
	text-align: left;
	float: right;
	background-repeat: no-repeat;
}

#sidebar {
	width: 200px;
	height: 365px;
	float:left;
}

#sidebarpicture {
	width: 200px;
	height: 168px;
	background-image: url(kystenshus.jpg);
	background-repeat: no-repeat;
	float: left;
}

#logo {
	width: 200px;
	height: 323px;
	float: left;
}

#content {
	width: 692px;
	height: 447px;
	float: right;
	padding: 4px; 
	overflow: auto;
}

#refpicture {
	width: 900px;
	height: 20px;
	clear: both;
	text-align:right;
	font-size: 1em; 
}

/*#contenttext {
	width: 670px;
	height: 447px;
	float: left;
	text-align: left; 
	overflow: auto;
}

#contentpicture {
	width: 490px;
	height: 200px;
	float: left;
	background-color: #FFFFFF;
}
*/

#footer {
	width: 884px;
	height: 43px;
	text-align: center;
	clear: both;
	border-top: 1px solid #5999D6;
	font-size: 1.2em;
	padding: 8px;
}

/*Stiler*/
p { 
	font-size: 1.4em;
	margin-right: 4px;
	margin-left: 4px; 
	margin-top: 0;
}

h1 { 
	font-size: 1.8em;
	font-family: "Kozuka Gothic Pro R", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 0;
}

h2 { 
	font-size: 1.4em;
	margin-left: 4px;
	margin-bottom: 0;
}

h3 { 
	font-size: 1.4em;
	margin-left: 4px;
	margin-bottom: 0;
	font-weight: normal;
}

h4 { 
	font-size: 1.2em;
	margin-left: 4px;
	font-style: italic;
	font-weight: normal;
}

#itemlist {
	list-style-type: disc;
	text-align: left;
}

#itemlist li {
	font-size: 1.4em;
}

pre.footer, a.footer {
	font-family: "Tahoma", Arial, sans-serif;
}

pre.content, a.content {
	font-size: 1.2em;
	margin-left: 4px;
	font-style: italic;
	font-weight: normal;
	font-family: "Tahoma", Arial, sans-serif;
}

img.figur { 
	margin: 20px 440px 20px 30px; 
}

img.content { 
	margin: 0 150px 0 4px; 
}
/*
img.konsern { 
	float: right;
	margin: 3px 0px 3px 3px; 
}
*/
/*tabeller*/

#table { 
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px; 
	empty-cells: show;
	font-size: 1.4em;
	color: #04708C;
}
/*
table.turkis { 
	color: #04708C;
}

table.green { 
	color: #668331;
}

table.marin { 
	color: #013B7B;
}
*/

/*Lenker*/
a {
	color: #5999D6;
}

#navlist {
padding-left: 0;
margin-left: 0;
}

#navlist li {
	list-style: none;
	padding: 0.55em;
	text-align: right;
}

#navlist li a {
	text-decoration: none;
	font-size: 1.8em;
	font-family: "Kozuka Gothic Pro R", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}

a:hover {  
	color: #B41531;
}
 

/*acronym { 
	text-decoration: none; 
	cursor: help; 
}
*/