/* 	CSS Document Vanderlande Industries Jobsite 	*/
/* 	http://www.vanderlande.nl                   	*/
/* 	author: KRUIT communication-design          	*/
/* 	http://www.kruit.nl                         	*/


/*////////////////////////////////////////////////////////////////////////*/
/* Basics */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: none 0;
}

html {
	background: url(../images/bg-total.jpg) repeat-x top left #DCDCDC;
}

body {
 background: url(../images/bg-gradient.jpg) no-repeat top center transparent;
 margin: 0;
 padding: 0;
 text-align: center;
 font-family: Arial, sans-serif;
 color: #414B51;
 font-size: 76%;
 line-height: 150%;
 height: 550px;
}

#wrapper {
	text-align: left;
	width: 991px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: no-repeat 235px 35px transparent; 
	position: relative;	
}


/*////////////////////////////////////////////////////////////////////////*/
/* WM Banner Header */
.header-section {
	position: relative;
	min-height: 360px; /* ie6 fix */
	top: 35px;
	text-align: right;
	background: transparent;
	overflow: hidden;
}
.header-section a img {
	border: none;
}
/* Header */
#flashheader {
	position: relative;
	height: 360px;
	top: 35px;
	right: 0;
	z-index: 1;
	text-align: right;
	background: transparent;
}

/**/
#header {
	height: 35px;
	background: #FFFFFF;
	width: 930px;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 10;
}

#header a img {
	float: left;
	border: none;
}

.search-section,
.headersearch {
	float: right;
	width: 280px;
	margin: 8px 0 0 0;
}

.search-section input,
.headersearch input {
	border: 1px solid #E3E3E3;
	width: 200px;
	padding: 2px 5px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #1A262F;
	float: left;
}
.search-section input:focus,
.headersearch input:focus {
	border: 1px solid #E3E3E3;
}

.search-section input.button,
.headersearch input.button {
	width: 55px;
	background: #FFFFFF;
	border: none;
	margin-left: 6px;
	color: #414B51;
	font-size: 115%;
	float: left;
	cursor: pointer;
	text-align: left;
}

.search-section input.button:hover,
.headersearch input.button:hover {
	color: #EE7F00;
}

/* quiz */
#quizheader {
	position: relative;
	height: 550px;
	width: 760px;
	margin: 0 0 0 236px;
	padding: 65px 0 0;
	overflow: hidden;
}

#quizheader a img {
	border: none;
	padding: 0;
	margin: 0;
}

#quizheader #question-wrapper {
	text-align: left;
}

#quizheader #question {
	text-align: left;
	width: 636px;
	padding: 10px 10px 10px 20px;
	color: #fff;
	font: normal 14px/22px arial, verdana, sans-serif;
	font-style: italic;
}

#quizheader #question h2 {
	font: bold 14px/22px arial, verdana, sans-serif;
	font-style: italic;
	text-transform: none;
}

#quizheader #question p {
	margin: 0;
	padding: 0;
}


#quizheader fieldset.quiz {
	position: absolute;
	top: 205px;
	width: 400px;
	left: 356px;
	border: none;
	z-index: 20;
}

#quizheader .formfield {
	width: 400px;
}

#quizheader ul#answers {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quizheader ul#answers li {
	width: 400px;
	margin: 0 0 10px 0;
	background: url(../images/quiz/quiz-answer-bg.png);
}

#quizheader ul#answers li a {
	color: #1A262F;
	padding: 5px 10px 5px 40px;
	display: block;
	width: 350px;
}

#quizheader ul#answers li label {
	float: none;
	color: #1A262F;
	text-decoration: none;
	padding: 5px 10px 5px 40px;
	display: block;
	width: 350px;
	margin: 0;
	text-align: left;
	cursor: pointer;
	background: no-repeat 8px 50% transparent;
}

#quizheader ul#answers li input {
	display: none;
}

/*/ quiz colors /*/
/* grijs */
.quiz-grijs #question {background-image: url(../images/quiz/quiz-grijs-bg.png);}
.quiz-grijs #answers li#answer1 label {background-image: url(../images/quiz/quiz-grijs-a.gif);}
.quiz-grijs #answers li#answer2 label {background-image: url(../images/quiz/quiz-grijs-b.gif);}
.quiz-grijs #answers li#answer3 label {background-image: url(../images/quiz/quiz-grijs-c.gif);}

/* rood */
.quiz-rood #question {background-image: url(../images/quiz/quiz-rood-bg.png);}
.quiz-rood #answers li#answer1 label {background-image: url(../images/quiz/quiz-rood-a.gif);}
.quiz-rood #answers li#answer2 label {background-image: url(../images/quiz/quiz-rood-b.gif);}
.quiz-rood #answers li#answer3 label {background-image: url(../images/quiz/quiz-rood-c.gif);}

