@charset "UTF-8";
/* CSS Document */


* {
	margin:				0px;
	padding:			0px;
}



body {
	background-color:	#eaeaea;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	line-height:		16px;
	color:				#343434;		
	}
	
	
	
.outer_wrapper {
	margin-left:		auto;
	margin-right:		auto;
	width:				1000px;	
	background-color:	#eaeaea;
	
	}
	
.white_td {
	background: #fff;
	}


h1 {
	color:				#ef4035;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			18px;
	margin-bottom:		30px;
	font-weight:		normal;
	line-height: 22px;
	min-height: 22px;
	}
	
.taeskbodytext h2 {
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			14px;
	margin-bottom:		8px;
	margin-top:			18px;
	font-weight:		normal;
	color:				#000;
	line-height: 18px;
	}
	
.taeskbodytext p {
  padding-bottom: 12px;
}	

a {
	color:				#333333;
	text-decoration:	underline;
	}
	
a:hover {
	color:				#666666;
	text-decoration:	none;
	}
	
a:visited {
	color:				#333333;
	text-decoration:	underline;
	}


/* HEADER + LOGO */             
.header {
	height:				130px;
	width:				1000px;
	background-color:	#fff;
	background-image:	url(/1image/background_header.png);
	background-repeat:	no-repeat;
	background-color:	#eaeaea;
	
	}
	
.logo {
	display:block;
	background-image:	url(/1image/logo.png);
	background-repeat:	no-repeat;
	height:				98px;
	width:				220px;
	margin-left:		40px;
		*background-image: none;
		*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/1image/logo.png', sizingMethod='scale');
	}
	
	
		

/* SERVICE MENU */
.service_menu {
	float:				right;
	margin-top:			15px;
	margin-right:		40px;
	font-size:			12px;
	}

.service_menu ul {
	}
	
.service_menu li {
	display:			block;
	float: left;
	list-style-type:	none;
	padding-left:		14px;	
	padding-right:		12px;
	border-right:		1px solid #a5a5a5;
	}
	
.service_menu a{
	color:				#ef4c41;
	text-decoration:	none;
	}
	
.service_menu a:hover {
	color:				#d42c22;
	text-decoration:	none;
	}

.service_menu a.active {
	color:				#d42c22;
	text-decoration:	underline;
	}
	
	
	

/* MAIN MENU */
.main_menu {
	height:				30px;
	width:				965px;
	position:			absolute;
	top:				100px;
	}
	
.main_menu_container {
	float:				right;
	}
	
.main_menu a {
	float:				left;
	font-size:			11px;
	text-transform:		uppercase;
	color:				#333333;
	text-decoration:	none;
	display:			block;
	
	margin-left:		5px;
	
	padding-top:		5px;
	padding-left:		15px;
	padding-right:		15px;
	
	height:				18px;
	width:				auto;
	
	text-align:			center;
	background-color:	#fff;
	background-image:	url(/1image/vertical_stroke_main_menu.png);
	background-repeat:	repeat-x;
	background-position:top;
	
		
	
	border-top-width: 	1px;
	border-right-width: 1px;
	border-left-width: 	1px;
	
	border-top-style: 	solid;
	border-right-style: solid;
	border-left-style:	solid;
	
	border-top-color: 	#ccc;
	border-right-color: #ccc;
	border-left-color: 	#ccc;
	}
	
.main_menu a.active {
	background-color:	#FFFFFF;
	background-image:	none;
	height:				19px;
	font-weight:		bold;
	}
	
.main_menu a:hover {
	color:				#ef4135;
	}
	
	
	
	
/* SUBMENU */	
	
.sub_menu {
	height:				30px;
	width:				965px;
	position:			absolute;
	top:				130px;
	}
	
.sub_menu_container {
	float:				right;
	}
	
.sub_menu a {
	margin-left:		15px;
	line-height:		30px;
	color:				#6c6c6c;
	text-transform:		uppercase;
	float:				left;
	display:			block;
	text-decoration:	none;
	}
	
	
.sub_menu a:hover {
	color:				#333333;
	}
	
.sub_menu a.active {
	color:				#ef4135;
	}
	
	



	

	
