@charset "utf-8";
/* CSS Document */

body {
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	margin-top: 30px;
	background-color: #1d1d1d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

div#wrapper {
	width: 965px;
	margin: 0 auto;
	text-align: left;
}

div#wrap {
	width: 940px;
	background: #fff;
	padding: 10px;
}

div#logo {
	background-image: url("img/mountain.png");
	background-repeat: no-repeat;
	background-position: right;
	height: 73px;
	margin-right: 4px;
}


div#meny {
	background-image: url("img/bg_meny.jpg");
	background-repeat: no-repeat;
	width: 940px;
	height: 63px;
	padding-left: 20px;
}

div#meny a, div#meny a:visited {
	display: block;
	float: left;
	height: 90%;
	background-image: url("img/dot.jpg");
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	margin: 5px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 3px;
}

div#meny a:hover {
	text-decoration: underline;
}

div#meny #current {
	text-decoration: underline;
	font-size: 14px;
}
div#header {
	background-image: url("img/head.png");
	height: 186px;
	margin-top: 10px;
}

div#innhold {
	padding: 25px;
	text-align: left;
	line-height: 20px;
}

div#bunn {
	margin-top: 10px;
	background-image: url("img/bunn.jpg");
	background-repeat: no-repeat;
	height: 136px;
	width: 961px;
	text-align: center;
	line-height: 150px;
	color: #fff;
}

h1 {
	border-left: 2px solid #808080;
	padding-left: 5px;
	color: #0096d4;
	font-size: 18px;
}