/* blauw */
.quiz-blauw #question {background-image: url(../images/quiz/quiz-blauw-bg.png);}
.quiz-blauw #answers li#answer1 label {background-image: url(../images/quiz/quiz-blauw-a.gif);}
.quiz-blauw #answers li#answer2 label {background-image: url(../images/quiz/quiz-blauw-b.gif);}
.quiz-blauw #answers li#answer3 label {background-image: url(../images/quiz/quiz-blauw-c.gif);}

/* groen */
.quiz-groen #question {background-image: url(../images/quiz/quiz-groen-bg.png);}
.quiz-groen #answers li#answer1 label {background-image: url(../images/quiz/quiz-groen-a.gif);}
.quiz-groen #answers li#answer2 label {background-image: url(../images/quiz/quiz-groen-b.gif);}
.quiz-groen #answers li#answer3 label {background-image: url(../images/quiz/quiz-groen-c.gif);}

/* geel */
.quiz-geel #question {background-image: url(../images/quiz/quiz-geel-bg.png);}
.quiz-geel #answers li#answer1 label {background-image: url(../images/quiz/quiz-geel-a.gif);}
.quiz-geel #answers li#answer2 label {background-image: url(../images/quiz/quiz-geel-b.gif);}
.quiz-geel #answers li#answer3 label {background-image: url(../images/quiz/quiz-geel-c.gif);}

/* oranje2 */
.quiz-oranje2 #question {background-image: url(../images/quiz/quiz-oranje2-bg.png);}
.quiz-oranje2 #answers li#answer1 label {background-image: url(../images/quiz/quiz-oranje2-a.gif);}
.quiz-oranje2 #answers li#answer2 label {background-image: url(../images/quiz/quiz-oranje2-b.gif);}
.quiz-oranje2 #answers li#answer3 label {background-image: url(../images/quiz/quiz-oranje2-c.gif);}

/* oranje3 */
.quiz-oranje3 #question {background-image: url(../images/quiz/quiz-oranje3-bg.png);}
.quiz-oranje3 #answers li#answer1 label {background-image: url(../images/quiz/quiz-oranje3-a.gif);}
.quiz-oranje3 #answers li#answer2 label {background-image: url(../images/quiz/quiz-oranje3-b.gif);}
.quiz-oranje3 #answers li#answer3 label {background-image: url(../images/quiz/quiz-oranje3-c.gif);}

/* quiz answers mouseover*/
#quizheader ul#answers li.hover {background: url(../images/quiz/quiz-hover-bg.png) #fefefe;}
.quiz-wrapper #answers li#answer1.hover label {background: url(../images/quiz/quiz-hover-a.gif) 8px 50% no-repeat;}
.quiz-wrapper #answers li#answer2.hover label {background-image: url(../images/quiz/quiz-hover-b.gif);}
.quiz-wrapper #answers li#answer3.hover label {background-image: url(../images/quiz/quiz-hover-c.gif);}



/*////////////////////////////////////////////////////////////////////////*/
/* Horizontal Navigation below header */
#mainnav {
	background: #FFFFFF;
	border-top: 4px solid #EE7F00;
	width: 930px;
	margin: 0 0 20px 0;
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 15;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	font-size: 115%;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 0;
}

#mainnav ul li {
	display: inline;
	list-style-type: none;
}

#mainnav ul li a {
	text-decoration: none;
	color: #414B51;
	padding: 14px 7px 13px 7px;
}

#mainnav ul li a:hover {
	color: #EE7F00;
}

#mainnav ul li a.active, #mainnav ul li a.active:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #EE7F00;
}

a.language {
	text-align: right;
	position: absolute;
	top: 11px;
	right: 10px;
	font-size: 115%;
	color: #414B51;
	text-decoration: none;
}

a.language:hover {
	color: #EE7F00;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Contentcontainer and distances from Header */
#contentcontainer {
	width: 725px;
	position: absolute;
	z-index: 10;
	right: 30px;
	right: 31px;
	top: 100px;
}

body.homepage #contentcontainer {
	width: 680px;
	top: 325px;
}

body.header #contentcontainer {
	top: 360px;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Homepage specific */
#introcontainer {
	width: 230px;
	position: absolute;
	left: 30px;
	top: 350px;
	z-index: 10;		
}

.introtekst {
	background: #414B51;
	color: #FFFFFF;
	text-align: left;
	padding: 13px 10px 5px 10px;
}

.introtekst h1 {
	font-size: 120%;
	color: #FFFFFF;
	margin: 0 0 25px 0;
}

.introtekst a {
	color: #FFFFFF;
}

.introtekst a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#firstcolumn {
	width: 209px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #DCDCDC;
}

#secondcolumn {
	width: 209px;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #DCDCDC;	
}

