@charset "UTF-8";
/* CSS Document */

/* Menu */

#menu {
	display: none;
	float: left;
	height: 22px;
	width: 756px;
	margin-bottom: 5px;
	margin-left: 184px;
	background-image: url(grafik/fmk_menu_div_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* Submenu */

#submenu {
	display: inline;
	float: left;
	width: 127px;
	margin-bottom: 5px;
	margin-right: 57px;
}
#submenu h2 {
	font-size: 11px;
	color: #333333;
}
#submenu ul {
	padding: 0px;
}
#submenu li {
	font-size: 11px;
	list-style-position: outside;
}
.submenu_items {
	list-style-image: url(grafik/fmk_redarrowbullet.gif);
	margin-left: 14px;
}
#submenu a {
	color: #333333;
	text-decoration: none;
}
#submenu a:focus {
	color: #BA0E2B;
}
#submenu a:hover {
	color: #BA0E2B;
}
#submenu a:active {
	color: #BA0E2B;
}

.subsubmenu_items {
	list-style-image: url(grafik/fmk_greydotbullet.gif);
	margin-left: 28px;
}
.subsubsubmenu_items {
	list-style-image: url(grafik/fmk_greydotbullet.gif);
	margin-left: 40px;
}
#active_subsubmenu_item, #active_subsubmenu_item a, #active_subsubsubmenu_item, #active_subsubsubmenu_item a {
	color: #BA0E2B;
	text-decoration: underline;
}

/* Main content */

#sp_maincontent {
	display: inline;
	float: left;
	width: 565px;
	margin-bottom: 5px;
	/* background-color: #CBE2EE; */
	background-color: #E3E6E7; /* Hovedboks baggrundsfarve */
}
#sp_box {
	font-size: 11px;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
	/* color: #002D45; */
	color: #333333; /* Standard tekstfarve */
}
#sp_boxcontent {
	font-size: 12px;
	margin-bottom: 10px;
}
#sp_boxcontent h1 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 3px;
}
#sp_boxcontent h2 {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#sp_boxcontent h3 {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#sp_boxcontent p {
	margin-bottom: 10px;
}
#sp_boxcontent ol, #sp_boxcontent ul {
	padding-left: 25px;
	margin-bottom: 5px;
}

#sp_boxheader {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #002D45;
	line-height: 20px;
	padding-left: 12px;
	margin-bottom: 3px;
	background-repeat: repeat-x;
	background-position: left top;
}

/* Content footer */

#sp_boxcontent_footer {
	color: #000000;
	clear: both;
}
#sp_boxcontent_footer .moreinfo {
	font-size: 10px;
}
#sp_boxcontent_footer .moreinfo a {
	color: #000000;
	text-decoration: none;
}
#sp_boxcontent_footer .moreinfo a:hover {
	color: #BA0E2B;
}

/* Right column */

#sp_rcol {
	display: inline;
	float: right;
	width: 170px;
	font-size: 11px;
	/* color: #333333; */
	color: #4D4E54; /* Standard tekstfarve */
}
#sp_rcol h1, #sp_rcol h2, #sp_rcol h3 {
	font-size: 11px;
	color: #002D45;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002D45;
	border-bottom-color: #002D45;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
#sp_rcol h1 {
	font-size: 13px;
	line-height: 22px;
}
#sp_rcol h2 {
}
#sp_rcol h3 {
	font-weight: normal;
	border-top-width: 1px;
}
#sp_rcol p {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#sp_rcol ul, #sp_rcol ol {
	padding-left: 25px;
	margin-bottom: 10px;
}

/* Go to the top */

#totop {
	display: inline;
	float: left;
	width: 756px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 11px;
}
#totop a {
	color: #000000;
}
#totop a:hover {
	color: #BA0E2B;
}

