@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mbg {
	background-image: url(../images/layout_01.jpg);
	background-repeat: no-repeat;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004489;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 15px;
}
.input_ta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004489;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 96px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00A0D0;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
}
a.button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00A0D0;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
}
a.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #27314c;
	background-color: #00A0D0;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
}

.mainbg {
	background-image: url(../images/layout_03.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.headerbg {
	background-image: url(../images/layout_02.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.body .mainbg td {
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00A0D0;
	letter-spacing: 5px;
	padding-left: 25px;
}
.adrestekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A0D0;
	padding-left: 25px;
}
.maintekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #27314c;
	padding-left: 25px;
}

