/************************ 
/* Main items
/***********************/

* {
	margin: 0;
	padding: 0;
	-moz-outline: none;
}

body {
	font: 11px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
	line-height: 1.4em;
	background: url("../images/design/body_back.gif") #fff repeat-x 0 0;
	text-align:center;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a:hover {
	border-bottom: 1px dotted #a7a7a7;
}

p {
	margin: 12px 0;
}

h2 {
	display: none;
}

h3 {
	font: normal 170% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	color: #00ada8;
}

.clear {
	clear: both;
}

#globalWrapper {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 1px; /* mozilla & opera fix */
	overflow: hidden;
}

#globalWrapperPrint {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 1px; /* mozilla & opera fix */
	
}

#bodyWrapper {
}

#bodyWrapperPrint {
	overflow: auto;
}

#contentWrapperHome {
	margin-left: 20px;
	width: 420px;
	min-height: 400px;
	float: left;
	background: url("../images/design/content_back.gif") transparent repeat-y 0 0;
}

#contentWrapper {
	margin-left: 20px;
	width: 615px;
	min-height: 400px;
	float: left;
	background: url("../images/design/content_back.gif") transparent repeat-y 0 0;
}

/************************ 
/* Header
/***********************/

#header {
	margin-top: 40px;
	height: 130px;
}

#header h1 {
	float: left;
	position: relative;
	top: 18px; left: 120px;
	width: 190px; height: 71px;
	text-indent: -9000px;
	background: url("../images/design/mirage_logo.gif") transparent no-repeat 0 0;
}

#quicklinks {
	position: relative;
	top: 38px; right: 45px;
	float: right;
	list-style-type: none;
}

#quicklinks li {
	float: left;
	margin-left: 45px;
	width: 164px; height: 50px;
}
	
#quicklinks li a {
	display: block;
	width: 150px; height: 50px;
	padding: 12px 0 0 14px;
	background: url("../images/design/quicklink_back.gif") transparent no-repeat 0 0;
}

#quicklinks li a strong {
	font-size: 130%;
	font-weight: bold;
	color: #00ada8;
}

#quicklinks li a span {
	color: #9c9c9c;
}

hr {
	height: 1px;
	border: 0;
	margin: 10px 0;
	border-bottom: 1px dotted #a7a7a7;
}

/************************ 
/* Navigatie
/***********************/

#nav {
	margin-left: 10px;
	position: relative;
	width: 300px;
	float: left;
	background: url("../images/design/line_dotted_grey_ver.gif") #fff repeat-y 160px 0;
}

#nav ul {
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	line-height: 2em;
}

#nav ul li {
	display: block;
	width: 150px;
	text-align: right;
	
}

#nav ul li a {
	padding-left: 20px;
	color: #000;
	border: none;
}

#nav ul li a:hover {
	color: #00ada8;
}
		
/* Sub Navigatie */

#nav ul li ul {
	position: absolute;
	margin: -21px 0 0 150px;
	font: 100% "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
	line-height: 1.6em;
	left: -9000px;
}

#nav ul li ul li {
	text-align: left;
}

#nav ul li ul li a {
	color: #000 !important;
}

#nav li#select a {
	color: #00ada8;
}

#nav li:hover ul,  #nav li.hover ul, #nav li#select ul {
	left: 0;
	background: url("../images/design/arrow_blue.gif") transparent no-repeat 6px 2px;
}

#nav li.opened ul {
	left: 0;
	background: url("../images/design/arrow_blue.gif") transparent no-repeat 6px 2px;
}

#nav ul li ul li.selected a {
	font-weight: bold;
	color: #00ada8 !important;  
}

#banner{
	width:150px;
	height:300px;
	margin: 10px 0;
	overflow: hidden;
	
	
}
	
/************************ 
/* Content
/***********************/

#content {
	margin: 20px 20px 20px 50px;
}

#content a {
	color: #00ada8;
	font-weight: bold;
}

#content a.more {
	font-weight: bold;
	padding-right: 18px;
	color: #4b4b4b !important;
	background: url("../images/design/button_more_small.gif") transparent no-repeat 100% 50%;
}

#introbox {
	position: relative;
	width: 415px; height: 208px;
	background-color: #00ada8;
	background-repeat: no-repeat;
}

#intro {
	height: 208px;
	background: url("../images/design/introbox.png") transparent no-repeat 0 0;
	padding: 0 20px 0 240px;
	color: #d3fffe;
}

