@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/bak.png);
	background-attachment: fixed;
	background-color: #666666;
	background-repeat: repeat-x;
}
#container {
	width: 950px;
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FDF0A1;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}
#mainContent {
	padding: 0 0px; 
}
#head {
	background-image: url(images/head_bak.jpg);
	background-repeat: repeat-x;
	width: 950px;
	height: 267px;
	overflow:hidden;
}
#head_logo {
	padding-top: 12px;
	padding-left: 87px;
	float:left;
	top:12px;
	left:87px;
	clear: none;
	margin-top: 0px;
}
#head_tlf {
	margin-top: 120px;
	margin-left: 173px;
	float:left;
	left: 173px;
	top: 120px;
}
#head_adr {
	margin-top: 0px;
	margin-left: 173px;
	float:left;
}
#head_mail {
	margin-top: 0px;
	margin-left: 173px;
	float:left;
}

#content {
	padding: 0 20px;
}

a:link { 
	color:#FDED86;
	font-weight:bold; 
	text-decoration:underline;
}
a:visited { 
	color:#FDED86; 
	font-weight:normal; 
	text-decoration:underline;
}
a:hover { 
	color:#FEF8D2; 
	font-weight:bold; 
	text-decoration:none;
}
a:active { 
	color:#FDED86; 
	font-weight:bold; 
	text-decoration:underline;
}

#meny {
	width: 890px;
	height: 37px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	top: 3px;
	position: relative;
	left: 20px;
	clear: both;
	padding-bottom: 0px;
	letter-spacing: 0.15em;
}
.meny_punkt {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background-image:url(images/menypunkt.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	height: 37px;
}
.meny_tekst {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom:0px;
	padding-left: 2px;
	float:left;
	height: 20px;
	top: 19px;
	position: relative;
}
 .meny_tekst a {
 	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FDF0A1;
	text-decoration:none;
 }
#footer {
	background-image: url(images/footer_bak.jpg);
	background-repeat: repeat-x;
	width: 950px;
	height: 92px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.footer_tekst {
	text-align:center;
	font-size:10px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
