* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/Pettern01.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
}

#outdiv {
	background-image: url(images/hbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 180px;
	width: 100%;
	top: 0px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	background-image: url(../images/forside-pix.jpg);
	background-repeat: no-repeat;
	height: 357px;
	width: 984px;
	position: absolute;
	left: -142px;
	top: 46px;
	display: block;
}
.logofront {
	background-image: url(images/forside2-pix.jpg);
	background-repeat: no-repeat;
	height: 259px;
	width: 984px;
	position: absolute;
	left: -142px;
	top: 46px;
	display: block;
}


#nav {
	position: absolute;
	bottom: -153px;
	text-align: center;
	height: 245px;
	width: 142px;
	left: 543px;
}
#nav ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	color: #88A33C;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #000000;
}

#main {
	background-image: url(images/Pettern02.jpg);
	background-repeat: repeat;
	border: 1px solid #515151;
	text-align: left;
	padding: 10px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}
#main a {
	color: #FDFCE7;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}

#outfooter {
	background-image: url(images/footer1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#footer {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3 {
	color: #88A13B;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfb429;
	text-transform: uppercase;
}
h1 {
	font-size: 2.2em;
	color: #FFFFCC;
}
h2 {
	font-size: 1.8em;
	color: #000000;
}
h3 {
	font-size: 1.4em;
	color: #FFFFCC;
}
h4 {
	font-size: 12px;
	color: #FFFFCC;
	text-transform: capitalize;
	font-variant: small-caps;
	background-position: center center;
}

