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

body {
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color: #545454;
	text-align: center;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
	padding-top: 50px;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

div#topp {
	background-image: url(img/topp.png);
	height: 223px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#meny {
	background-image:url(img/meny.png);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	padding: 5px;
	margin-bottom: 2px;
}

div#meny a, div#meny a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	float: left;
	height: 30px;
}

div#meny a:hover, #current {
	background-color: #999;
	color: #f2f2f2;
}
div#innhold {
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	}
	
div#bunn {
	padding-top: 25px;
	background-image:url(img/bunn.png);
	height: 80px;
	text-align: center;
	color: #333;
}

h1 {
	color: #018ebb;
	font-size: 18px;
	border-bottom: 1px dotted #000;
}

a,a:visited {
	color: #333;
}

td.headcell {
	background-color: #91cbdc;
}

td.bodycell {
	background-color: #9dd4e4;
}

td.outline {
	background-color: #00536c;
}

.tittel {
	background-color: #f2f2f2;
	border-bottom: 1px dotted #333;
}

.nyhet {
	background: #c1dbe3;
	padding: 2px;
	border: 1px solid #333;
}