html {
	background: #c1d22e url("../graphics/bg.gif") repeat-y top center;
	overflow-y: scroll;
}
body {	
	margin: 0;
	text-align: center;
	font: 11px verdana, helvetica, sans-serif;
}
td { font: 11px verdana, helvetica, sans-serif; }

a:link, a:active, a:visited {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #69c;
	text-decoration: underline;
}

h4 {
	font: bold 12px verdana, helvetica, sans-serif;
	margin: 1em 0 4px 0;
}

p { margin: 10px 0; }

hr.green {
	color: #c1d22e;
	background-color: #c1d22e;
	height: 1px;
	border: none;
}

hr.blue, .bluehr {
	color: #9ca5b7;
	background-color: #9ca5b7;
	height: 1px;
	border: none;
	overflow: hidden;
	margin: 8px 0;
}

#aligndiv {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#ctop {
	margin: 0 3px 0 5px;
	height: 158px;
	background-image: url("../graphics/top.jpg");
}

.topbanner {
	display: inline;
	float: left;
	margin: 14px 0 0 242px;
	border: 1px #000 solid;
	width: 728px;
	height: 90px;
}
.topbanner img {
	border: none;
}

#couterleft {
	margin-left: 5px;
	width: 670px;
	background: transparent url("../graphics/topleft.jpg") no-repeat top left;
}

#clefttop {
	height: 98px;
}

/* MENU */

.iehack { float: left; }
#cmenu {
	margin: 0 10px;
	width: 150px;
	background-color: #e1e4e9;
}

#cmenu a {
	display: block;
	padding: 5px 16px;
	background-color: transparent;
	font: bold 10px verdana, helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
#cmenu a:hover {
	color: #f80 !important;
	text-decoration: none;
}

#cmenu .menuhead {
	background-color: #9ca5b7;
	color: #000;
	font: bold 12px verdana, helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 1px;
}

#cmenu .menudivider {
	height: 2px;
	width: 100%;
	border: none;
	margin: 2px 0;
	padding: 0;
}

#copyright {
	background-color: #e1e4e9;
	margin: 0 10px;
	text-align: center;
	padding: 2px 0;
	font: 10px verdana, sans-serif;
}

/* INDHOLD */

#ccontent {
	width: 490px;
	float: left;
}

#ccontent h1.h1 {
	margin: 10px 0;
	color: #e70;
	font: bold 18px verdana, helvetica, sans-serif;
}
#ccontent h2.h2 {
	color: #e70;
	font: bold 14px verdana, helvetica, sans-serif;
}

.stdmargin {
	margin: 10px;
}

.admbar { float: left; clear: both; width: 100%; }
.admbar a:link, .admbar a:visited, .admbar a:active {
	display: block;
	width: 120px;
	height: 20px;
	line-height: 19px;
	background-color: #9ca5b7;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 4px;
}
.admbar a:hover {
	background-color: #7c8597;
	color: #fff;
	text-decoration: none;
}

/* HØJRE OMRÅDE */

#couterright {
	margin-right: 3px;
	padding-top: 6px;
	width: 312px;
	float: left;
	background: transparent url("../graphics/topright.jpg") top left no-repeat;
}

.rightbanner {
	float: left;
	padding: 10px 1px 0 1px;
	background-color: #fff;
}
.rightbanner img {
	border: none;
}

.boxframe {
	border: 1px #c1d22e solid;
}

.btmbanner {
	float: left;
	margin: 10px 0 0 17px;
	display: inline;
}
.btmbanner img {
	border: none;
}

/* NYHEDSBOKSE */

#jobsbox {
	background-color: #ecf1c0;
	width: 146px;
	float: left;
	margin: 0;
	overflow: hidden;
}
#jobsbox h2 {
	font: bold 12px verdana, helvetica, sans-serif;
	margin: 0;
	padding: 3px;
	background-color: #c1d22e;
}

#jobsbox p {
	margin: 4px;
	padding: 2px 2px 0 12px;
	font: 10px verdana, helvetica, sans-serif;
	background: transparent url("../graphics/pil_gron.gif") no-repeat top left;
}

#newsbox {
	background-color: #e1e4e9;
	width: 146px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
#newsbox h2 {
	font: bold 12px verdana, helvetica, sans-serif;
	padding: 3px;
	background-color: #9ca5b7;
	margin: 0;
}

#newsbox p {
	margin: 4px;
	padding: 2px 2px 0 12px;
	font: 10px verdana, helvetica, sans-serif;
	background: transparent url("../graphics/pil_graa.gif") no-repeat top left;
}

#newsbox a, #jobsbox a {
	color: #000;
	text-decoration: none;
}
#newsbox a:hover, #jobsbox a:hover {
	color: #f80;
	text-decoration: none;
}

#byggeridktitle {
	float: right;
	color: #fff;
	font-family: arial, sans-serif;
}

/* FORM */

.inpcaption {
	float: left;
	width: 130px;
	padding-top: 2px;
}

.inptext {
	width: 200px;
	font: 11px verdana, helvetica, sans-serif;
	background-color: #f0f0f0;
	border: 1px #9ca5b7 solid;
	display: inline;
}
/*.inptext:hover { background-color: #f0f0f0; } */ /* non-ie */
.inpbtn {
	margin-left: 130px;
	width: 80px;
}
.inpline {
	margin: 10px 0;
}
.inpcheck {
	vertical-align: middle;
}

