body {
	background: #AA5555;
	color: black;
	font-family: verdana, sans-serif;
}

/* ID'er */
#container {
	background: #8AB3FF;
	color: black;
	padding: 2em;
	margin: 2em;
	border: 3px solid #003366;
	line-height: 125%;
}

#hoved {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #003366;

}

#hoved a {
	text-decoration: none;
	color: black;
}

/* Angiv egenskaberne for hele menublokken: */
#menu {
	margin: 1em 1em 1em 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	float: left;
	width: 195px;
}

/* Angiv egenskaberne for de enkelte menupunkter: */
#menu a, #selected_link {
	background: #003366; /* Baggrundsfarve */
    color: white; /* Tekstfarve */
	padding: 3px; /* Afstand fra kant til tekst */
	text-decoration: none;
    font-variant: small-caps;
	display: block;
	margin-bottom: 5px;
	font-family: sans-serif;
	border: 1px solid #003366;
}

/* Angiv egenskaberne for de enkelte menupunkter når man fører musen hen over: */
#menu a:hover, a#selected_link, #selected_link {
	background: #AA5555;
}

#indhold {
	margin: 20px 0 0 210px;
	padding: 0 1em 5em 1em;
	border-left: 1px solid #003366;
}

#bund_spacer {
	height: 10px;
}

h1 {
	font-size: 150%;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size: 125%;
	text-decoration: underline;
	margin-bottom: 1em;
	line-height: 1.25em;
}

h3 {
	font-size: 115%;
	font-variant: small-caps;
	margin: 0;
}

h4 {
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
}

h5 {
	font-size: 95%;
	font-weight: bold;
	margin: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

hr {
	color: black;
	background: black;
	height: 2px;
	margin-top: 1em;
	margin-bottom: 1em;
}

ul ul {
	margin-left: 1em;
	padding: 0;
}

ul li ul li {
	list-style-type: square;
	margin-left: 0em;
	padding: 0;
	font-size: 90%;
}

.forfatter {
		font-size: smaller;
		margin-top: 3em;
		margin-bottom: 0;
}

.webeditor {
		font-size: smaller;
		margin-top: 0;
}