#intro h3 {
	padding-top: 20px;
	color: #fff;
}

#intro a.more {
	position: absolute;
	right: 0; bottom: 0;
	display: block;
	padding-right: 28px;
	height: 28px;
	font: normal 170% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	color: #4b4b4b;
	background: url("../images/design/button_more_big.gif") transparent no-repeat top right;
}

/************************ 
/* Sidebar
/***********************/

#sidebar {
	float: left;
	margin-left: 20px;
	width: 211px; min-height: 400px;
	background: url("../images/design/sidebar_back.gif") transparent no-repeat 0 25px;
}

#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs li a {
	display: block;
	width: 105px; height: 25px;
	text-align: center;
	color: #fff;
	border: none;
	line-height: 2.3em;
}


#tabs a#vac_tab {
	color: #fce87b;
	background: url("../images/design/tab1_back.gif") transparent no-repeat 0 0;
}

#tabs a#vac_tab.toggle{
	color: #fff;
	font-weight:bold;
	background: url("../images/design/tab1_back_toggle.gif") transparent no-repeat 0 0;
}

#tabs a#aan_tab {
	color: #d39883;
	background: url("../images/design/tab2_back.gif") transparent no-repeat 0 0;
}

#tabs a#aan_tab.toggle{
	color: #fff;
	font-weight:bold;
	background: url("../images/design/tab2_back_toggle.gif") transparent no-repeat 0 0;
}

#sidebar dl {
	margin-top: 20px;
}


#sidebar dt {
	padding: 14px 14px 0 14px;
	font-weight: bold;
	color: #ca9e16;
}

#sidebar dd {
	padding: 0 14px 14px 14px;
	color: #9b9b9b;
	background: url("../images/design/line_dotted_grey_hor.gif") transparent repeat-x left bottom ;
}


#sidebar a.vacature {
	color: #ca9e16;
}

#sidebar a.more {
	margin: 30px 14px 10px 14px;
	display: block;
	padding-right: 28px;
	height: 28px;
	font: normal 170% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	color: #4b4b4b;
	text-align: right;
	background: url("../images/design/button_more_big.gif") transparent no-repeat top right;
	border: none;
}

/************************ 
/* Meta Navigatie
/***********************/

#meta {
	position: absolute;
	top: 0; left: 0;
	margin-top: 10px;
	background: #4b4b4b;
	color: #4b4b4b;
}

#meta p {
	position: absolute;
	left: 540px;
	width: 270px;
	margin: 2px;
}

#meta a {
	margin-right: 10px;
	color: #fff;
	font-size: 90%;
	text-transform: uppercase;
	border: none;
}

#meta #searchForm {
	position: absolute;
	left: 800px;
	width: 185px;
	border: none;
}

#meta #searchForm label {
	display: none;
}

#meta #searchForm fieldset {
	border: none;
}

#meta #searchForm input#searchValue {
	padding: 1px 4px;
	width: 142px; height: 17px;
	border: none;
	background: url("../images/design/search_input_back.gif") transparent no-repeat 0 0;
}

#meta #searchForm input#searchSubmit {
	width: 16px; height: 16px;
}

#meta img {
	position: absolute;
	left: 75px;
	border: 0px;
}

/************************ 
/* Footer
/***********************/

#footer {
	padding: 10px 0;
	width: 150px; height: 230px;
	text-align: right;
	background: url("../images/design/mirage_building.gif") transparent no-repeat ;
}

#footer strong {
	color: #00ada8;
}


/************************ 
/* Forms
/***********************/

label {
	display:block;
	float:left;
	width:100px;
}
fieldset {
	border:0;
}
input {
	margin:1px 5px 0 0;
}
textarea {
	margin:1px 5px 0 0;
}
span.formError {
	color:#d90000;
}



/************************ 
/* Sitemap
/***********************/

.sitemapLevel1 {
	padding-left: 0px;
}

.sitemapLevel2 {
	padding-left: 20px;
}






#joblist dl {
	margin-top: 20px;
}


#joblist dt {
	padding: 14px 14px 0 14px;
	font-weight: bold;
	color: #ca9e16;
}

#joblist dd {
	padding: 0 14px 14px 14px;
	color: #9b9b9b;
	background: url("../images/design/line_dotted_grey_hor.gif") transparent repeat-x left bottom ;
}
