/*
	- LAYOUT: General selectors -------------------------
	-																										-
	-	The following selectors are used to determine the -
	-	layout of the website.														-
	-----------------------------------------------------
*/

BODY {
	background: #08132a;
	color:#ffffff;
	margin: 0;
	border: 0px none;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 20px;
	font-size: 0.70em;
	line-height: 1.3em; 
	padding: 0 0 0 0;
}

TABLE {
	table-layout: fixed;
}

/* Common use of links*/
a {
	color:#eee488;	
	text-decoration:none;
}
a:hover {
	color:#9db9ea;
	text-decoration:none;
}

/*Common background for spot items*/
/*Venstremenu, infoboks, indholdsside*/
.c_bgcolor {
	background-color:#233149;
}

/*page and wrapper rules*/
/*used for creating pageborders and limited width*/
#page {
	width: 742px;
	margin: 0px auto;
	padding: 0;
}
/*wrapper is used to display a border on the left, right and bottom of the page*/
#wrapper {
	margin: 0px auto;
	padding: 0;
	width:740px;
	border-left: 1px #19243a solid;
	border-right: 1px #19243a solid;
	border-bottom: 1px white #19243a solid;
}

/*Page header*/
#header {
	margin-top:25px;
	width:740px;
	overflow:hidden;
	border-bottom: 1px #19243a solid;
}
#header img {
	border:0;
}

/*pagebody contains the two columns*/
/*left_column and wide_column*/
#pagebody {
	padding-top:25px;
	margin-bottom:35px;
}

/*
	- SEARCH: All selectors -----------------------------
	-																										-
	-	The following selectors are used to present the	  -
	-	searchfield, submitbutton and general formatting	-
	- of the searchresults															-
	-----------------------------------------------------
*/
#search_container {
	width: 145px;
	margin-bottom:10px;
}
#search_field {
	margin: 2px 0 0 0;
	background: #233149;
	color: #eee488;
	width: 106px;
	font-size:12px;
	border: 1px solid #19243a;
}
#search_box {
	margin-left: 2px;
	background: #233149;
	color: #eee488;
	width: 28px;
	font-size:8px;
	height: 19px;
	text-transform: uppercase;
}

/*
	- LOGIN: All selectors -----------------------------
	-																										-
	-	The following selectors are used to present the	  -
	-	loginfield/button and general formatting	-														-
	-----------------------------------------------------
*/
.login_txt {
	text-align:center;
	color: #eee488;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.login_fields {
	margin: 3px 0 0 4px;
	background: #233149;
	width: 114px;
	font: 12px verdana;
	border: 1px solid #19243a;
}
.login_box {
	margin-left: 2px;
	background: #233149;
	color: #eee488;
	width: 50px;
	font: 8px verdana;
	height: 19px;
	text-transform: uppercase;
}
.login {
	margin-top:45px;
	line-height:19px;
	width:80px;
	display:block;
	border: 1px solid #19243a;
}
.login a {
	padding-left:4px;
}
.login a:hover {
	text-decoration:none;
	display:block;
	color:#08132a;
	background-color:#eee488;
}

/*
	- LEFT COLUMN: All selectors -----------------------------
	-																										-
	-	The following selectors are used to present the	  -
	-	searchfield, submitbutton and general formatting	-
	- of the searchresults															-
	-----------------------------------------------------
*/

#left_column {
	float:left;
	margin-left:15px;
	width:145px;
	display:inline;
}
#left_column .contact {
	margin-top:45px;
}
#left_column ul {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0;
}
#left_column li {
	display:list-item;
	list-style-type: none;
	border-bottom: 1px  #19243a solid;
	line-height:25px;
	font-weight:normal;
}
#left_column li.first {
	border-top: 1px #19243a solid;
}
#left_column li a.parentItem {
	padding-left:4px;
}
#left_column li a.childItem {
	padding-left:16px;	
}
#left_column li.parentItemActive {
	font-weight:bold;
	display:block;
	background-color:#233149;
}
#left_column li.childItemActive {
	font-weight:bold;
	display:block;
	background: transparent url("/upload/hk_bullet.gif") no-repeat scroll 5px 12px;
}
#left_column li a {
	text-decoration:none;
}
#left_column li a:hover {
	text-decoration:none;
	display:block;
	color:#08132a;
	background-color:#eee488;
}