.indented {
	margin-left: 20px;
}
.inpwide {
	width: 464px;
}

.rightdesc {
	float: right;
	margin-right: 2px;
	color: #888;
}

.notifygood {
	margin: 10px;
	padding: 5px 5px 5px 32px;
	border: 1px #6c6 solid;
	background: #efe url("../graphics/msg_good.gif") no-repeat top left;
}
.notifybad {
	margin: 10px;
	padding: 5px 5px 5px 32px;
	border: 1px #c75 solid;
	background: #fee url("../graphics/msg_bad.gif") no-repeat top left;
}
.notify {
	padding: 5px 5px 5px 32px;
	border: 1px #aaa /*#9ca5b7*/ solid;
	background: #eee /*#e1e4e9*/ url("../graphics/msg_info.gif") no-repeat top left;
}

.validicon {
	vertical-align: top;
	padding-top: 2px;
	border: none;
}

/* BASISPROFILER */

.profilehead {
	background-color: #c1d22e;
	color: #000;
	padding: 2px;
}
.profilebody {
	background-color: #ecf1c0;
	color: #000;
	padding: 2px;
	clear: both;
}
.inactivehead {
	/*background-color: #d2c12e;*/
	background-color: #9ca5b7;
}
.inactivebody {
	/*background-color: #f1ecc0;*/
	background-color: #e1e4e9;
}

.profilelinkview {
	background: transparent url("../graphics/icon_view.gif") no-repeat top left;
	padding-left: 16px;
}
.profilelinkedit {
	background: transparent url("../graphics/icon_edit.gif") no-repeat top left;
	padding-left: 16px;
}
.profilelinkdelete {
	background: transparent url("../graphics/icon_delete.gif") no-repeat top left;
	padding-left: 16px;
}
.profileleft {
	float: left;
	font-style: italic;
	width: 100px;
}
.profiletext {
	margin-left: 100px;
}

.profilethumbnail {
	float: right;
	margin: 4px;
	border: 1px #c1d22e solid;
}

.logohelpcaption {
	width: 230px;
	float: right;
	margin: 10px 10px 0;
	display: inline;
}

.confirmform {
	margin: 0;
}
.confirmform input, .confirmform button {
	width: 50px;
}

/* JOBANNONCER */

.jadhead {
	background-color: #e6c480;
	border: 1px #c80 solid;
}
.jadhead td {
	vertical-align: top;
	width: 33%;
}

.tooltip {
	position: absolute;
	margin-top: -20px;
	margin-left: 220px;
	background-color: #ecf1c0;
	border: 1px #c1d22e solid;
	display: none;
	padding: 10px;
}
.tooltip ul {
	margin: 0;
	padding-left: 14px;
}

.controlline {
	position: absolute;
	width: 488px;
	margin-top: -14px;
	text-align: right;
	font: 10px verdana, sans-serif;
}
.controlline img {
	border: none;
}

#sendtobox {
	position: absolute;
	width: 264px;
	height: 200px;
	margin: 50px 0 0 118px;
	display: none;
}
	#sendtobox form {
		width: 224px;
		height: 190px;
		margin: 0;
		float: left;
		background-color: #fff;
		overflow: hidden;
	}
	.sendtoside {
		float: left;
		background-color: #36393f;
		
		-moz-opacity: 0.6;
		opacity: 0.6;
		-khtml-opacity: 0.6;
		filter: alpha(opacity=60);
	}

.pagebox {
	text-align: center;
}
	.pagebox a,.pagebox span {
		border: 1px #9ca5b7 solid;
		background-color: #e1e4e9;
		margin: 0 1px;
		padding: 3px;
	}
	.pagebox span.selected {
		background-color: #ecf1c0;
		border-color: #c1d22e;
	}

#areabox {
	width: 330px;
	margin: 0 0 0 -100px;
}

.inforef {
	font-style: italic;
}

.end {
	clear: both;
}


/* SEARCH */

#csearch {
	position: relative;
	left: 670px;
	top: 20px;
}

#searchsubmit {
	background-color: #e1e4e9;
	border: 1px #9ca5b7 solid;
	height: 18px;
	font-size: 11px;
}


/* MENUKNAPPER */

#bd_forside #ml_forside, #bd_jobopslag #ml_jobopslag, #bd_ombygjob #ml_ombygjob, #bd_hjaelp #ml_hjaelp, #bd_kontakt #ml_kontakt, 
#bd_loginvirk #ml_loginvirk, #bd_opretvirk #ml_opretvirk, #bd_loginsoeg #ml_loginsoeg, #bd_opretsoeg #ml_opretsoeg,
#bd_minsidesoeg #ml_minsidesoeg, #bd_retoplsoeg #ml_retoplsoeg, #bd_jobagentsoeg #ml_jobagentsoeg, #bd_sletkonto #ml_sletkonto,
#bd_minsidevirk #ml_minsidevirk, #bd_retoplvirk #ml_retoplvirk, #bd_annoncervirk #ml_annoncervirk, #bd_sogning #ml_sogning, 
#bd_profilervirk #ml_profilervirk, #bd_retprofilvirk #ml_profilervirk, #bd_retannoncevirk #ml_retannoncevirk {
	color: #fff;
	background: #9ca5b7 url("../graphics/bg_sel.gif") no-repeat top right;
}
