BODY {
	margin: 10px;
	background-color: white;
	color: navy;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
A:link {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: navy;
	background-color: white;
}
A {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: navy;
	background-color: white;
}
A:visited {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: navy;
	background-color: white;
}
A:active {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: navy;
	background-color: white;
}
A:hover {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: navy;
	background-color: white;
}

.overskrift {
	font-size: 16pt;
	font-family: sans-serif;
}

.copyright {
	font-size: 8pt;
}



#indhold {
	position: absolute;
	left: 100px;
	top: 140px;
	width: 600px;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
}

#menu {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 140px;
}

#valid {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 400px;
}

td.galleri {
	width: 150px;
	background-color: purple;
	height: 150px;
	text-align: center;
	vertical-align: center;
}
