/* CSS Document */
	a:link { color: #0095da; text-decoration: underlined;}
	a:visited { color: #0095da; text-decoration: underlined;}
	a:active { color: #0095da; text-decoration: underlined;}
	a:hover { color: #0095da; text-decoration: underlined;}

	#extraNavList A:link {color: #9c9e9f; text-decoration: none}
	#extraNavList A:visited {color: #9c9e9f; text-decoration: none}
	#extraNavList A:active {color: #9c9e9f; text-decoration: none}
	#extraNavList A:hover {color: #9c9e9f;text-decoration: underline;}
	
	#nav A {color: #FFFFFF; text-decoration: none}
	#nav A:hover {color: #008bcf;text-decoration: none;}
	#nav a.active {color: #008bcf;text-decoration: underline;}
	
	#nav a.active {color: #008bcf;text-decoration: underline;}
	
	#subnav A {color: #FFFFFF; text-decoration: none}
	#subnav A:hover {color: #FFFFFF;text-decoration: underline;}	
	#subnav a.active {color: #FFFFFF;text-decoration: underline;}
		
	#footer A:link {color: #9c9e9f; text-decoration: none}
	#footer A:visited {color: #9c9e9f; text-decoration: none}
	#footer A:active {color: #9c9e9f; text-decoration: none}
	#footer A:hover {color: #9c9e9f;text-decoration: underline;}
	
	#quoteBox A:link {color: #FFFFFF; text-decoration: none}
	#quoteBox A:visited {color: #FFFFFF; text-decoration: none}
	#quoteBox A:active {color: #FFFFFF; text-decoration: none}
	#quoteBox A:hover {color: #FFFFFF;text-decoration: underline;}
	
	#vacatureBox A:link {color: #FFFFFF; text-decoration: none}
	#vacatureBox A:visited {color: #FFFFFF; text-decoration: none}
	#vacatureBox A:active {color: #FFFFFF; text-decoration: none}
	#vacatureBox A:hover {color: #FFFFFF;text-decoration: underline;}
	
	#contentText A:link {color: #008bcf; text-decoration: none}
	#contentText A:visited {color: #008bcf; text-decoration: none}
	#contentText A:active {color: #008bcf; text-decoration: none}
	#contentText A:hover {color: #008bcf;text-decoration: underline;}
	
	#jobs A:link {color: #1a171b; text-decoration: none}
	#jobs A:visited {color: #1a171b; text-decoration: none}
	#jobs A:active {color: #1a171b; text-decoration: none}
	#jobs A:hover {color: #008bcf;text-decoration: underline;}
	
	#contentText .jobReadMore a:link {color: #008bcf; text-decoration: none}
	#contentText .jobReadMore a:visited {color: #008bcf; text-decoration: none}
	#contentText .jobReadMore a:active {color: #008bcf; text-decoration: none}
	#contentText .jobReadMore a:hover {color: #008bcf;text-decoration: underline;}
	
	
				
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #e3e4e5;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../images/bgWebsite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1a171b;
	font-size: 12px;
}
		
img	{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1	{
	font-size: 16px;
	font-weight: bold;	
	color: #008bcf;
	margin: 0px;
	padding: 0px 0px 12px 0;
}

h2	{
	font-size: 14px;
	font-weight: bold;	
	color: #008bcf;
	margin: 8px 0px 8px 0px;
}

.boSelected	{
	font-size: 14px;
	font-weight: bold;	
	color: #008bcf;
	margin: 8px 0px 8px 0px;
}
		
h3 	{
	font-size: 12px;
	font-weight: bold;
	color: #1a171b;
	margin: 10px 0px 2px 0px;
}

h4	{
	font-size: 12px;
	font-weight: bold;	
	color: #008bcf;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h5	{
	font-size: 16px;
	font-weight: bold;	
	color: #008bcf;
	margin: 12px 0px 12px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#contentText ul{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#contentText p {
	padding: 0px;
	margin: 0px;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;		
}

#header {
	position: relative;
	width: 1000px;
	height: 99px;	
	text-align: right;	
}

#extraNavList {
	position: absolute;
	right: 20px;
	top: 46px;
	color: #9c9e9f;	
}

.extraNav {
	float: left;
	list-style-type: none;
	text-transform:lowercase;
}

.extraNavSep {
	display: inline;
	margin: 0px 3px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	width: 1000px;
	height: 49px;
	margin: 0px auto;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #9c9e9f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.lowercase {
	text-transform:lowercase;
}

#nav {
	position: relative;
	background-color: #a7cd39;
	width: 1000px;
	height: 36px;
	font-weight: bold;	
}

#searchEngine {
	position: relative;
	width: 146px;
	height: 22px;
	top: 6px;
	left: 842px;
	background-image: url(../images/bgSearch.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#search {
	position: absolute;
	top: 2px;
	left: 4px;
	padding: 0px;
	width: 112px;
	height: 16px;
	border: 0px solid #FFFFFF;	
	background-color: transparent;
}

#searchButton {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 20px;
	height: 20px;
	background-image: url(../images/bgSearch.gif);
	display: block;
	z-index: 50;
}