#thirdcolumn {
	width: 210px;
	float: left;
	margin: 10px 0 0 10px;
}

#thirdcolumn a img {
	border: 1px solid #A8ACAD;
	float: left;
	margin: 0 14px 14px 0;
}

#thirdcolumn a img.right {
	margin: 0 0 14px 0;
}

#thirdcolumn a img:hover, #thirdcolumn a img.right:hover {
	border: 1px solid #EE7F00;
}

#thirdcolumn .topwerkgever {
	
}

#thirdcolumn .topwerkgever a img {
	border: none;
	margin: 0 0 25px 0;	
}

p.subtext {
	margin: 0 0 10px 0;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Vertical Navigation on the left side */
#subnav {
	width: 185px;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 100px;
	margin: 0 20px 20px 0;
	z-index: 10;
	text-align: right;
}

#subnav ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;			
}

#subnav ul li {
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0;
}

#subnav ul li.first {
	border: none;
}

#subnav ul li a {
	padding: 5px 10px;
	background: #414B51;	
	margin: 0;
	display: block;
	height: 1%;
	color: #FFFFFF;
	text-decoration: none;
}

#subnav ul li a:hover {
	background: #1A262F;
}

#subnav ul li a.active, #subnav ul li a.active:hover {
	background: #EE7F00;
	font-weight: bold;
}

#subnav ul li a.opened, #subnav ul li a.opened:hover {
	background: #1A262F;
	font-weight: bold;
}

#subnav ul li ul {
	margin: 0;
}

#subnav ul li ul li {
	border-top: 1px solid #414B51;
	padding: 0;
	margin: 0;
}

#subnav ul li ul li a {
	padding: 5px 15px 5px 5px; /*5px 20px 5px 10px;*/
	display: block;
	color: #FFFFFF;
	background: #6C757C;
	text-decoration: none;
}

#subnav ul li ul li a:hover {
	background: #566066;
}

.directcontact {
/*	margin: 20px 0 0 0;*/
	position: relative;
	text-align: left;	
}

.directcontact a {
	background: url(../images/arrow-white-button.gif) no-repeat 97% 50% #414B51;
	font-weight: bold;
	padding: 10px;
	display: block;
	height: 1%;
	color: #FFFFFF;
	text-decoration: none;
}

.directcontact a:hover {
	text-decoration: underline;
}

.sidebar-left-section,
.sidebar-section,
.studentbutton {
	text-align: left;
	margin: 35px 0 0 0;
}

.sidebar-left-section a img,
.sidebar-section a img,
.studentbutton a img {
	border: none;
	margin: 0;
	padding: 0;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Breadcrumbs */
#crumbs {
	margin: 0 0 5px 0;
	font-size: 90%;
}

#maincontent #crumbs ul {
	margin: 0;
	padding: 0;
}

#maincontent #crumbs ul li {
	display: inline;
	list-style-type: none;
	color: #EE7F00;	
}

#maincontent #crumbs ul li a {
	color: #EE7F00;
	background: url(../images/arrow-breadcrumb.gif) no-repeat 100% 50%;
	padding: 0 12px 0 0;
}

#maincontent #crumbs ul li a:hover {
	text-decoration: none;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Textelements */
h1 {
	text-transform: uppercase;
	font-size: 200%;
	line-height: 110%;
	margin: 0 0 25px 0;
}

h1.homepage,
body.homepage  h1.pagetitle {
	font-size: 220%;
	margin: -2px 0 27px 0;
}

h1 .orange {
	color: #EE7F00;
}

h2 {
	text-transform: uppercase;
	font-size: 115%;
	line-height: 150%;
	clear: both;
}
h2.nexttext {
	clear: none;
}

h2 a, a h2 {
	color: #414B51;
}

h2 a:hover, a h2:hover {
	color: #EE7F00;
	text-decoration: none;
}

#maincontent h3, #maincontent h4 {
	font-size: 105%;
	line-height: 120%;
	clear: both;
}

h3 a, a h3, h4 a, a h4 {
	color: #414B51;
}

h3 a:hover, a h3:hover, h4 a:hover, a h4:hover {
	color: #EE7F00;
	text-decoration: none;
}

#rightcontent h3, #rightcontent h4 {
	text-transform: uppercase;
	font-size: 115%;
	line-height: 150%;
}

a.readmore {
	color: #414B51;
	background: url(../images/arrow-green-square-right.gif) no-repeat 0 4px;
	padding: 0 0 0 18px;
	display: block;	
}

a.readmore:hover {
	color: #EE7F00;
	background: url(../images/arrow-orange-square-right.gif) no-repeat 0 4px;
	padding: 0 0 0 18px;
	text-decoration: none;	
}

p {
	margin: 0 0 25px 0;
}

p a {
	color: #414B51;
}

