/* CSS Document */

A:link {  color: #004B48;	text-decoration:none;}
A:active {  color: #006666; text-decoration:none}
A:visited {  color: #004B48; text-decoration:none}
A:hover {  color: #006666; text-decoration:underline}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.artikkelOverskrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.input_ro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #BBBBBB;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

ol {
	margin-left: 10px;
	padding-left: 10px;
	list-style-position: outside;
}

.feil_melding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3333;
}
.status_melding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3333ff;
}

.menu
 {
	font-size: 10px;
}

.menu_bold
 {
	font-size: 10px;
	font-weight: bold;
}

.title {
	font-size: 13px;
}
.preamble {
	font-size: 11px;
}
.subheading {
	font-size: 11px;
   font-weight: bold;
}
.paragraph {
	font-size: 11px;
}

.bokramme {
	border: 1px solid #FFFFFF;
}
.menu_visited {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #DDDDDD;
	border-right-width: 0px;
	border-left-width: 0px;
}
.menu_active {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #DDDDDD;
	border-right-width: 0px;
	border-left-width: 0px;
}

.submenu {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	/*borders*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	
}
