body {
	background-image: url("baggrund2.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
}

p {
	font: 12px sans-serif;
}

h1 {
	font: bold 20px sans-serif;
	text-align: center;
}
h2 {
	font: bold 14px sans-serif;
}

h3 {
	font: 12px sans-serif;
	text-align: right;
}

h5 {
	font: 12px sans-serif;
	text-align:left;
}
a:hover {
	font-weight: bold;
}

#overskrift {
	position: relative;
	left: 100px
}

#dato {
	font-size: 10px;
}
#banner {
	width: 100%;
	position: relative;
	top: 0;
}
#menu {
	float: left;
	width: 200px;
	height: 100%;
}
#forside {
	font: 18px sans-serif;
	text-align: center;
}