.bottom {
	background-image:	url(/1image/bottom_shaddow.png);
	background-repeat:	no-repeat;
	height:				80px;
	width:				1000px;
	float: left;
	clear:				both;
	}
	
.footer {
	padding-top:		50px;
	margin-left:		55px;
	color:				#5c5c5c;
	font-size:			10px;
	width:				1000px;
	height:				auto;
	}
	

	
	
	
	
	


/* INDHOLDET */
.content_wrapper {
	width:				1001px;
	float:				left;
	background-image: url(/1image/side_shaddow.png);
	background-repeat: repeat-y;
	}

/* Hack on for companies page, to remove italic from bulets */	
.for_companies .inner_content ul li {
  font-style: normal;
}
  
.inner_content {
	width:				910px;
	height:				auto;
	float:				left;
	margin-left:		26px;
	margin-top:			35px;
	padding-left:		20px;
	}

.inner_content_wrapper {
	width: 980px;
	background: #fff;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	
.inner_content ul {
	padding-left:		15px;
	fon
	}

.inner_content li {
	font-style:			italic;
	padding-left:		5px;
	color:				#000000;
	font-size:			12px;
	line-height:		20px;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	
	
/* UNDERSIDER */
.right_content {
	width:				440px;
	height:				auto;
	float:				right;
	padding-right:		20px;	
	}
	
.left_content {
	width:				400px;
	height:				auto;
	float:				left;
	padding-right:		20px;
	}
	
.job_content {
	width:				600px;
	height:				auto;
	float:				left;
	padding-right:		20px;	
}
	

		
		
	
	
/* FLASH BANNERE - FORSIDEN */
.flash {
	width:				930px;
	height:				285px;
	overflow:			hidden;
	float:				left;
	margin-left:		26px;
	margin-top:			35px;
	}
	
.flash_underside {
	width:				930px;
	height:				230px;
	overflow:			hidden;
	float:				left;
	margin-left:		26px;
	margin-top:			35px;
	}
		
.flash_active_search {
	width:				468px;
	height:				285px;
	background-repeat:	no-repeat;
	margin-right:		1px;
	float:				left;
	}

.flash_virksomheder {
	width:				230px;
	height:				285px;
	background-repeat:	no-repeat;
	margin-right:		1px;
	float:				left;
	}

.flash_kandidater {
	width:				230px;
	height:				285px;
	background-repeat:	no-repeat;
	float:				left;
	}
	
.flash_banner {
	height:				230px;
	width:				930px;
	overflow:			hidden;
	}
	
	
	
	
	
	
	
/* NYHEDSBREV + NYHEDER */
.news {
	width:				425px;
	float:				left;
	padding-right:		20px;
	font-weight: 		normal;
  margin-bottom: 20px;
	}


/* news kollonne 1 */
.news_headline h2 {
	color:				#ef4035;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:			18px;
	margin-bottom:		30px;
	}
.news_headline {
	margin-bottom: 20px;
	}
	
.news_item {
	border-bottom:		1px dotted #ef4035;
	width:				195px;
	height:				auto;
	overflow:			hidden;
	margin-right:		15px;
	float:				left;
	padding-bottom:		14px;
	line-height:		14px;
	margin-bottom:		10px;
	}	
	
.news_item h2 {
	color:				#000;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			14px;
	line-height:		17px;
	font-weight: normal;
	}
	
.news_date {
	color:				#9a9a9a;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			12px;
	margin-bottom:		14px;
	}
	
.news_item a {
	text-decoration:	none;
	color:				#ef4c41;
	}
	
.news_item a:hover {
	color:				#d42c22;
	}
	
		 
	

/* news kollonne 2 */	
.news2 {
	border-bottom:		1px dotted #ef4035;
	width:				200px;
	height:				auto;
	margin-right:		10px;
	float:				left;
	padding-bottom:		14px;
	}
	
.news2 a {
	text-decoration:	none;
	color:				#e92a1e;
	}
	





	







	
	
/* EMNE AVISEN */
.emne_avis {
	width:				440px;
	padding-right:		20px;
	height:				auto;
	float:				left;
	border-bottom:		1px dotted #ef4035;

	}
	
.emne_avis_h2 {
	color:				#ef4035;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			18px;
	margin-bottom:		30px;
	}
	
.emne_form {
	float: left;
}
.emne_avis_input {
	float:				left;
	width:				140px;
	font-size:			12px;
	color:				#000;
	margin-top:			20px;
	}
	
.emne_avis_input span {
	color:				#f04d42;
	font-size:			14px;
	font-weight:		bold;
	}
	
.emne_avis_input input {
	margin-top:			2px;
	padding-left:		2px;
	height:				18px;
	width:				140px;
	line-height:		18px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333333;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	}
	
.emne_avis_radio {
	float:				left;
	width:				455px;
	margin-top:			15px;
	margin-bottom:		10px;
	}

	
.emne_avis_afmeld {
	float:				left;
	margin-right:		16px;
	color:				#838383;

	}
.emne_avis_tilmeld {
	float:				left;
	color:				#838383;
	}

.emne_avis_button {
	float:				right;		
	}

button {
		font-weight: normal;
	font-size: 12px;
	display:block;
	height: 25px;
	border: none;
	background-color: transparent;
	background-image: url(/1image/button_middle.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	line-height: 23px;
	float: left;
}



.log_in_wrapper {
	}
	
	


	
/* KONTAKT FORMULAR OG INPUT FELTER */	
.kontakt_formular {
	float:				left;
	width:				400px;
	font-size:			12px;
	color:				#000;
	margin-top:			20px;
	}


.kontakt_formular_input {
	float:				left;
	width:				201px;
	font-size:			12px;
	color:				#000;
	margin-bottom:		10px;
	}
	
.kontakt_formular_input input {
	margin-top:			2px;
	padding-left:		5px;
	height:				18px;
	width:				400px;
	line-height:		18px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333333;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	}	

	
.kontakt_formular span {
	color:				#f04d42;
	font-size:			14px;
	font-weight:		bold;
	}

.kontakt_formular_text {
	float:				left;
	width:				400px;
	font-size:			12px;
	color:				#000;
	margin-bottom:		10px;
	}
	
.kontakt_formular .buttons {
	margin-top: 20px;
	margin-bottom: 20px;
}
.kontakt_formular_text textarea {
	margin-top:			2px;
	margin-right:		100px;
	padding-left:		5px;
	height:				80px;
	width:				400px;
	font-size:			11px;
	line-height:		16px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333333;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	}	
	
	
.select {
	margin-bottom:		20px;
	}
.select select {
	font-size: 11px;
}

.help_text {
	font-size:11px; 
	line-height:13px; 
	color:#666666; 
	width: 300px; 
	margin-bottom:10px;
}

.jobs {
	width:				425px;
	float:				left;
	padding-right:		20px;
	font-weight: 		normal;
	margin-bottom: 30px;
}

.job {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 350px;
	color:				#000;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			14px;
	line-height:		17px;
}

.job_ledig, .job_besat {
		display: block;
		width: 38px;
		height: 13px;
		float: left;
		margin-right: 10px;
		margin-top: 7px;
		margin-left: 5px;
		background-image: url(/1image/active.png);
		background-repeat: no-repeat;
}

.job_besat {
		background-image: url(/1image/passive.png);
}

.jobs A {
  text-decoration: none;
}

.job_link {
		display: block;
		*border: 1px white solid;
}

.job_link:hover {
		background-color: #f3f1f6;
		cursor: pointer;
}

.job_spacer {
  height: 30px;
}

.jobs h2 {
	color:				#ef4035;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:			18px;
	margin-bottom:		30px;
}

.overlaycontainer {
		position: relative;
		float: right;
}

.overlay {
		position: absolute;
		z-index: 0;
		width: 175px;
		height: 175px;
		right: -3px;
		background-image: url(/1image/besat.png);
		background-repeat: no-repeat;
		*background-image: none;
		*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/1image/besat.png', sizingMethod='scale');
}

.spacing_bottom {
		padding-bottom: 40px;
}

.applicant_iframe {
  height: 300px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