p a:hover {
	color: #EE7F00;
	text-decoration: none;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Content Layout */
#maincontent {
	width: 705px;
	background: #FFFFFF;
	float: left;
	padding: 5px 10px 15px 10px;	
}

#leftcontent {
	float: left;
	width: 455px;
	padding: 0 10px 5px 0;
}

#rightcontent{
	float: left;
	width: 229px;
	border-left: 1px solid #DCDCDC;
	padding: 0 0 5px 10px;
}

body.homepage #maincontent {
	width: 670px;
	background: #FFFFFF;
	float: left;
	padding: 5px 0 15px 10px;	
}

#widecontent {
	clear: both;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Footer */

#footer-break {
	clear: both;
}

#footercontainer {
	background: #EEEEEE;
	color: #A8ACAD;
	width: 705px;
	float: right;
	padding: 10px 10px 20px 10px;
}

.leftfooter {
	float: left;
	margin: 0 22px 0 0;
	width: 220px;
}

.middlefooter {
	float: left;
	margin: 0 23px 0 0;
	width: 220px;
}

.rightfooter {
	float: left;
	margin: 0;
	width: 220px;
}

#footercontainer  h3, #footercontainer  h4 {
	font-size: 100%;
	text-transform: uppercase;
	line-height: 150%;
}

#footercontainer ul {
	color: #A8ACAD;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footercontainer ul li {
	color: #A8ACAD;
	background: url(../images/arrow-square-right.gif) no-repeat 0 4px;
	padding: 0 0 0 18px;
}

#footercontainer ul li a {
	color: #A8ACAD;
}

#footercontainer ul li a:hover {
	color: #A8ACAD;
	text-decoration: none;
}

#footercontainer a img {
	border: 1px solid #A8ACAD;
	float: left;
	margin: 0 19px 19px 0;
}

#footercontainer a img.right {
	margin: 0 0 19px 0;
}

#footercontainer a img:hover, #footercontainer a img.right:hover {
	border: 1px solid #EE7F00;
}

#footercontainer.home,
body.homepage #footercontainer {
	background: #EEEEEE;
	color: #A8ACAD;
	width: 660px;
	float: right;
	padding: 10px 10px 20px 10px;
}
body.homepage #footercontainer .leftfooter {
	float: left;
	margin: 0;
	width: 445px;
}

body.homepage #footercontainer .rightfooter {
	float: right;
	margin: 0;
	width: 200px;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Content Elements */

#homequizbutton a {
	background: url(../images/blank.gif) top left transparent;
	width: 340px;
	height: 50px;
	display: block;
	position: absolute;
	right: 2px;
	top: 29px;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999em;
}

/* lists */
#maincontent ul {
	margin: 0 0 25px 18px;
	padding: 0;
	list-style-type: disc;
}

#maincontent ul ul ul, #maincontent ul ul ul ul ul, #maincontent ul ul ul li, #maincontent ul ul ul ul ul li {
	margin: 0 0 0 15px;
	padding: 0;	
	list-style-type: disc;
	background: none;		
}

#maincontent ul ul, #maincontent ul ul ul ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#maincontent ul ul li, #maincontent ul ul ul ul li {
	background: url(../images/list-img.gif) no-repeat 0 9px;
	padding: 0 0 0 15px;
	list-style-type: none;	
}

#maincontent ol {
	margin: 0 0 25px 30px;
	padding: 0;
}

#maincontent ol ol, #maincontent ol ol ol, #maincontent ol ol ol ol, #maincontent ol ol ol ol ol {
	margin: 0 0 0 30px;
	padding: 0;
}

#maincontent ol a, #maincontent ul a {
	color: #414B51;
}

#maincontent ol a:hover, #maincontent ul a:hover {
	color: #EE7F00;
	text-decoration: none;
}

/* event overview list */
#maincontent .agenda {
	margin: 10px 0 25px 0;
	border-bottom: 1px solid #DCDCDC;
}

#maincontent .agenda ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#maincontent .agenda ul li {
	margin: 0;
	border-top: 1px solid #DCDCDC;
}

#maincontent .agenda ul li a {
	display: block;
	color: #414B51;
	text-decoration: none;
	padding: 5px 5px 5px 22px;
	height: 1%;			
}

#maincontent .date {
	display: block;
	font-weight: bold;
	background: url(../images/agenda.gif) no-repeat  0 4px;
	padding: 0 0 0 18px;
	margin: 0 0 0 -18px;
}

#maincontent .agenda ul li a:hover {
	background: #F6F6F6;
	color: #414B51;		
}

#maincontent .agenda ul li a span.description {
	display: block;
	padding-top: 15px;
}


/* job overview list */
#maincontent .jobs {
	margin: 10px 0 25px 0;
	border-bottom: 1px solid #DCDCDC;
}

