@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dddddd;
}
.tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	cursor: default;
}
.kop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c80120;
	cursor: default;
}
.field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #2e383c;
	background-color: #fef6c0;
	height: 18px;
	width: 142px;
	padding: 2px 0px 0px 3px;
}
.btnlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	color: #327ec1;
	height: 24px;
	padding: 3px 0;
	border-width: 0;  
	cursor: pointer;
}
.btnlink_hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	color: #c80120;
	height: 24px;
	padding: 3px 0;
	border-width: 0;  
	cursor: pointer;
}
.tekst a:link {
	font-weight: bold;
	color: #327ec1;
	text-decoration: none;
}
.tekst a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #327ec1;
}
.tekst a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #c80120;
}
.tekst a:active {
	font-weight: bold;
	text-decoration: none;
	color: #c80120;
}
.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b9b9b;
}
.menu a:link {
	color: #9b9b9b;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #9b9b9b;
}
.menu a:hover {
	text-decoration: none;
	color: #c80120;
}
.menu a:active {
	text-decoration: none;
	color: #c80120;
}
