html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #63935b;
	background-image: url(/img/design/bg.png);
	background-repeat: repeat-x;
}

#topp {
	width: 100%;
	height: 124px;
	background-image: url(/img/gfx/topp_bg.png);
	background-repeat: no-repeat;
	background-color: #289937;
	background-align: left;
	border-bottom: 1px solid black;
}


a {
	text-decoration: none;
}


#toppmeny {
	margin-bottom: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#toppmeny a {

	color: white;
	display: block;
	width: 100px;
	text-align: center;
	font-size: 0.9em;
	float: right;
	height: 25px;
	background-image: url(/grafikk/btn_av.png);
	text-decoration: none;
}

#toppmeny a:hover {
	background-image: url(/grafikk/btn_paa.png);
	text-decoration: none;
}

#content {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#bunn {
	width: 808px;
	height: 368px;
	background-image: url(/img/design/bunn.png);
	background-repeat: no-repeat;
	color: white;
}

#bunn_innhold {
	padding: 0 15px;
}

#design_innhold {
	background-color: white;
	border-left: 6px solid #2b312a;
	border-right: 5px solid #2b312a;
	width: 687px;
	margin: 0 8px;
	padding: 0px;
}


#design_topp div {
	height: 60px;
}

#design_topp a {
	display: block;
	height: 50px;
	width: 128px;
	color: white;
	font-size: 1.3em;
	float: left;
	padding-top: 10px;
	text-align: center;
}

#design_topp a:hover {
	background-image: url(/img/design/tab.png);
	color: black;
	text-decoration: none;
}

#innholdsboks h1 {
	font-size: 1.3em;
	color: #174673;
}

#innholdsboks h2 {
	font-size: 1.2em;
	color: #174673;
}

.undermeny {
	margin: 10px;
	font-size: 0.8em;
}

.undermeny a {
	display: block;
	width: 90px;
	float: left;
	text-align: center;
	background-color: #4f0c14;
	color: white;
	border-bottom: 2px solid #3c060d;
	font-size: 0.8em;
}

#innhold {
	padding: 0 10px;
}

.bunn_info {
	float: left;
	width: 200px;
}

.bunn_info b {
	margin: 0 0;
}

.bunn_info p {
	padding: 0 5px 0 0;
	margin: 0 0;
	font-size: 0.8em;
}