/******************HTML tag stiler **********************/

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: #000099;
	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;
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000000;
	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: #000000;
	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;
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	height: 100%;
}
#hovedoverskrift {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-bottom-color: #0033CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#NavBarVenstre {
	float: left;
	background-color: #CCCCCC;
	width: 130px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003333;
	border-bottom-color: #CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
}

#overskrifter {
	float: right;
	border-left-color: #00CC33;
	border-left-style: dashed;
	border-left-width: 1px;
	background-color: #003366;
	color: #CCCCCC;
}
#innhold {
	float: left;
	width: 70%;
	text-align: justify;
	margin-left: 20px;
}
#sectionLinks2 a {
	padding-top: 3px;
	padding-left: 10px;
}
#NavBarVenstre ul {
	
	list-style: none;margin: 10px;padding: 0px;
}
#NavBarVenstre ul a:link, #NavBar ul a:visited {
	display: block;
}
#NavBarVenstre li {border-bottom-color:#CC0000; border-bottom stytle: solid; border-bottom-width:medium
/*fix for borwsers that dont need the hack*/
}
html>body #NavBarVenstre li {border-bottom: none;}

#blinikelink {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 90%;
	border-bottom-color: #00CC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#blinikelink a:hover {
	background-color:#999999;
	color: #FFFFFF;
	text-decoration: none;
}
#blinikelink a {
	display:block;
	padding: 2px 0px 2px 10 px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3333;
}#bunnboks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	clear: both;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#hoyrebox {
	float: left;
	height: auto;
	width: 150px;
}
.nyhoyrebox {
	float: left;
	width: 150px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
}