/*
	- WIDE/MAIN COLUMN: All selectors -----------------------------
	-																										-
	-	The following selectors are used to present the	  -
	-	main column of the two column layout			-												-
	-	This column is used to present the main content	-
	-----------------------------------------------------
*/
#wide_column {
	float:left;
	width:569px;
	margin: 0 5px 0 5px;
	display:inline;
}

.wide_box { 
	margin:2px 14px 25px 15px;
	padding-left:10px;
	padding: 0 10px 10px 10px;
	background: #07152f;
	width:520px;
	float:left;
	display:inline;
	min-height:360px;
	border: 1px  #19243a solid;
}
.wide_box_kontori { 
	margin:2px 14px 25px 15px;
	padding-left:10px;
	padding: 0 10px 10px 10px;
	background: #2b0906;
	width:520px;
	float:left;
	display:inline;
	min-height:360px;
	border: 1px  #19243a solid;
}
/* small squares */
.main_spot { 
	margin:2px 2px 25px 15px;
	background: #07152f;
	width:265px;
	float:left;
	display:inline;
	border: 1px  #19243a solid;
}
/*******************/

/*Frontpage SPOTS*/
/*body, text and paragraph styling*/
.mainspot_body {
	height:225px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
}
.mainspot_text {
	padding-top:10px;
	height:180px;
}
.mainspot_text img {
	overflow:hidden;
	margin-top:-10px;
	margin-bottom:4px;
}
.mainspot_text p {
	padding: 0px 8px 0px 10px;
	margin-top:0px;
	margin-bottom:5px;
}
.mainspot_text p img {
	/*fixes left margin*/
	margin-left:-10px;
}
/*Read More links are bold*/
.read_more {
	margin-top:-20px;
	float:left;
	display:inline;
	padding-left:10px;
}
.read_more a {
	font-weight:bold;
}

.article_header {
	margin:33px 0 20px 0;
	padding-bottom:5px;
	border-bottom: 3px #19243a solid;
}
.article {
	margin-bottom:15px;
}
.headline_sub {
	font-weight:bold;
	font-size: 0.80em;
}
.image_container {
	float:right;
	display:inline;
	padding: 0 0 20px 0;
	margin: 0 0 15px 15px;
	/*width:265px;*/
	max-width:265px;
	overflow:hidden;
	background-color:#233249;
}
.image_container_text {
	padding: 5px 5px 5px 5px;
}

/*Header H1*/
h1 {
	color:#eee488;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:0;
	margin:0;
	display:inline;
}
/*Subheader H2*/
h2 {
	color:#eee488;
	font-size:14px;
	font-weight:bold;
	padding: 8px 0 12px 10px;
	margin:0;
	border-bottom: 1px #19243a solid;
}

hr {
	height:1px;
	color:#19243a;
	background-color:#19243a;
}

.print {
	float:right;
	padding-right:25px;
	background:transparent URL(/upload/print_bla_bg.gif) no-repeat 32px 0px;
	display:inline;
}
/*
	- FOOTER: All selectors -----------------------------
	-																										-
	-	The following selectors are used to present the	  -
	-	page footer															-
	-----------------------------------------------------
*/
#footer {
	text-align:center;
	margin-top:6px;
	padding-top:6px;
}
#footer .ftspace {
	padding-left:36px;
	float:left;
	display:inline;
}
/*Search context fix*/
.context span {
	color:#ffffff !important;
	text-decoration: underline;
}
.subtext {
	font-style:italic;
}
