* {
	padding : 0;
	margin : 0;
	border : 0;
	
	font-family : tahoma, arial, verdana;
}

body {
	background-image : url('img/mainBG.jpg');
}

#topBG {
	width : 100%;
	min-width : 860px;
	min-height : 200px;
	
	background-image : url('img/topBG.jpg');
	background-repeat : repeat-x;
}

#wrapperTop {
	width : 860px;
	min-height : 85px;
	margin : 0 auto;
	
	background-image : url('img/menyBG.png');
	background-repeat : no-repeat;
	background-position : top center;
}
#wrapper {
	width : 860px;
	margin : 0 auto;
}

#logo {
 	float : left;
	width : 216px;
	height : 62px;
	background-image : url('img/logoBG.png');
	text-align : center;
	margin-right : 10px;
	padding-top : 8px;
}
	#logo>h1>a {
		font-size : 24px;
		text-decoration: none;
		color : #FFFFFF;
		
	}

ul.meny {
	list-style-type: none;
	padding-top : 16px;
	
}
	ul.meny>li {
		display : inline;
	}
		ul.meny>li>a {
			float : left;
		
			margin-right : 15px;
			
			font-size : 12px;
			font-weight : bold;
			color : #FFFFFF;
			text-decoration : none;
		}
		ul.meny>li>a:hover {
			color : #26799A;
		}
		ul.meny>li>a.hl {
			color : #347B98;
		}

#innhold {
 	float : left;
	margin-left : 12px;
	width : 556px;
}
form.sok {
 	margin-top :32px;
	float : right;
}
	form.sok>p>input {
		background-color : #EC8B17;
		height : 21px;
		width : 167px;
		margin-right : 10px;
		color : #FFFFFF;
		font-size : 14px;
		padding-left : 3px;
	}
	form.sok>p>input.button {
		background-color : transparent;
		color : #EC8B17;
		height : 21px;
		width : 40px;
		margin-right : 10px;
		font-weight : bold;
		font-size : 18px;
	}

ul.list {
 	list-style-type: none;
	float : right;
	width : 230px;
	margin-top : 30px;
	clear : right;

}
	ul.list>li {
		font-size : 12px;
		color : #347B98;
		font-weight : bold;
		line-height : 15px;
	}
		ul.list>li.msg {
			color : #626262;
			font-weight : normal;
		}
		ul.list>li>a {
			font-weight : normal;
			text-decoration : none;
			color : #626262;
		}
		ul.list>li>a:hover {
			color : #347B98;
		}