#maincontent .jobs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#maincontent .jobs ul li {
	margin: 0;
	border-top: 1px solid #DCDCDC;
}

#maincontent .jobs ul li a {
	display: block;
	color: #414B51;
	text-decoration: none;
	padding: 5px 5px 5px 22px;
	height: 1%;	 /* IE6 */
	background: url(../images/arrow-square-right.gif) no-repeat  4px 9px #FFFFFF;			
}

#maincontent .jobs ul li a:hover {
	background: url(../images/arrow-square-right.gif) no-repeat  4px 9px #F6F6F6;
	color: #414B51;		
}

/* linklist */
#maincontent .linklist ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;	
}

#maincontent .linklist ul li a {
	color: #414B51;
	background: url(../images/arrow-square-right.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	display: block;
	height: 1%;	/* IE6 */	
}

#maincontent .linklist ul li a:hover {
	color: #EE7F00;
	text-decoration: none;
}

/* ankerlist */
#maincontent .ankerlist ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}

#maincontent .ankerlist ul li a {
	color: #414B51;
	background: url(../images/arrow-square-down.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	display: block;
	height: 1%;	/* IE6 */	
}

#maincontent .ankerlist ul li a:hover {
	color: #EE7F00;
	text-decoration: none;
}

p.bottomlink {
	margin: -25px 0 25px 0;
}

p.bottomlink.anker {
	padding: 0 0 0 18px;
	background: url(../images/arrow-square-up.gif) no-repeat 0 3px;
}

/* downloadlist */
#maincontent .downloadlist ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;	
}

#maincontent .downloadlist ul li a {
	color: #414B51;
	background: url(../images/icon-download.gif) no-repeat 0 2px;
	padding: 0 0 0 22px;
	display: block;
	height: 1%;	/* IE6 */	
}

#maincontent .downloadlist ul li a:hover {
	color: #EE7F00;
	text-decoration: none;
}

#maincontent .downloadlist ul li a.pdf {
	background: url(../images/icon-pdf.gif) no-repeat 0 2px;
}

/* searchresult list */
#searchresult {
	margin: 0 0 25px 0;
}

#searchresult ul {
	margin: 0;
	padding: 0;
}

#searchresult ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;			
}

#searchresult ul li h3 {
	margin: 0;
}

/* searchpages */
#searchpages {
	text-align: left;
	background: transparent;
	margin: 0 0 25px 0;
}

#searchpages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#searchpages ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#searchpages ul li a,
#searchpages ul li span {
	padding: 5px 5px 5px 3px;
}

#searchpages ul li a.controls {
	padding: 5px 5px 5px 3px;
	font-weight: bold;
}

#searchpages ul li a:hover, #searchpages ul li a.controls:hover {
	color: #EE7F00;
}

#searchpages ul li a.active,
#searchpages ul li span.active {
	font-weight: bold;
	color: #EE7F00;
	text-decoration: none;	
}

/* images */
img.inline-left {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

img.inline-right {
	float: right;
	display: inline;
	margin: 0 0 5px 5px;
}

.foto {
	position: relative;
	margin: 0 0 25px 0;
	padding: 0;
	z-index: 5;
}

.foto img {
	border: none;
	margin: 0;
	padding: 0;	
}

.foto a img {
	border: none;
}

.foto .fotobijschrift {
	z-index: 6;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #414B51;
	opacity: .8; 
	filter: alpha(opacity=80);
	padding: 2px 0;
	margin-bottom: 3px;
}

.fotobijschrift p {
	color: #FFFFFF;
	margin: 0;
	padding: 0 5px;	
}

.fotobijschrift p a {
	color: #FFFFFF;
}

.fotobijschrift p a:hover {
	color: #FFFFFF;
}

/* table */
table {
	margin: 0 0 25px 0;
	border: 1px solid #DCDCDC;
}

td {
	border: 1px solid #DCDCDC;
	padding: 3px 10px;
}

tr {
	color: #414B51;
	text-align: right;
}	

tr.title {
	background: #DCDCDC;
	font-weight: bold;
	text-align: right;
}

td.left {
	text-align: left;
}

/* flashvideo */
.video-player {
	margin: 0 0 25px 0;
	padding: 0;
}

/* quiz button */
.button-quiz {
	margin: 0 0 25px 0;
	padding: 0;
	background: url(../images/button-quiz.gif) no-repeat top left;
	width: 229px;
	height: 37px;
}
.button-quiz-big {
	background: url(../images/button-quiz-big.gif) no-repeat top left;
	height: 55px;
}

.button-quiz a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 9px 15px 9px 9px;
	text-decoration: none;
}

.button-quiz a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Form */

form {
	width: 100%;
	overflow: hidden;
}

