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

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

body {
	font: 11px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
	line-height: 1.4em;
	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;
	text-align: left;
	margin: 0 auto;
	padding: 1px; /* mozilla & opera fix */
	overflow: hidden;
}

#bodyWrapper {
	overflow: auto;
}


#contentWrapper {
	margin-left: 20px;
	min-height: 400px;
	float: left;
}

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

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

#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;
	display: none;
}

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

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

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

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

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

#nav {
	margin-left: 10px;
	position: relative;
	width: 300px;
	float: left;
	display: none;
}

#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;
}
	
/************************ 
/* Content
/***********************/

#content {
	margin: 20px;
}

#content a.more {
	font-weight: bold;
	padding-right: 18px;
	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: right;
	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 {
	display: none;
	position: absolute;
	top: 0; left: 0;
	margin-top: 10px;
	background: #4b4b4b;
	color: #4b4b4b;
}

#meta p {
	position: absolute;
	left: 510px;
	width: 300px;
	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: 19px;
	border: none;
	text-indent: -9000px;
	background: url("../images/design/search_submit.gif") transparent no-repeat 0 0;
}

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

#footer {
	display: none;
	padding: 10px;
	width: 150px; height: 125px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
	clear: both;
	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;
}


	