
/* CSS Document */


body {
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	text-align: center;
}

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

div#topp {
	background-image: url("img/topp.jpg");
	height: 265px;
}

div#meny {
	padding-top: 217px;
	padding-left: 30px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}
	
div#meny a, div#meny a:visited {
	color: #fff;
	text-decoration: none;
	padding-right: 9px;
	margin-left: 3px;
	border-right: 1px dotted #ccc;

}
div#innhold {
	background-image: url("img/innhold_rep.jpg");
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
}

div#bunn {
	background-image: url("img/bunn.jpg");
	background-repeat: no-repeat;
	height: 157px;
	text-align: center;
}

h1 {	
	padding: 0px;
	margin: 0px;
	color: #3e3e3e;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}
a,a:visited {
	color: #000;
}

.nyhet {
	background-color: #f2f2f2;
	padding: 2px;
	border-bottom: 3px solid #333;
}

.tittel {
	background-color: #333;
	color: #fff;
	}
