* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../images/bg.jpg);
}

a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

p {
	font-size:12px;
	font-family:arial;
	color:#000000;
	line-height:18px;
	margin-bottom:18px;
	text-align:justify;
}

h1 {
	font-size:12px;
	font-family:arial;
	color:#000000;
	line-height:18px;
	margin-bottom:18px;
	font-weight:bold;
}

.container {
	width:100%;
	margin-top:30px;
	height:71px;
	background-color:#000000;
}
.content {
	width:930px;
	margin:0 auto;
	position:relative;
}

.velkomst {
	background-color:#ffffff;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	width:870px;
	position:absolute;
	top:81px;
	left:0px;
}
.velkomst .tekst {
	width:360px;
	float:left;
	margin-right:30px;
	margin-top:-4px;
	margin-bottom:-15px;
}


.top {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
}
.top .logo {
	width:287px;
	height:84px;
	position:absolute;
	top:-10px;
	left:-16px;
	background-image:url(../images/logo.jpg);
	display:block;
}
.top p {
	color:#808080;
	text-align:right;
	margin-bottom:0px;
}
.top a {
	color:#808080;
	text-decoration:none;
}
.top a:hover {
	color:#808080;
	text-decoration:underline;
}
.top .kontakt {
	float:right;
	text-align:right;
	margin-top:18px;
}

.referencer {
	width:100%;
	position:absolute;
	left:0px;
	top:456px;
}
.refheader {
	width:870px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	background-color:#000000;
	margin-bottom:10px;
	float:left;
}
.refheader p {
	color:#ffffff;
	margin:0px;
	margin-top:-8px;
	margin-bottom:-9px;
}
.refboks {
	width:870px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	background-color:#ffffff;
	margin-bottom:10px;
	float:left;
}
.refboks .tekst {
	width:360px;
	float:left;
	margin-right:28px;
	margin-top:-4px;
	margin-bottom:-15px;
}
.refimg {
	width:480px;
	height:140px;
	border:1px solid #000000;
	display:block;
	float:left;
}