@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
}
.menu a:link {
	color: #000;
	text-decoration: none;
}
.menu a:visited {
	color: #000;
	text-decoration: none;
}
.menu a:hover {
	color: #C03;
	text-decoration: none;
}
.menu a:active {
	color: #C03;
	text-decoration: none;
}
.tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
	cursor: default;
}
.tekst a:link {
	color: #b9b9b9;
	text-decoration: none;
}
.tekst a:visited {
	color: #b9b9b9;
	text-decoration: none;
}
.tekst a:hover {
	color: #b9b9b9;
	text-decoration: underline;
}
.tekst a:active {
	color: #b9b9b9;
	text-decoration: underline;
}
.field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 240px;
	padding-left: 3px;
	border: none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #000000;
	height: 22px;
	width: 100px;
}
