/* CSS Document */
<style type="text/css">
<!--

.dummy {

}

.bg {
	background-attachment: scroll;
	background-image: url(../upload/images/Layout/tema_logo.jpg);
	background-repeat: no-repeat;
}

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

.overskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.tekst {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.tekst-graa {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}

.tekst_venstre_justert {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.tekst_venstre_justert_negativ {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #CCCCCC;
}

.tekst_midtstilt {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.tekst_negativ {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #CCCCCC;
}

a.tekst_negativ:link {
color: #CCCCCC;
text-decoration: none;
}

a.tekst_negativ:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.tekst_negativ:hover {
	color: #CC0000;
	text-decoration: none;
}

a.tekst_venstre_justert_negativ:link {
	color: #CCCCCC;
	text-decoration: none;
}

a.tekst_venstre_justert_negativ:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.tekst_venstre_justert_negativ:hover {
	color: #CC0000;
	text-decoration: none;
}

a.undermeny:link {
	color: #000000;
	text-decoration: underline;
}

a.undermeny:visited {
	color: #000000;
	text-decoration: underline;
}

a.undermeny:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.undermeny-graa:link {
	color: #999999;
	text-decoration: underline;
}

a.undermeny-graa:visited {
	color: #999999;
	text-decoration: underline;
}

a.undermeny-graa:hover {
	color: #CC0000;
	text-decoration: underline;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	scrollbar-base-color: black;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-face-color: black;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
}

.input_negative {
	font-size:11px;
	color: #CCCCCC;
	background-color: #000000;
}

.input100 {
	font-size:11px;
	width: 100%;
	color: #000000;
	background-color: #ECECEC;
}

.input100_negative {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 100%;
	color: #CCCCCC;
	background-color: #000000;
}

.input50_negative {
	font-size:11px;
	width: 50%;
	color: #CCCCCC;
	background-color: #000000;
}

.input_small {
	font-size:11px;
	width:30px;
	color: #000000;
	background-color: #ECECEC;
}

.input_small_negative {
	font-size:11px;
	width:30px;
	color: #CCCCCC;
	background-color: #000000;
}

.input_medium_negative {
	font-size:11px;
	width:80px;
	color: #CCCCCC;
	background-color: #000000;
}

.select_small {
	font-size:11px;
	width:55px;
	color: #000000;
	background-color: #ECECEC;
}

.select_small_negative {
	font-size:11px;
	width:55px;
	color: #CCCCCC;
	background-color: #000000;
}

.select_medium {
	font-size:11px;
	width:80px;
	color: #000000;
	background-color: #ECECEC;
}

.select_medium_negative {
	font-size:11px;
	width:80px;
	color: #CCCCCC;
	background-color: #000000;
}

.text100_negative{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	color: #CCCCCC;
	background-color: #000000;
}

.button100_negative {
	font-size:11px;
	width:100%;
	color: #CCCCCC;
	background-color: #000000;
}

.button_large_negative {
	font-size:11px;
	width:100%;
	color: #CCCCCC;
	background-color: #000000;
	height: 35px;
}

.button_large_warning {
	font-size:11px;
	width:100%;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 35px;
}

.button_medium_negative {
	font-size:11px;
	width:100px;
	color: #CCCCCC;
	background-color: #000000;
}
-->
</style>