﻿html
{
	font: 62.5%/1.5 "Lucida Grande" , Verdana, sans-serif;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body
{
	text-align:center;
}

em
{
	font-style:italic;
}

h1,h2,h3,h4,h5,h6,strong
{
	font-weight: bold;
}

h2, h3, h4, h5
{
	color: #e66c25;
	margin: 1em 0 0.5em 0;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.3em;
	font-style:italic;
}

h4
{
	font-size: 1.1em;
}

p, .newsItem
{
	margin: 0 0 1em 0;
	line-height: 1.2em;
}

.hidden
{
	display: none;
	width: 0pt;
	height: 0pt;
}

div#container
{
	margin: 0 auto;
	text-align: left;
	padding: 2em 0 2em 0;
	width: 90em;
	position:relative;
}

div#header
{
	position: absolute;
}

div#header h1
{
	margin: 0 0 1em 2em;
	float: left;
}

div#menu
{
	height: 1.2em;
}

ul#nav
{
	float: right;
	padding-top: 5em;
}

ul#nav li
{
	float: left;
}

ul#nav li a
{
	/*color: #7f8ebc;*/
	color: #4A5B8E;
	display: block;
	padding-top: 3em;
	margin-left: 1.5em;
	text-decoration: none;
}

ul#nav li ul li a
{
	padding-top: 0pt !important;
}

ul#nav li a:hover, ul#nav li a.selected
{
	color: #e66c25;
	background-image: url('../images/top-menu-dots-transparent.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

ul#nav li ul li a:hover, ul#nav li ul li a.selected
{
	color: #e66c25;
	background-image: none !important;
}


ul#nav li ul
{
	left: -999em;
	margin-top: 0.5em;
	position: absolute;
	background: transparent url('../images/single-menu-dot-transparent.gif') no-repeat left center;
}

ul#nav li ul.showMenu
{
	left: auto;
}

ul#nav a.hasSubMenu
{
}

div#content
{
	background: #e9e9e9 url('../images/venstre_05.gif') no-repeat left top;
	clear: both;
	color: #212941;
	font-size: 1.3em;
	padding: 2em 2em 2em 16em;
}

div#content p
{
	text-align:justify;
}

div#content ul
{
	list-style: none outside url('../images/single-menu-dot-transparent.gif');
	margin: 0 3em;
}

div#content ul li
{
	margin: 0.5em 0;
}

div#content div.image
{
	text-align:center;
	font-style:italic;
	margin: 2em;
}

div#content span.imageCaption
{
	display: block;
	font-size: 0.9em;
}

div#footer
{
	clear:both;
	color: #4A5B8E;
	margin: 0.5em 0 0 0;
	text-align:center;
}



