/* CSS Document */
body {
	margin: 0;
}
html, body { 
	height: 100%;
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002e56;
}
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.btm_curve {
	background-image: url(../images/btm_curve.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.back_squares {
	background-image: url(../images/back_squares.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a0a0a4;
}
.copyright a:link {
	color: #a0a0a4;
	text-decoration: none;
}
.copyright a:visited {
	color: #a0a0a4;
	text-decoration: none;
}
.copyright a:hover {
	color: #a0a0a4;
	text-decoration: underline;
}
.copyright a:active {
	color: #a0a0a4;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.line {
	line-height: 24px;
}
.menu a:link {
	color: #bac1cc;
	text-decoration: none;
}
.menu a:visited {
	color: #bac1cc;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu a:active {
	color: #ffffff;
	text-decoration: none;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002e56;
}
.submenu a:link {
	color: #002e56;
	text-decoration: none;
}
.submenu a:visited {
	color: #002e56;
	text-decoration: none;
}
.submenu a:hover {
	color: #002e56;
	text-decoration: underline;
}
.submenu a:active {
	color: #002e56;
	text-decoration: none;
}
.tekst a:link {
	color: #002e56;
	text-decoration: none;
}
.tekst a:visited {
	color: #002e56;
	text-decoration: none;
}
.tekst a:hover {
	color: #002e56;
	text-decoration: underline;
}
.tekst a:active {
	color: #002e56;
	text-decoration: none;
}
.field {
	border: 1px solid #bac1cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	height: 18px;
}
.area {
	border: 1px solid #bac1cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	font-size: 11px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}