#navList {
	position: absolute;
	left: 108px;
	top: 11px;
	color: #FFFFFF;	
}

.nav {
	float: left;
	text-transform: uppercase;
	list-style-type: none;
}

.navSep {
	display: inline;
	margin: 0px 8px;
}

#imageHome {
	width: 989px;
	height: 296px;
	padding: 0px;
	margin: 0px;
	border-bottom: 10px solid #a7cd39;
}

#contentHome {
	position: relative;
	width: 1000px;
	height: 188px;
}

#textHome {
	margin: 0px 0px 0px 60px;
	padding-top: 34px;
	width: 540px;
	line-height: 21px;
}

#quoteBox {
	position: absolute;
	top: 10px;
	left: 830px;
	width: 159px;
	height: 161px;
	color: #FFFFFF;
	background-image: url(../images/bgQuote.jpg);
	background-repeat: no-repeat;
	text-align: center;	
	padding: 20px 2px 0px 0px
}

#vacatureBox {
	position: absolute;
	top: 10px;
	left: 660px;
	width: 159px;
	height: 161px;
	color: #FFFFFF;
	background-image: url(../images/bgVacature.jpg);
	background-repeat: no-repeat;	
	text-align: left;
	padding: 0px 6px;
}

.quote {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.author {
	display: block;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.next {
	position: absolute;
	left: 0px;
	top: 134px;
	text-align: right;
	width: 148px;
	padding-right: 20px;
	font-style: italic;
	z-index: 10;
	font-size: 11px;
}

.vacatureTitle {
	position: absolute;
	top: 18px;
	font-size: 18px;
	font-weight: bold;
}

#selectJobText {
	position: absolute;
	top: 50px;
	font-size: 11px;
	color: #000000;
}

#selectJob {
	position: absolute;
	top: 70px;
	font-size: 11px;
	color: #000000;
	width: 145px;
	height: 22px;
}

#content {
	position: relative;
	width: 1000px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: no-repeat;

}

#imageQuote {
	float: right;
	margin: 0 12px 0 0;
	position: relative;
	
	width: 147px;
	z-index: 20;
}

#image {
	width: 147px;
	height: 296px;
	background-repeat: no-repeat;
}

#quote {
	width: 147px;
	background-color: #0195db;
	color: #FFFFFF;
	text-align: center;	
	padding: 24px 0px 24px 0px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 21px;
	
}

#subNav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 36px;
	background-color: #269cd6;
	z-index: 30;
	filter: alpha(opacity=90);
	opacity: 0.9;
	font-size: 11px;
	font-weight: bold;
}

.subNav {
	list-style-type: none;
	float: left;
	margin: 0px 12px 0px 0px;
	text-transform: uppercase;
}

#contentText {
	margin: 0px 240px 0px 108px;
	padding-bottom: 20px;
	line-height: 21px;
	padding: 60px 0px 20px 0px;
}

.person {
	position: relative;
	height: 120px;
	width: 640px;
	background-color: #eeefef;	
	margin: 8px 0px 8px 0px;
	overflow: hidden;
}

.personImage {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 90px;
	height: 120px;
}

.personContent {
	margin: 0px 30px 0px 110px;
}

.personFunction {
	font-style: italic;
}

.personDescription {
}

.personLink {
}

#buttonBack {
	text-align: right;
	margin: 10px 20px 0px 0px;
}

#buttonsVacature{
	margin: 12px 0px 8px 0px;
}

.buttonPrint {
	margin-right: 20px;
	display: inline;
}

.buttonBack {

	margin-right: 20px;
	display: inline;
}

.job {
	margin: 0px 0px 0px 0px;
}

.jobMore {
	color: #008bcf;
}

.shortJobDescription {
	width: 640px;
	margin: 0px 0px 0px 0px;
}

.jobReadMore {
	margin: 6px 0px 0px 0px;
	font-weight: bold;
}

.goBack {
		text-align: right;
		padding: 0px 0px 12px 0px;
}

label {
	width: 240px;
	float: left;
	text-align: left;
	display: block;
	margin-bottom: 2px;
}


.submit input	{
	width: 200px;
	margin-top: 6px;
	margin-left: 240px;
	color: #1a171b;
	background: #FFFFFF;
	border: 1px outset #0095da;
} 

.naw {
	width: 200px;
	float: left;
}

.naw p {margin: 0; padding: 0;}

.nawText {
	width: 360px;
	height: 120px;
}

.nawBrowse{
	width: 298px;
}

#contact {
	position: relative;
	width: 547px;
	background-image: url(../images/bgContact.jpg);
	background-repeat: no-repeat;
}

#googleMaps {
	position: absolute;
	top: 0px;
	left: 278px;
}

#iframeGoogle {
	position: absolute;
	top: 0px;
	left: 19px;
}

#jobs {
	position: relative;
}

#rss {
	position: absolute;
	top: -44px;
	left: 578px;
}