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

a:link {
	color: #4B7070;
	text-decoration: none;
}
a:visited {
	color: #4B7070;
}
a:focus {
	color: #4B7070;
	text-decoration: underline;
}
a:hover {
	color: #4B7070;
	text-decoration: underline;
}
a:active {
	color: #4B7070;
	text-decoration: underline;
}

/* Søgeboks */

#search {
	display: none;
}

#search_inputs {
	border: 1px solid #669999;
}
#search_button {
	background-color: #669999;
	color: #FFFFFF;
}

/* Headerbilleder */

#header_image_left_fp {
	background-image: url(grafik/fmk_headerimage_left_detsker1.jpg); /* Venstre headerbaggrundsbillede */
}
#header_image_right_fp {
	background-image: url(grafik/fmk_headerimage_right_detsker1.jpg); /* Højre headerbaggrundsbillede */
}

/* Menu - old 

#menu {
	background-image: none;
	background-color: #669999;
}
#menu li {
	background-image: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #669999;
	border-bottom-color: #669999;
	border-left-color: #669999;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #336666;
}
#menu li.aktiv {
	background-image: none;
	border-left-style: none;
	color: #FFFFFF;
	border-top-color: #669999;
	border-bottom-color: #669999;
	background-color: #558888;
}
#menu li.aktiv a {
	color: #FFFFFF;
}
*/

/* 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;
}
#active_subsubmenu_item, #active_subsubmenu_item a {
	color: #BA0E2B;
	text-decoration: underline;
}

/* Left column */

#sp_lcol {
	display: inline;
	float: left;
	width: 169px;
	margin-bottom: 5px;
	margin-right: 15px;
	font-size: 12px;
	color: #000000; /* Standard tekstfarve */
}
#sp_lcol h1, #sp_lcol h2, #sp_lcol h3 {
	font-size: 12px;
	color: #000000;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #669999; /* Overskrifter kantfarve */
	border-bottom-color: #669999;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
#sp_lcol h1 {
	font-size: 13px;
	line-height: 30px;
}
#sp_lcol h2 {
}
#sp_lcol h3 {
	font-weight: normal;
	border-top-width: 1px;
}
#sp_lcol p {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#sp_lcol ul, #sp_lcol ol {
	padding-left: 25px;
	margin-bottom: 10px;
}
#sp_lcol h1 a, #sp_lcol h2 a, #sp_lcol h3 a {
	color: #BA0E2B;
	text-decoration: none;
}
#sp_lcol h1 a:hover, #sp_lcol h2 a:hover, #sp_lcol h3 a:hover {
	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: #000000; /* 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;
	line-height: 30px;
	padding-left: 12px;
	margin-bottom: 3px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #669999; /* Boksheader baggrund */
}

/* Main content end */

/* Content footer */

#sp_boxcontent_footer {
	color: #000000;
	display: none;
}
#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: 12px;
	color: #000000; /* Standard tekstfarve */
}
#sp_rcol h1, #sp_rcol h2, #sp_rcol h3 {
	font-size: 12px;
	color: #000000;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-color: #669999; /* Overskrifter kantfarve */
	border-bottom-color: #669999;
}
#sp_rcol h1 {
	font-size: 13px;
	line-height: 30px;
}
#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;
}
#sp_rcol h1 a, #sp_rcol h2 a, #sp_rcol h3 a {
	color: #BA0E2B;
	text-decoration: none;
}
#sp_rcol h1 a:hover, #sp_rcol h2 a:hover, #sp_rcol h3 a:hover {
	text-decoration: underline;
}


/* Right column end */


/* 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;
}

/* Printer */

#print {
	display: none;
}