#master {
	background-color: #000;
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #999;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999;
	text-transform: none;
	font-weight: bold;
	font-variant: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: normal;
	color: #999;
	font-weight: bold;
	text-transform: none;
}
#header {
	position: absolute;
	height: 350px;
	width: 800px;
	background-image: url(Grafik/topbillede_800x350px.png);
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #999;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	list-style-position: inside;
	list-style-type: circle;
	color: #999;
}

#menuboks {
	height: 125px;
	width: 800px;
	position: absolute;
	top: 650px;
	left: 1px;
}
a:link {
	color: #F90;
	text-decoration: underline;
}
#adressefelt {
	height: 25px;
	width: 800px;
	position: absolute;
	top: 775px;
	padding-top: 7px;
	text-align: center;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000;
}

a:visited {
	color: #CCC;
	text-decoration: underline;
}

#menu1 {
	height: 125px;
	width: 100px;
	position: absolute;
	left: 50px;
}
#menu2 {
	height: 125px;
	width: 100px;
	position: absolute;
	left: 150px;
}
#menu3 {
	position: absolute;
	height: 125px;
	width: 100px;
	left: 250px;
}
#menu4 {
	position: absolute;
	height: 125px;
	width: 100px;
	left: 350px;
}
#menu5 {
	height: 125px;
	width: 100px;
	position: absolute;
	left: 450px;
}
#menu6 {
	position: absolute;
	height: 125px;
	width: 100px;
	left: 550px;
}
#menu7 {
	height: 125px;
	width: 100px;
	position: absolute;
	left: 650px;
}

#content {
	width: 710px;
	position: absolute;
	top: 350px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 275px;
	text-align: left;
	left: 0px;
	overflow: auto;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
