@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
}
.kop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008998;
	cursor: default;
}
.field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #008998;
	padding-left: 3px;
	height: 18px;
	width: 280px;
}
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #008998; 
	border: 1px solid #006699;
	color: #ffffff;
	height: 22px;
	width: 100px;
}
a:link {
	color: #00a2ae;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00a2ae;
}
a:hover {
	text-decoration: underline;
	color: #00a2ae;
}
a:active {
	text-decoration: none;
	color: #00a2ae;
}
.sub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}
.sub a:link {
	color: #006699;
	text-decoration: none;
}
.sub a:visited {
	text-decoration: none;
	color: #006699;
}
.sub a:hover {
	text-decoration: none;
	color: #00a2ae;
}
.sub a:active {
	text-decoration: none;
	color: #00a2ae;
}
.subborder {
	border-left: 1px solid #b1cfda;
	border-right: 1px solid #b1cfda;
	border-bottom: 1px solid #b1cfda;
}
