@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a7a9ac;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	cursor: default;
}
.project {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.bull {
	color: #009c7d;
	font-size: 11px;
}
.field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 360px;
	height: 18px;
	border: 1px solid #019c7d;
	padding-left: 3px;
}
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #019c7d;
	width: 80px;
	height: 22px;
	border: 1px solid #000000;
}
a:link {
	color: #009c7d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009c7d;
}
a:hover {
	text-decoration: underline;
	color: #27b39d;
}
a:active {
	text-decoration: none;
	color: #27b39d;
}
.project a:link {
	color: #000000;
	text-decoration: none;
}
.project a:visited {
	text-decoration: none;
	color: #000000;
}
.project a:hover {
	text-decoration: none;
	color: #009c7d;
}
.project a:active {
	text-decoration: none;
	color: #009c7d;
}