fieldset {
	border: none;
	border-top: 1px solid #DCDCDC;
	margin: 0;
	padding: 0 0 25px;
	overflow: hidden;
	width: 100%;
}

legend {
	display: none;
}

label {
	width: 130px;
	float: left;
	margin: 0 10px 0 10px;
	display: block;
}

.formpart {
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 5px 0;
	/*float: left;*/
	width: 100%;
	overflow: hidden;
}

.formpart-static p {
	width: 430px;
	margin: 0 10px;
}

.formfield,
.formcontent {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}

.leftformfield, .rightformfield {
	width: 150px;
	float: left;
}

.formfield input,
.formcontent input {
	padding: 1px 2px;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 290px;
	position: relative;
	top: 0;
}

.formfield input.small,
.formcontent input.small {
	padding: 1px 2px;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 80px;
}

.formfield select,
.formcontent select {
	padding: 1px 2px;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 300px;
}

p.form-error,
p.form-help {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 120%;
	color: #A8ACAD;
}
.formpart-error p.form-help, .formpart-error label,
.formpart-error p.form-error,
p.form-help.error, label.error {
	color: #DB001B;
}

p.form-error {
	clear: left;
}

.formpart-error label, label.error {
	font-weight: bold;
}

input.radio, input.check {
	width: 20px;
	margin: 0;
}

.radio-text, .check-text {
	color: #414B51;
	font-size: 90%;
	margin: 0 10px 0 0;
	padding: 0;
}

.vertical {
	display: block;
	width: 100%;
	float: left;
}

.formfield .block,
.leftformfield .block, .rightformfield .block {
	display: block;
	width: 150px;
	float: left;
	margin: 0 0 2px 0;
}

.formfield .block input.radio,
.formfield .block input.check {
	float: left;
}

.formfield .block .check-text, .formfield .block .radio-check,
.leftformfield .block .check-text, .rightformfield .block .check-text,
.leftformfield .block .radio-text, .rightformfield .block .radio-text { /* FireFox fix */
	width: 120px;
	float: left;
}

textarea {
	padding: 1px 2px;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 290px;
}

input.checkbox {
	width: 20px;
	float: left;
}

.check-text a, .radio-text a {
	color: #A8ACAD;
}

.check-text a:hover, .radio-text a:hover {
	color: #A8ACAD;
	text-decoration: none;
}

.formbreak {
	clear: both;
}

form p.verplicht {
	margin: -20px 0 25px 0;
	float: left;
	display: block;
}

.form-buttoncontainer {
	float: right;
	margin: 0 10px 25px 0;
	padding: 0;
	display: block;
	overflow: hidden;	
}

/*////////////////////////////////////////////////////////////////////////*/
/* Jobsearch forms */

.form-search .form-buttoncontainer {
	float: left;
}

fieldset.search {
	margin: 5px 0 25px 0;
	border: none;
	width: 100%;
}

fieldset.search .form-buttoncontainer {
	float: left;
}
.job-search .buttoncontainer {
	margin: 0 10px 25px 0;
}
.job-search .column-filters {
	margin: 5px 0 25px;
}

.searchfield {
	margin: 0 0 5px 0;
	padding: 0;
	border: none 0;
	float: none;
}

.searchfield input {
	padding: 1px 2px;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 342px;
}

.searchfield input.jobsearch {
	margin: 15px 0 0 0;
}

.searchfield select {
	padding: 1px 0px;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 350px;
}

/* Jobsearch forms Rightcontent*/
#rightcontent .searchfield input {
	padding: 1px 2px;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 215px;
}

#rightcontent .searchfield input.jobsearch {
	margin: 15px 0 0 0;
}

#rightcontent .searchfield select {
	padding: 1px 0;
	font-family: Arial, sans-serif;
	color: #1A262F;
	font-size: 100%;
	margin: 0;
	width: 223px;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Table JobSorter */
.sorter {
	margin: 0 0 25px 0;
}

.sorter table {
	text-align: left;
	border: none;
	width: 705px;
}

.sorter thead {
	background: #DCDCDC;
}

.sorter thead th {
	text-align: left;
	padding: 5px 10px 5px 25px;
	cursor: pointer;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
}

.sorter td a {
	color: #414B51;
	background: url(../images/arrow-square-right.gif) no-repeat 0 4px transparent;
	padding: 0 5px 0 18px;
	display: block;
}

.sorter td a:hover {
	text-decoration: none;
}

.sorter td {
	text-align: left;
	border: none;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 10px;
	vertical-align: top;
}

.sorter th.header {
    background: url(../images/arrow-green-square-up.gif) no-repeat 10px 9px #DCDCDC;
}

.sorter th.headerSortUp { 
    background: url(../images/arrow-green-square-up.gif) no-repeat 10px 9px #DCDCDC; 
		font-weight: bold; 
}

