body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
}
.greenplate {
	background-color: #a0dd0b;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.board_left {
	background-image: url(img/board_left.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.bottom_hspace {
	background-image: url(img/bottom_hspace.gif);
	background-repeat: repeat-x;
	height: 9px;
}

.board_right {
	background-image: url(img/board_right.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.left_space {
	background-image: url(img/top_left.gif);
	background-repeat: repeat-x;
	height: 6px;
}
.mid_hspace {
	background-image: url(img/mid_hspace.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.menu_plate {
	background-color: #CCCCCC;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.txt_top_hspace {
	background-image: url(img/txt_top_hspace.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.menu_separator {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 25px;
	background-position: center;
}

.txt_head {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}
.img_frame {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}


.txt_page {
	font-size: 12px;
	margin-top: 5px;
	text-align: justify;
}
.info_border {
	border: 1px dashed #999999;
}
.Normaltekst {
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
}
.Overskrift {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}
.menu_no_separator {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	height: 25px;
	background-position: center;
}

