body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	position:relative;
	width:815px;
	z-index:1;
	margin:auto;
}
#menu {
	position:relative;
	width:815;
	height:18px;
	z-index:2;
	background-image: url(images/menuBg.jpg);
}
#header {
	position:relative;
	width:815px;
	height:102px;
	z-index:2;
	background-image: url(images/header.jpg);
}
#dropMenu {
	position:absolute;
	width:200px;
	height:30px;
	z-index:1;
	left: 584px;
	top: 40px;
}
#content {
	position:absolute;
	width:815px;
	z-index:2;
	background-image: url(images/contentBg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 115px;
}
#content2 {
	position:absolute;
	width:815px;
	z-index:2;
	height: 115px;
}
#flash {
	position:relative;
	width:827px;
	height:386px;
	z-index:3;
}
#flashW {
	position:relative;
	width:827px;
	height:386px;
	z-index:3;
	left: -50px;
}
#footer {
	position:relative;
	width:815px;
	height:30px;
	z-index:4;
	border-top:#AFAFAF solid 1px;	
	font-family:Verdana;
	font-size: 10px;
	color:#AFAFAF;
	padding-top:5px;
}

.tekst {
	font-family: verdana;
	font-size: 11px;
}
.titel {
	font-family: verdana;
	font-size: 15px;
	color:#356db4;
	font-weight:bold;
}
a:link {
	color: #356DBE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #356DBE;
}
a:hover {
	text-decoration: underline;
	color: #356DBE;
}
a:active {
	text-decoration: none;
	color: #356DBE;
}
