body {
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#hoved {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	background-image: url(midt.jpg);
	position: relative;
}
#topp {
	background-color: #fff;
	background-image: url(topp.jpg);
	height: 180px;
	background-position: center top;
	width: auto;
}
#topp h1, #topp a {
	display: block;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 100%;
}
#topp span {
	display: none;
}

#meny {
	position: absolute;
	top: 64px;
	left: 130px;
	right: 160px;
	color: #fff;
}
#meny p{
	clear: both;
	margin: 0;
	padding-top: 3px;
	font-size: small;
	font-weight: bold;
}
#meny ul {
	list-style-type: none;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#meny ul.klasser li {
	border-top: 1px solid #fcc;
}

#meny ul.klasser a{
	font-size: small;
	font-weight: normal;
	backgroud: #ff0;
	padding-left: 16px;
	padding-right: 12px;
	background-image: url(tab_s.gif);
}

#meny li {
	float: left;
	padding-bottom: 3px;
}
#meny a {
	display: block;
	padding-right: 20px;
	padding-left: 28px;
	line-height: 18px;
	background-image: url(tab.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#meny a:hover {
	text-decoration: underline;
}

#innhold {
	margin-right: 25px;
	margin-left: 191px;
	padding: 6px;
	width: auto;
	overflow: hidden;
}


#bunn {
	background-image: url(bunn.jpg);
	height: 226px;
	padding-left: 200px;
}

#innhold h1 {
	background: #e8e8e8;
	margin: -6px -6px 0 -6px;
	padding: 12px 12px;
	font-size: xx-large;
}
