@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b6b7ba;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
}
.kop {
	font-size: 14px;
	font-weight: bold;
	color: #e51b24;
}
.subkop {
	font-size: 12px;
	font-weight: bold;
	color: #0078ae;
}
a:link {
	color: #0078ae;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0078ae;
}
a:hover {
	text-decoration: none;
	color: #e51b24;
}
a:active {
	text-decoration: none;
	color: #e51b24;
}
.field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 240px;
	height: 18px;
	border: 1px solid #0078ae;
	padding-left: 3px;
}
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #e51b24;
	width: 80px;
	height: 22px;
	border: 1px solid #0078ae;
}
