﻿body
{
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

*
{	
	margin:0;
	padding:0;
}

div#center
{
	position: absolute;
	left:50%;
	margin:0 0 0 -377px;
	width:754px;
}

div#top h1
{
	font-size: 1.5em;
  	color: #ccc;
	letter-spacing: 3px; /* virker åbenbart dårligt med em */
	text-transform: uppercase;
	padding: 2px 0 2px 0; /* centrering af tekst og forstørring af box */
	text-align: center;
}

div#spalte2 h1
{
	font-size: 1.2em;
  	color: #aaa;
  	border-bottom: 3px solid #aaa;
  	padding-bottom: 2px;
}

h2
{
	font-size: 1em;
  	color: black;
	margin: 0.5em 0 0.1em 0;
}

h3
{
	font-size: 0.8em;
  	color: black;
	margin: 0.2em 0 0 0;
}

p
{
	font-size: .75em;
  	color: black;
	line-height: 1.5em;
	margin: 0.3em 0 0.3em 0.3em;
}

div#spalte2 ul 
{
	margin-left: 3em;
	font-size: .75em;
	line-height: 1.75em;
}

div#spalte2 ol 
{
	margin-left: 3em;
	font-size: .75em;
	line-height: 1.75em;
}

div#spalte2 li p
{
/*	font-size: inherit; */ /* Virker ikke i IE så font størrelse sættes direkte */
	font-size: 0.75em;
}

div#spalte2 li.longlist
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#spalte2 .centered
{
	text-align: center;
}

div#spalte2 b
{
	font-size: 1.1em; /* Virker ikke endnu - forsøg på at sætte overskriften indholdfortegnelse op i størrelse... */
}

div#spalte2 a
{
	color: #aaa;
	/* text-decoration: none; - fjern kommentar for at fjerne understregning af links */
}

/* Box positionering */

#crumb
{
	display: none;
}

#top
{
	border-bottom: 3px solid #bbb;
}

#amtslogo
{
	position: absolute;
	width: 250px;
	left: 600px;
	top: 60px;
	z-index: 8;
}

#spalte1
{
	position: absolute;
	top: 90px;
	left: 10px;
	width: 200px;
}

#spalte2
{
	position: absolute;
	top: 90px;
	left: 250px;
	width: 500px;
	z-index: 2;
}

#spalte3
{
	position: absolute;
	top: 115px;
	left: 250px;
	width: 250px;
	z-index: 2;
}

#spalte4
{
	position: absolute;
	top: 115px;
	left: 500px;
	width: 250px;
	z-index: 2;
}

/* Box positionering slut */

/* Navigation */

ul#mainnav {
	list-style: none;
	}
		
ul#mainnav li {
	display: block;
	}

ul#mainnav li a {
	font-size: 0.9em;
	color: #aaa;
	text-decoration: none;
	}

ul#mainnav li a:hover {
	color: #bbb;
	}
	
/* Navigation */	