.sorter th.headerSortDown { 
    background: url(../images/arrow-green-square-down.gif) no-repeat 10px 9px #DCDCDC; 
    font-weight: bold; 
}

.sorter tr:hover {
	background: #F6F6F6;
}

#maincontent .sorter table tr.hilite { /* IE6 */
	 background: #F6F6F6;
}  


/*////////////////////////////////////////////////////////////////////////*/
/* Buttons for Main Column */
.buttonwrapper {
	clear: left;
}

.buttoncontainer {
	float: left;
	margin: 25px 10px 0 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.button {
	margin: 0;
	padding: 8px 0;
	float: left;
}

.button a {
	padding: 11px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	width: 100%;
}

.button a:hover {
	text-decoration: underline;
} 

/* yellow button for main column */
.button.yellow a {
	background: #FDC943;
}

.button-yellow-left {
	background: url(../images/button-yellow-left.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
} 

.button-yellow-right {
	background: url(../images/button-yellow-right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
}

/* green button for main column */
.button.green a {
	background: #889C51;
}

.button-green-left {
	background: url(../images/button-green-left.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
} 

.button-green-right {
	background: url(../images/button-green-right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
}

/* blue button for main column */
.blue a {
	background: #00A5C9;
}

.button-blue-left {
	background: url(../images/button-blue-left.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
} 

.button-blue-right {
	background: url(../images/button-blue-right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
} 

/* orange button for main column */
.button.orange a {
	background: #EA620D;
}

.button-orange-left {
	background: url(../images/button-orange-left.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
} 

.button-orange-right {
	background: url(../images/button-orange-right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 6px;
	float: left;	
}  

/*////////////////////////////////////////////////////////////////////////*/
/* Buttons for Right Column */
.rightcontent-yellowbutton, .rightcontent-bluebutton, .rightcontent-greenbutton, .rightcontent-orangebutton {
	margin: 0 0 25px 0;
	padding: 0;
	display: block;
	float: none;	
}

.rightcontent-yellowbutton a {
	padding: 5px 20px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	width: 199px;
	display: block;
	background: #FDC943; 
}

.rightcontent-bluebutton a {
	padding: 5px 20px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	width: 199px;
	display: block;
	background: #00A5C9;
}

.rightcontent-greenbutton a {
	padding: 5px 20px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	width: 199px;
	display: block;
	background: #889C51;
}

.rightcontent-orangebutton a {
	padding: 5px 20px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	width: 199px;
	display: block;
	background: #EA620D;
}

.rightcontent-yellowbutton a:hover, .rightcontent-bluebutton a:hover, .rightcontent-greenbutton a:hover, .rightcontent-orangebutton a:hover  {
	text-decoration: underline;
} 

.button-top {
	margin: 0;
	padding: 0;
	height: 4px;
	width: 229px;
}

.button-bottom {
	margin: 0;
	padding: 0;
	height: 4px;
	width: 229px;
}

/* yellow button for right column */
.rightcontent-yellowbutton a {
	background: url(../images/arrow-white-button.gif) no-repeat 97% 50% #FDC943;
}

.rightcontent-yellowbutton .button-top {
	background: url(../images/button-yellow-top.gif) no-repeat top left;
} 

.rightcontent-yellowbutton .button-bottom {
	background: url(../images/button-yellow-bottom.gif) no-repeat top left;
} 

/* blue button for right column */
.rightcontent-bluebutton a {
	background: url(../images/arrow-white-button.gif) no-repeat 97% 50% #00A5C9;
} 

.rightcontent-bluebutton .button-top {
	background: url(../images/button-blue-top.gif) no-repeat top left;
} 

.rightcontent-bluebutton .button-bottom {
	background: url(../images/button-blue-bottom.gif) no-repeat top left;
}

/* green button for right column */
.rightcontent-greenbutton a {
	background: url(../images/arrow-white-button.gif) no-repeat 97% 50% #889C51;
} 

.rightcontent-greenbutton .button-top {
	background: url(../images/button-green-top.gif) no-repeat top left;
} 

.rightcontent-greenbutton .button-bottom {
	background: url(../images/button-green-bottom.gif) no-repeat top left;
} 

/* orange button for right column */
.rightcontent-orangebutton a {
	background: url(../images/arrow-white-button.gif) no-repeat 97% 50% #EA620D;
} 

.rightcontent-orangebutton .button-top {
	background: url(../images/button-orange-top.gif) no-repeat top left;
} 

.rightcontent-orangebutton .button-bottom {
	background: url(../images/button-orange-bottom.gif) no-repeat top left;
}

.clearAll {
	line-height: 0;
	font-size: 0.1px;
	height: 0;
}

/*////////////////////////////////////////////////////////////////////////*/
/* Page */
body.page #maincontent {
	min-height: 400px;
}
body.page .socialnetworking-section {
	padding-top: 0;
}

/*////////////////////////////////////////////////////////////////////////*/
/* Homepage */
body.homepage .socialnetworking-section {
	padding-top: 25px;
}

body.homepage .socialnetworking-section p {
	margin: 0 0 10px 0;
}

/*////////////////////////////////////////////////////////////////////////*/
/* Testimonials Home */
body.testimonials .header-section {
	height: 400px;
}
body.testimonials .header-section .enter-overview1 {
	position: absolute;
	top: 0;
	left: 235px;
}

body.testimonials .header-section .enter-overview2 {
	position: absolute;
	top: 10px;
	left: 425px;
}

body.testimonials .header-section .enter-overview3 {
	position: absolute;
	top: 0;
	left: 678px;
}

body.testimonials .header-section .enter-overview4 {
	position: absolute;
	top: 229px;
	left: 609px;
}

body.testimonials .header-section a img {
	border: none;
}
body.testimonials #contentcontainer {
	top: 424px;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Testimonial slideshow */
body.testimonial .header-section {
	height: 394x;
	text-align: left;
}

body.testimonial #contentcontainer {
	top: 394px;
}

#slideshow {
	list-style-type: none;
	width: 600px;
}

#slideshow span {
	display: none;
}

#information h3, #information h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 10px 0 10px;
	padding: 0;
}

#wrapper2 {
	width: 760px;
	position: absolute;
	top: 20px;
	left: 235px;
}

#fullsize {
	width: 495px;
	height:	341px; 
	padding: 0; 	
	float: left;
}

#information {
 	position: absolute; 
	bottom: 0; 
	width: 495px;
	height: 0; 
	background: #414B51; 
	color: #FFFFFF; 
	overflow: hidden;
	z-index: 2; 
	opacity: .8; 
	filter: alpha(opacity=80);
}

#information p {
	margin: 0 10px 5px 10px;
	padding: 0;
}

