/******************HTML tag stiler **********************/
html, body, ul, li,  h1,h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	color: #000000;
}
a {
	color: #339999;
	text-decoration: none;
}
a:link {
	color: #3333CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #000033;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #006666;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003399;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #0099CC;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: none;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #006666;
	font-size: 100%;
}

/***********Layout DIV************/

#wrapper {
background-position:center
	width: 800 px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}


#boxlogobilde {
	width: 800px;
	heigth: 80px;
	height: 80px;
	float: left;
	margin-top: 2px;
	margin-bottom: 7px;
}

 

#obadjatekst {
	width: 630px;
	float: right;
	margin-left: 10px;
}

#venstremeny {
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	padding-left: 0px;
}
#venstremeny li {
	display: block;
	list-style-type: none;
}

#overskriftsboks {
	width: 800px;
	float: left;
}

#bunnboks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
	page-break-before: always;
	border-top-color: #666666;
	width: 800px;
}

#hogrebox {
	margin: 0px;
	float: right;
}
.nyhetsboks {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-bottom: 4px;
}
