body {
	background: #0024c7;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 95%;
}

/* ID'er */
#container {
	background: #8AB3FF;
	color: black;
	padding: 2em;
	margin: 2em;
	border: 3px solid #003366;
}

#hoved {
	position: relative; /* afhjælper peekaboo bug'en i IE - FJERN IKKE! */
	text-align: center;
	border-bottom: 3px solid #003366;
}

#tekst {
	position: relative; /* afhjælper peekaboo bug'en i IE - FJERN IKKE! */
	margin: 20px 0 20px 0;
}

#links {
	float: right;
	padding: 10px;
	border: 1px solid #003366;
	width: 300px;
}

#fod {
	border-top: 3px solid #003366;
	padding-top: 1em;
	clear: both;
	line-height: 1.5em;
}

#bund_spacer {
	height: 10px;
}

h1 {
	font-size: 150%;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size: 110%;
	text-decoration: underline;
	margin: 0;
}

h3 {
	font-size: 105%;
	margin: 0;
}

ul {
	margin-top: 0;
}
