/* Copyright (C) 2005 - Huusen Design, Huusen.com */
/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* Page design, fontsize, bgimage etc. */
body {
	background-image: url('../images/bg2.gif');
	background-repeat:repeat-x;
	background-attachment: fixed;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	background-color:#f4f5f5;
	color: #333333;
	
}
td, th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #333333;
}
A:active {
	COLOR: #660000; font-family:Arial, Verdana, sans-serif; font-size: 12px; text-decoration:none
}
A:link {
	COLOR: #660000; font-family:Arial, Verdana, sans-serif; font-size: 12px; text-decoration:underline
}
A:visited {
	COLOR: #660000; font-family:Arial, Verdana, sans-serif; font-size: 12px; text-decoration:none
}
A:hover {
	COLOR: #669900; font-family:Arial, Verdana, sans-serif; font-size: 12px; text-decoration:none
}
h1 {
	font-family:Arial, Verdana, sans-serif;
	font-size: 16px;
	margin-bottom: 7px;
	text-decoration: none;
	font-weight:900;
	color: #006699;
}
h2 {
	font-family:Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 100%;
	text-decoration: none;
	font-weight: 100;
	color: #660000;
}
h3 {
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	font-weight: 900;
	color: #336633;
}
h4 {
	font-family:Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	font-weight: 900;
	color: #339900;
	margin-bottom: 0px;
}
ul
{
list-style-image: url('../images/listarrow.gif');
}
#content	{ position:absolute; top:0%; left:10%; }

.feilmelding {
	color:#FF0000;

}
.kode {
	color:#FF3300;
	font-weight:bold;
	font-size:13px;
	border:thin;
	
}	
table.hovedtabell {
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	padding:0px;
	width:100%;

}	
table.bottomtabell {
	border-color:#999999;
	background-image: url(../images/bottom_bg.gif);
	border-style:solid;
	border-width:1px;
	padding:0px;
	width:99%;
}
table.menyblokk {
	border-color:#CCCCCC;
	background-image: url(../images/leftmenubg3.gif);
	border-style:solid;
	border-width:1px;
	padding:0px;
	width:100%;
}	

table.kontaktinformasjon {
	border-color:#CCCCCC;
	background-image: url(../images/bg_kontaktinformasjon.gif);
	border-style:solid;
	border-width:1px;
	padding:5px;
	width:300px;
	margin-right:10px;
	margin-left:10px;
}				