/*______________________________________________________________________________STRUKTUR*/
* {
	/*font-size:100%; */
}


body{
	margin:0;
	font-family:'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	/*text-align:center;
	background-color:#DEE6E9;*/
	font-size: 11px;
}

div { margin:10px 0 10px 0; /*background:#EFEFEF;*/ }

#wrap{
	/*border:1px dashed #CCC;*/
	width:795px;
	margin:0 auto;
	text-align:left;
	background: url(../images/head.jpg) no-repeat;
	background-color:#F7F8FB;
	
}

.headslogan{
	color: #5D7EA9;
	font-size: 16px;
	padding: 55px 0 0 260px;
	margin:0;
	text-decoration: none;
}

#header {
	margin-top: 0px;
	background: url(../images/menubg.jpg) no-repeat;
	height: 276px;
}

#menu_bg {
	margin-top: 30px;
	background: url(../images/menubg2.jpg) no-repeat;
	height: 59px;
}

h3 {
	font-size:15px;
	color: #358BCF;
	padding-left:3px;
	font-weight: normal;
}

/*______________________________________________________________________________MAIN NAVIGATION*/
#navigation { padding: 29px 0 0 9px; /*border: 1px solid #000;*/ }

/*IE HACK*/
* html #navigation { padding: 29px 0 0 0; margin: 0 0 0 9px; }
/*IE HACK*/

#navigation li {
	list-style:none;
	list-style-image: none;
	display: inline;
	font-size: 11px;
}

#navigation li a:link, #navigation li a:visited {
	color: #00008B;
	text-decoration: none;
	background: #FAFAFA;
	padding: 10px 17px 10px 17px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	
}

#navigation li a:hover{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	padding: 10px 17px 10px 17px;
	background: #FFF;
}

.hidden-navigation {
	width:1px;
	position:absolute;
	left:-9999px;
}
/*______________________________________________________________________________HEADER CONTENT*/
.whatis{
	font-size: 11px;
	color:#898989;
	width: 270px;
	float: right;
	margin: 64px 27px 0 0;
	line-height: 20px;
}

/*IE HACK*/
* html .whatis{ margin: 64px 14px 0 0; }
/*IE HACK*/

.hidden-navigation{
	width:1px;
	position:absolute;
	left:-9999px;
}

/*______________________________________________________________________________MAIN CONTENT (COMPASS DATABASE) */
#main-content{
	border-top: 1px solid #DADBDE;
	padding-top: 7px;
	width:175px;
	display:inline;
	float:left;
	margin: 20px 0 0 270px;
}

/*______________________________________________________________________________FRONTPAGE NEWS*/
#jobajax {
	color: #ccc;
	line-height: 16px;
	}

/*______________________________________________________________________________SUB CONTENT (FRONTPAGE NEWS)*/
#sub-content{
	width:270px;
	float:left;
	margin: -5px 0 0 55px;
}

#sub-content p { margin-top: -4px; }

/*______________________________________________________________________________FRONTPAGE NEWS*/
.newsheadline{
	font-size: 11px;
	font-weight: bold;
	color: #6A6A6A;
	margin-bottom:5px;
}

.newscontent{
	font-size: 10px;
	color: #898989;
	line-height: 16px;
}

.newslink{
	font-size: 9px;
	margin-bottom: 20px;
}

/*IE HACK*/
* html .newscontent{ margin-bottom: 8px; }
/*IE HACK*/

a:link, a:visited {color:#4E5FAF;}
a:hover {color: #1C264C;}

/*______________________________________________________________________________LEFT CONTENT (SDAN FIK JEG MIT JOB)*/
#leftcontent{
	border-top: 1px solid #DADBDE;
	padding-top: 7px;
	width:175px;
	float:left;
	margin:20px 0 0 -720px;
}

#leftcontent p, #main-content p{
	margin:-4px 0 0 4px;
	line-height: 19px;
	color: #898989;
	font-size: 10px
}

* html #leftcontent p, * html #main-content p {
	line-height: 16px;
}

#leftcontent h3 { color: #639F68; }


/*______________________________________________________________________________FOOT*/
#foot{
	border-top: 4px solid #DEE6E9;
	margin-top: 200px;
	padding:0;
	clear:both;
	background:#F0F3F6;
	text-align: center;
}

#foot p{ font-size: 9px; margin:0; color: #BCBCBC; }

/*IE HACK*/
* html #foot{ margin-top: 0; }
/*IE HACK*/