* {
	margin: 0;
	padding: 0;
}


body, html {
	background: #b5c2b3 url('../images/bg_bak.png') no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #202020;
}


#header {
	background: url('../images/header.gif') no-repeat;
	width: 717px;
	height: 157px;
	margin: 0 auto;
	padding-bottom: 10px;
}


#meny {
	width: 465px;
	height: 22px;
	padding-top: 135px;
	padding-left: 5px;
}


#meny a {
	width: auto;
	height: auto;
	padding-left: 7px;
	padding-right: 7px;
	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	color: #969895;
	border-right: 1px solid #969895;
	text-decoration: none;
	display: block;
	float:left;
}


#wrapper {
	background: #fdfefd;
	width: 715px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #656b65;
}


.strek {
	background: #c7cfc4;
	width: 715px;
	height: 5px;
}


#innhold, .contentpaneopen {
	width: 500px;
	height: auto;
	min-height: 250px;
	font-family: arial;
	color: #202020;
	padding: 5px;
	line-height: 22px;
}


#innhold .contentheading {
	font-family: arial;
	font-size: 20px;
	font-weight: bolder;
	color: #202020;
	letter-spacing: 2px;
	line-height: 10px;
}