#image { 
	width: 495px;
	height: 293px;
	margin: 45px 0 0;
	background-color: #000;
	overflow:hidden;
}

#image img {
	display: block;
}

.imgnav {
	display: none;
}

#slider img {
	cursor: pointer; 
	border: 1px solid #CECECE; 
	padding: 1px;
	width: 120px;
	height: 90px;		
}

#slider img.image1 {
	position: absolute;
	top: 45px;
	left: 502px;
}

#slider img.image2 {
	position: absolute;
	top: 45px;
	left: 632px;
}

#slider img.image3 {
	position: absolute;
	top: 145px;
	left: 502px;
}

#slider img.image4 {
	position: absolute;
	top: 145px;
	left: 632px;
}

#slider img.image5 {
	position: absolute;
	top: 245px;
	left: 502px;
}

#slider img.image6 {
	position: absolute;
	top: 245px;
	left: 632px;
}

#imgprev {
	display: none;
	width: 0;
}

#imgnext {
	display: none;
}

#imglink {
	display: none;	
}

.linkhover {
	display: none;	
}

#thumbnails {
	float: left;
	}

#slideleft {
	display: none;		
}

#slideleft:hover {
	display: none;
}

#slideright {
	display: none;	
}

#slideright:hover {
	display: none;
}

#slidearea {
	float: left;
}

#slider {
	 float: left;
	left: 20px;
}

/*////////////////////////////////////////////////////////////////////////*/
/* Multiselect */
.form-search .search .searchfield a.multiSelect {
	height: 19px;
	padding-right: 18px;
	border-color: #a8a7ab;
	background-image: url(../images/multiselect/dropdown.png);
}
.form-search .search .searchfield a.multiSelect-hover {
	background-image: url(../images/multiselect/dropdown.hover.png);
}
.form-search .search .searchfield a.multiSelect span {
	width: 198px !important;
	margin: 0 0 0 5px;
}

.form-search .search .searchfield .multiSelectOptions {
	width: 220px !important;
}

.form-search .search .searchfield .multiSelectOptions label {
	float: none;
	margin: 0;
	width: auto;
}

.form-search .search .searchfield .multiSelectOptions label.checked {
	background-color: #DCDCDC;
}

.form-search .search .searchfield .multiSelectOptions input,
#rightcontent .form-search .search .searchfield .multiSelectOptions input {
	width: auto;
	margin: 0 2px 0 0;
}

.form-search .search .searchfield .multiSelectOptions label.checked {
	font-weight: bold;
}

/*////////////////////////////////////////////////////////////////////////*/
/* Quiz */
body.quiz .header-section {
	height: 515px;
}

body.quiz #contentcontainer {
	top: 515px;
}

body.quiz  #maincontent {
	min-height: 1px;
}


/*////////////////////////////////////////////////////////////////////////*/
/* Students home */
body.students {
	background: #ffffff;
}