BODY {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #585858;
	margin: 0px;
	line-height: 14px;
	scrollbar-face-color: #6D97C9;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-shadow-color: #FEFEFE;
	scrollbar-3dlight-color: #6D97C9;
	scrollbar-arrow-color: #FEFEFE;
	scrollbar-track-color: #FEFEFE;
	scrollbar-darkshadow-color: #6D97C9;
}

A {
	color: #9F0023;
	text-decoration: none;
}

A:HOVER {
	color: #9F0023;
	text-decoration: underline;
}

.MENY {
	font-size: 12px;
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: none;
}

.MENY:HOVER {
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: underline;
}

TD {
	font-size: 11px;
	line-height: 14px;
}

H1 {
	font-size: 14px;
	font-weight: bold;
	color: #9F0023;
	line-height: 18px;
	margin-bottom: 18px;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	color: #9F0023;
	font-family: sans-serif;
	line-height: 16px;
	margin: 0px;
}

INPUT,SELECT,TEXTAREA {
	color: #9F0023;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.TOPPTEKST {
	font-size: bold 11px;
	color: #FEFEFE;
	background-color: #6D97C9;
	padding: 1px 8px 1px 14px;
	}

.BUNNTEKST {
	font-size: 10px;
	padding: 2px 0px 2px 0px;
}

.RAMME {
	border: 1px solid #6D97C9;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
 }
 
.UTHEV {
	font-weight: bold;
	color:  #6342FF;
}

.KNAPP {
	font-weight: bold;
	color:  #FFFFFF;
	background-color: #6D97C9;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems {
	border: 1px solid #6D97C9;
	background-color: #6D97C9;
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: none;
}

.mainitems a {
	margin-left: 18px;
	margin-right: 18px;	
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: none;

}

.mainitems a:hover {
	color: #FEFEFE;
	text-decoration: underline;
}

.subuls {
	display: none;
	width: 10.8em;
	position: absolute;
	top: 1.3em;
	left: 0;
	
	background-color: #6D97C9;
	border: 0px solid #6D97C9;
}

.subuls li {
	width: 100%;
}

.subuls li a {
	text-decoration: none;
}

.subuls li a:hover {
	color: #FEFEFE;
	text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: none;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}
