body
{
	background: #C8D7E5;
	margin: 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

/* site structure */
#top
{
	position: absolute;
	top: 0px;
	background: #C8D7E5 url('images/logobg.gif');
	width: 99.8%;
	height: 74px; /* Incorrect value fed to ie5win */
	}
body>#top {
	height: 74px; /* Correct for CSS2 browsers. */
	}	

#logo
{
	position: absolute;
	top: 0px;
	background: url('images/logo.gif') no-repeat;
	width: 99.8%;
	height: 74px; /* Incorrect value fed to ie5win */
}

#topmenu
{
	position: absolute;
	top: 47px;
	left: 50px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#no
{
	position: absolute;
	top: 0px;
	left: 520px;
	padding: 0px;
	margin: 0px;	
}

#en
{
	position: absolute;
	top: 0px;
	left: 540px;
	padding: 0px;
	margin: 0px;	
}

#left
{
	position: absolute;
	top: 74px;
	left: 0px;
	background: #C8D7E5 url('images/fiskbgv.gif') no-repeat;
	margin-top: 0px;
	width: 170px; /* Incorrect value fed to ie 5.x-6.x win */
}

		
#producticon
{
	position: absolute;
	top: 18px;
	left: 15px;
	width: 137px;
	height: 84px;
	margin: 0px;
}

#links
{
	position: absolute;
	top: 101px;
	left: 15px;
	width: 137px;
	padding: 5px;
	background: #ffffff;
	filter: Alpha(Opacity=65);
	-moz-opacity:0.65;
}

#links a, #links a:hover, #links a:active
{
	font-weight: bold;
}

.whitebox
{
	background-image: url('images/whiteboxbg.gif');
	border: 1px solid black;
	font-size: 11px;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	vertical-align: middle
	filter: Alpha(Opacity=00);
	-moz-opacity:0.00;
}

#mailinglist
{
	position: absolute;
	top: 260px;
	left: 15px;
	width: 137px;
	padding: 5px;
	background: #ffffff;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.50;
}

#mx
{
	position: absolute;
	top: 500px;
	left: 30px;
}

#content
{
	/* Incorrect value fed to ie 5.x-6.x win */
	position: relative;
	top: 74px;
	background: #ffffff;
	padding: 5px;
	margin-left: 171px;
	margin-right: 85px;
	height: 110%;
}
	
#right
{
	position: absolute;
	top: 74px;
	right: 0px;
	background: #C8D7E5 url('images/fiskbgh.gif') no-repeat;
	width: 84px; /* Incorrect value fed to ie 5.x-6.x win */
}
body>#right {
	width: 84px; /* Correct for CSS2 browsers (Opera7.x, NS7.x, Moz5.x). */
	}
	
/* text formatting */

a, a:visited {text-decoration: none; color: #5087A5; }
a:hover, a:active {text-decoration: underline;}

#topmenu a, #topmenu a:hover, #topmenu a:visited,  #topmenu a:active
{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#left a, #nav a:visited 
{
	text-decoration: none;
	color: #444;
	font-weight: bold;
}

#left a:hover, #nav a:active 
{
	text-decoration: underline;
	color: #222;
	font-weight: bold;
}

#content h1
{
	color: #5A5A5A;
	font-weight: bold;
	font-size: 22px;
	margin-top: 8px;
	margin-bottom: 2px;
}

#content h2 
{
	color: #5A5A5A;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 1px;
}

#content h3
{
	color: #5A5A5A;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 0px;
}


#content p 
{
	margin: 0px;
	margin-bottom: 8px;
}
