
body {
	padding: 0px;
	margin: 0px;
	background-color: #D6D6D6;
}
.menubold {
font-weight: bold;
}
.tekst {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
}
p {
	padding:0 30px 30px 30px;
	color:#602806;
	font:11pt "Helvetica Neue", "Helvetica", Arial, sans-serif;
	line-height:110%;
	font-size: 12px;
	cursor: pointer;
}
p a {
	font-size:10pt;
	text-decoration:none;
	outline: none;
	color:#602806;
	background:#222;
}
p a:hover {
	background-color:#602806;
	border-color:#5c94cb;
	color:#fff;
}
h3 {
	color: #DB6C00;
	font-weight: bold;
	font-size: 12px;
}
.kop {
	color: #DB6C00;
	font-weight: bold;
	font-size: 12px;
}
.content {
	background:#E9E9E9;
	background:rgb(233,233,233);
	background:rgba(233,233,233,0.75);
	width:562px;
	height:700px;
	margin:30px auto;
	border: 0px solid #000;

}
#header {
	width: 100%;
	border: 0px solid #000;
	padding: 0px;
	clear: both;
}
#menu {
	width: 120px;
	padding-top: 34px;
	padding-left: 20px;
	float: left;
	overflow: auto;
	border: 0px solid #000;
}
#innercontent {
	width: 354px;
	padding: 0px;
	margin-right: 66px;
	background-color: #FFF;
	border: 0px solid #000;
	float: right;

}
#inner {
	height: 470px;
	padding: 50px 16px 16px 34px;
	border: 0px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #000;
	overflow: auto;
}
#inner p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
}
#footer {
margin-left: -40px;
	margin-top: 10px;
	padding: 8px 8px 8px 30px;
	border: 0px solid #000;
	background-image: url(/img/contactback.png);
	overflow: auto;
	vertical-align: bottom;
}
#contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	float: left;
}
#contact a {
	color: #000;
	font-decoration: underline;
}
.vcard {
	float: right;
}
#pointer {
	position: absolute;
	top: 145px;
	z-index: 100;
}
.hidden {
height: 0px;
visibility: hidden;
}
a {
color: #000;
}
a visited {
color: #CCC;
}