@charset "UTF-8";
/* CSS Document */

/* 
Theme Name: WP DHL
Theme URL: http://www.netwerven.nl/
Description: WP Recruitment theme for DHL
Author: Netwerven
Author URI: http://www.netwerven.nl/
Version: 1.0.5
Template: wp-recruitment
*/


/* eric meyer css reset
------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, homebottom, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }

:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white; }
	
table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }


/* TYPOGRAPHY STYLING
======================================== */

/* standard text styles */

body {
	color: #FFF;
	font: normal 12px/1.5em "helvetica neue", helvetica, arial, sans-serif; }

p { 
	line-height: 1.4em !important;
	margin: 0px 0px 1.5em 0px; }

h1 {
	color: #d4002a;
	font: normal 32px "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 20px 0; }
	
h2 {
	color: #d4002a;
	font: normal 24px "helvetica neue", helvetica, arial, sans-serif;
	margin: 15px 0 15px 0; }
	
h3 {
	color: #000;
	font: normal 20px "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 10px 0; }
	
h4 {
	color: #000;
	font: normal 16px "helvetica neue",helvetica,arial,sans-serif;
	margin: 0 0 10px 0; }

h5 {
	color: #000;
	font: bold 16px "helvetica neue",helvetica,arial,sans-serif;
	margin: 0 0 10px 0; }
	
h6 {
	color: #000;
	font: bold 14px "helvetica neue",helvetica,arial,sans-serif;
	margin: 0 0 10px 0; }

/* link styles */

a {
	color: #D20029;
	cursor: pointer;
	text-decoration: underline; }
	
a:hover { color: #FDCC19; }


h1 a, h2 a { 
	color: #d4002a !important;
	text-decoration: none; }

	h1 a:hover, h2 a:hover { 
	color: #d4002a !important;
	text-decoration: none; }

/* list styles */

#content ul, #content ol {
	margin: 0 0 15px 25px;
	list-style-position: outside;
	line-height: 1.5em; }
	
	#content li { padding: 0 0 0 5px; }

/* tables */

#content table {
	font-size: 11px;
	border: 0;
	width: 100%;
	background: #FFFFFF;
	line-height: 16px;
	margin: 0 0 15px 0; }

	#content table a { color: #222222; }

	#content table tr.even { background: #EBEBEB; }
	
	#content table td {
		padding: 3px 5px;
		vertical-align: top; }
		
	#content table p, #content table li { margin: 0; }
	
#content table.nostyling, #content table.nostyling td {
	background: none;
	padding: 0;
	border: 0; }

/* other styles */

ul, ol { color: #333;}

strong { font-weight: bold; }

em { font-style: italic; }

hr {
	border: 1px solid #FFF;
	border-top: 1px solid #c7ced1;
	margin: 0 0 1.5em 0; }
	
blockquote {
	background: #DDD;
	margin: 0 0 1.5em 0;
	padding: 10px; }
	
	blockquote p {
		color: #888;
		font-size: 14px;
		font-style: italic;
		margin: 0; }

/* images, float & clear */

#content img {
	padding: 4px;
	border: 1px solid #c7ced1;
	background: #FFF; }
	
#content img.size-thumbnail {}

#content img.size-medium {}

#content img.size-large {}

.left, .alignleft {
	margin: 3px 15px 3px 0;
	float: left; }
	
.right, .alignright {
	margin: 3px 0 3px 15px;
	float: right; }
	
.clear { clear: both; }

/* STANDARD LAYOUT
========================================*/

body { background: #414141;  }

.inner {
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px; }
	
#header, #main, #footer {
	clear: both;
	float: left; 
	width: 100%; }
	
/* Header
------------------------------*/
	
#header {
	background: url('../wpr-dhl/images/header-bg-pattern.jpg') repeat-x top left;
	height: 105px;
	max-height: 105px; 
	z-index: 2; }

	#header .inner { 
		background: url('../wpr-dhl/images/header-bg.jpg') no-repeat top left;
		height: 105px;
		z-index: 2; }

		#logo { 
			float: left; 
			margin: 25px 0 0 0; }
				
			#logo img {}
							
		#header #search {
			position: relative;
			float: right;
			width: 200px; 
			margin-right: -198px;
			top: 74px; }
			
			#header #search p { 
				color: #FECD1A;
				display: block;
				float: left;
				font-size: 11px;
				font-weight: bold;
				padding-right: 10px;
				text-transform: uppercase; }
		
			#header input#searchfield { 
				border: none;
				font-size: 11px;
				height: 18px;
				margin: 0;
				float: left;
				padding: 0 4px;
				width: 102px; }
				
			#header input#searchbutton {
				background: transparent;
				color: #FECD1A;
				display: block;
				float: right;
				font-size: 11px;
				font-weight: bold;
				padding-right: 0;
				text-transform: uppercase;
				width: 50px;
				height: auto;
				position: relative;
				left: -40px;
				top: -7px;
				border: none;  }

	span.sf-sub-indicator { display: none; }

/* hormenu */

#hormenu { 
	float: left;
	width: 740px;  
	clear: both;
	float: left;
	position: relative; 
	top: 25px;
	left: 0; 
	z-index: 2; }
	
	div#hormenu li#menu-item-377 { display: none; }
	div#hormenu li#menu-item-336  { display: none; }
	
	#menu-hoofdmenu, #menu-hoofdmenu ul { /* all lists */
		line-height: 1;
		list-style: none;
		margin: 0;
		padding: 0; 
		z-index: 2; }

	#menu-hoofdmenu a {
		color: #FFFFFF;
		font: bold 13px Arial, Helvetica, sans-serif; 
		margin-right: 25px;
		text-decoration: none; }

	#menu-hoofdmenu li {
		float: left;
		height: 26px !important;
		width: auto; }

	#menu-hoofdmenu li ul {
		display: none; 
		left: 60px; 
		position: absolute;
		top: 20px;
		width: 134px; 
		z-index: 2; }

	#menu-hoofdmenu li:hover ul, #menu-hoofdmenu li.sfhover ul { 
		background: #d3022a url('../wpr-dhl/images/hormenu-ul-li-ul-bg.png') no-repeat top left;
		display: block;
		height: auto;
		width: 134px; 
		z-index: 2; }

		#menu-hoofdmenu li:hover ul a {	
			border-bottom: 1px solid #FFFFFF !important;
			color: #FFFFFF !important;
			display: block;
			font-size: 11px;
			font-weight: normal;
			height: 20px;
			line-height: 20px;
			margin: 0;
			padding: 3px 0;
			text-indent: 7px;
			text-transform: none;
			width: 134px; }
	
		#menu-hoofdmenu li:hover ul a:hover, 
		#menu-hoofdmenu li.sfhover ul a:hover {
			color: #FDCC19 !important; 
			text-decoration: none; }
	
	
/* main
------------------------------*/

#main { 
	background: #FFFFFF; }
	
	#main .inner {
		background: url('../wpr-dhl/images/main-bg.jpg') no-repeat top left;
		margin-top: -5px;
		padding-top: 20px;
		min-height: 740px;
		padding-bottom: 0;
		position: relative !important; }
		
	/* breadcrumbs */
	
	div#breadcrumbs {
		clear: both;
		float: left;
		width: 900px;
		height: auto;
		left: 0;
		position: relative; top: -12px; }
	
	div#breadcrumbs p { font-size: 11px; color: #000; padding: 0 !important; margin: 0 !important; }

	/* Main navigation */

		#subscribe { 
			float: right;
			height: auto; 
			position: relative;
			left: -1px;
			top: 19px;
			width: auto; }
			
			#subscribe p.left {
				float: left; 
				font-size: 11px;
				color: #000000;
				width: 143px; }
			
			#subscribe p.right {
				float: right;
				margin-left: 0;
				width: 50px;}
			
			#subscribe img { margin-bottom: -3px; }
			
			#subscribe a#rss-aanmelden {}
			#subscribe a#email-aanmelden {}

	#content.vacatures {
		background: #fdcc19;
		width: 510px;
		margin: 0 0 20px 0;
		left: 218px;
		min-height: 515px;
		position: relative;
		float: left;
		/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #AAA;
		-webkit-box-shadow: 1px 1px 2px #AAA;
		box-shadow: 1px 1px 2px #AAA; }
		
		div#content.vacatures h1.pagetitle { 
			color: #D4002A;
    		font-weight: normal;
    		width: 220px; 
    		float: left;
    		margin-left: 10px !important;
    		padding: 0;
    		text-transform: uppercase;
			font: 22px "helvetica neue",helvetica,arial,sans-serif;
    		margin: 20px 0;}
	
	#content.left { float: left; } /* For pages with a right sidebar */
	
	#content.right { float: right; } /* For pages with a left sidebar */
		
		#content .entry {
			background: #FFFFFF;
			width: 441px;
			position: relative;
			margin: 0 20px 20px 22px;
			padding: 10px;
			float: left;
			/* css3 box shadow */
			-moz-box-shadow: 1px 1px 2px #b08e14;
			-webkit-box-shadow: 1px 1px 2px #b08e14;
			box-shadow: 1px 1px 2px #b08e14; }
		
			.entry h2 { font: bold 18px Arial, Helvetica, sans-serif; }
				
				.entry h2 a { text-decoration: none; }
					
			.entry h3 { 	
				color: #D4002A; 
				font: bold 12px Arial, Helvetica, sans-serif; }
					
			.entry p { 
				color: #000000; 
				font: normal 12px Arial, Helvetica, sans-serif; }
				
				.entry p.meta { 
					color: #666666;
					font-size: 11px;
					padding: 5px 0 0 0; }
					
			.entry p.more {
				display: block;
				float: right;
				margin: 0 10px 4px 0;
				padding: 0; }
				
				.entry p.more a { 
					background: url('../wpr-dhl/images/more.png') no-repeat center left;
					color: #D4002A;
					font: bold 11px Arial, Helvetica, sans-serif;
					padding-left: 12px; 
					text-decoration: none; }
		
			/* Share buttons */
			
			.vacaturebutton {
				float: left;
				height: auto;
				width: auto; }
				
				.bt-wrapper { }
				
					.deel .bt-wrapper .bt-content {
						left: -30px !important;
						position: absolute !important; 
						top: 80px !important; }

				.bt-content table { color: #333333; }
				.bt-content label { color: #333333; }
				.bt-content img { position: relative; top: 3px; }
				
			.vacaturebutton a {
				display: block;
				float: left;
				width: 186px;
				height: 26px;
				background-image: url('../wpr-dhl/images/share-btn.png');
				background-repeat: no-repeat;
				text-indent: -9999px;
				cursor: pointer;
				padding: 0;
				margin: -1px 0 10px 0;
				z-index: 999999;
				/* box shadow */
				-moz-box-shadow: 1px 1px 1px #333333;
				-webkit-box-shadow: 1px 1px 1px #333333;
				box-shadow: 1px 1px 1px #333333; }
						
			.deelbericht a { background-position: 200px 0; }
			.deelbericht a:hover { background-position: 200px 30px;	}
			
				#content .bt-content img, #content .bt-content table, #content .bt-content td {
					padding: 0;
					border: 0; }
				
		.readmore {
			height: 20px;
			line-height: 20px;
			margin: 0 0 5px 0;
			float: right;
			text-align: right; }
		
		/* links naar vorige / volgende pagina's */
		
		#prevnext {
			width: 100%;
			clear: both; }
			
			#prev, #next { margin: 15px 15px 20px 15px; }
			
			#prev { 
				font-weight: bold;
				float: left; }
			
			#next { 
				font-weight: bold;
				float: right; }	
				
			#prevnext a:hover { color: #d4002a; }
				
			div #content.vakgebieden #prevnext a { text-decoration: none; padding: 2px 5px; }
					
				div #content.vakgebieden #prevnext a:hover { color: #FFFFFF; }	
			
	.sidebar-left {
		background: url('../wpr-dhl/images/kom-werken-in-de-wereld-van-dhl.jpg') no-repeat top left;
		width: 218px;
		position: absolute;
		float: left;
		left: 0;
		margin-top: 15px;
		padding-top: 200px;
		min-height: 400px; }
				
	.sidebar-right {
		width: 221px;
		position: absolute;
		float: right;
		left: 740px;
		margin-top: 15px;
		min-height: 400px; }	
	
	
/* footer
------------------------------*/
			
#footer { background: #414141; }

	#footer .inner { }		
			
		#footer-social { 
			position: relative;
			top: -38px;
			float: right;
			margin-right: 78px; }
		
		#footer ul.social { list-style: none; }
			
			#footer p { 
				display: inline;
				color: #FFFFFF;
				font-size: 11px;
				padding: 0;
				margin: 0 0 0 3px; }
			
		#footer ul.social li { display: inline; }
			
			#footer ul.social li a {
				float: left;
				display: block;
				height: 25px;
				width: 25px;  }
				
			#footer ul.social li a:hover {}
				
		#footer ul.social li.linkedin a { text-indent: 25px; background: url(../wpr-dhl/images/social/linkedin_16.png) no-repeat 5px 7px; }
		#footer ul.social li.twitter a { text-indent: 25px; background: url(../wpr-dhl/images/social/twitter_16.png) no-repeat 5px 7px; }
		#footer ul.social li.facebook a { text-indent: 25px; background: url(../wpr-dhl/images/social/facebook_16.png) no-repeat 5px 7px; }
		#footer ul.social li.hyves a { text-indent: 25px; background: url(../wpr-dhl/images/social/hyves_16.png) no-repeat 5px 7px; }
		#footer ul.social li.rss a { text-indent: 25px; background: url(../wpr-dhl/images/social/rss_16.png) no-repeat 5px 7px; }
	
	div#footer-nav {
		clear: both;
		float: left;
		height: auto;	
		width: 100%; 
		height: 50px; }
	
		div#footer-nav ul { list-style-type: none; }
		
			div#footer-nav ul li { display: inline; }
			
				div#footer-nav ul li a {
					color: #FFFFFF; 
					display: block;
					float: left;
					font-size: 11px; 
					padding: 20px 20px 20px 0; 
					text-decoration: none; }
					
					div#footer-nav ul li a:hover {
						color: #fdcc19; 
						text-decoration: none; }
						
		div#footer div#footer-copy {
			clear: both;
			display: block;
			float: left;
			position: relative;
			height: 20px;
			margin: -30px 0 10px -3px;
			position: relative; }
			
			div#footer div#footer-copy p { color: #a6a6a6; }	
	
/* CUSTOM PAGE STYLING
========================================*/

/* home
------------------------------*/

#content.home, .sidebar.home { width: 960px; }

	#content.home { 
		background: url('../wpr-dhl/images/kom-werken-in-de-wereld-van-dhl-home.jpg') no-repeat top left;
		position: relative;
		left:; }
		
.home { 
	margin-top: 5px;
	height: 311px;}

.home .widget { min-height: 320px; }

#content.home div.sidebar-right { float: right; }

.introduction {
	float: left; 
	height: auto;
	margin-top: 4px;
	min-height: 280px;
	width: 217px; }

	.introduction h3 {
		color: #000000;
		font-size: 10px;
		margin: 5px 0 10px 0; }
		 
	.introduction p { 
		color: #646464;
		font: bold 14px Arial, Helvetica, sans-serif;
		padding-right: 40px;
		padding-top: 8px;
		line-height: 1.7em !important;  }
	
	div#video { 
		float: left;
		height: 280px;
		margin: 10px 0 0 230px;
		width: 495px;
		/* css3 border radius */
		-moz-box-shadow: 3px 3px 5px #9c7c07;
		-webkit-box-shadow: 3px 3px 5px #9c7c07;
		box-shadow: 3px 3px 5px #9c7c07; }
	
	div#vakgebieden-overzicht {
		float: right; 
		height: 280px;
		margin: 2px 0 0 20px;
		width: 201px; }
		
		div#vakgebieden-overzicht h2 { 
			color: #D4002A;
			font: bold 13px Arial, Helvetica, sans-serif;
			text-transform: uppercase; }
			
		div#vakgebieden-overzicht ul { 
			list-style-type: none;
			margin: 0;
			padding: 0; }
		
			div#vakgebieden-overzicht ul li {
				background: #FFFFFF;
				height: 41px; 
				float: left;
				line-height: 41px;
				margin: 0 0 5px 0;
				padding: 0;
				position: relative;
				overflow: hidden;
				width: 190px;
				/* css3 box shadow */
				-moz-box-shadow: 1px 1px 1px #B08E12;
				-webkit-box-shadow: 1px 1px 1px #B08E12;
				box-shadow: 1px 1px 1px #B08E12; 
				/* css3 border radius */
				-webkit-border-top-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				border-top-right-radius: 5px; }
				
				div#vakgebieden-overzicht ul li a {
					font: bold 9px Arial, Helvetica, Arial;
					color: #D4002A;
					text-decoration: none;
					text-transform: uppercase; }
					
					div#vakgebieden-overzicht ul li a img { 
						border: 0; 
						margin: 3px 5px 0 3px;
						padding: 0;
						display: block;
						float: left; }
	
	div#secondary-content {
		clear: both; 
		float: left;
		margin: 0 0 10px 20px; 
		width: 100%;  }
		
		div#secondary-content div.item-recruiters, 
		div#secondary-content div.item-collegas {
			background: #EBEBEB;
			float: left;
			height: auto;
			margin: 10px 0 10px 20px;
			width: 493px;
			/* css3 border radius */
			-moz-box-shadow: 3px 3px 5px #CCC;
			-webkit-box-shadow: 3px 3px 5px #CCC;
			box-shadow: 3px 3px 5px #CCC; }
		
			div#secondary-content div.item-recruiters h2, 
			div#secondary-content div.item-collegas h2 {
				color: #d4002a; 
				font: bold 17px Arial, Helvetica, sans-serif;
				padding: 0 10px 0 10px; 
				margin: 10px 0 !important;}
			
			div#secondary-content div.item-recruiters p,
			div#secondary-content div.item-collegas p {
				color: #000000;
				font: normal 12px Arial, Helvetica, sans-serif;
				padding: 0 10px; }
			
			div#secondary-content div.item-recruiters img, 
			div#secondary-content div.item-collegas img {
				display: block;
				height: auto; 
				width: auto;
				margin: 5px;
				/* css3 box shadow */
				-moz-box-shadow: 1px 1px 2px #999;
				-webkit-box-shadow: 1px 1px 2px #999;
				box-shadow: 1px 1px 2px #999; }
			
			div#secondary-content div.item-recruiters img { float: right; }
		
			div#secondary-content div.item-collegas img { 
				float: left;
				margin-right: 15px; }		

			div#secondary-content div.item-collegas p.more {
				display: block;
				float: right;
				margin-right: 10px; }
				
				div#secondary-content div.item-collegas p.more a { 
					background: url('images/more.png') no-repeat center left;
					color: #D4002A;
					font: bold 13px Arial, Helvetica, sans-serif;
					padding-left: 12px; 
					text-decoration: none; }
					
		div#secondary-content .nieuwste-vacatures { margin-left: 19px !important; }

/* Page
------------------------------*/

#content.page {
	background: #fdcc19;
	width: 510px;
	margin: 0 0 20px 0;
	height: auto;
	min-height: 178px;
	position: relative;
	left: 218px;
	float: left;
	/* css3 box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA; }

	#content.page div.entry { 
		margin-top: 20px;
		padding-bottom: 10px;
		width: 455px; }

	#content.page div.entry h1 {
		color: #d4002a;
		font: bold 27px "Helvetica Neue", Helvetica, Arial, sans-serif; 
		margin: 0 0 4px 0;
		padding: 0; }
		
	#content.page div.entry p { 
		font-size: 13px;
		padding: 0;
		margin: 0; }
	
	#content.page div.entry img {
    	border: none !important;
    	padding: 0 !important;
    	/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #777;
		-webkit-box-shadow: 1px 1px 2px #777;
		box-shadow: 1px 1px 2px #777; }
	
#sub-content {
	background: #c0c0c0;
	width: 490px;
	margin: 0 0 20px 20px;
	min-height: 178px;
	padding-bottom: 10px;
	position: relative;
	left: 218px;
	float: left;
	/* css3 box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA; }

	#sub-content div.entry { 
		background: #FFFFFF; 
		clear: both;
		float: left;
		height: auto;
		margin: 11px 0 0 11px; 
		padding: 10px 10px 10px 10px;
		width: 446px;	
		/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #AAA;
		-webkit-box-shadow: 1px 1px 2px #AAA;
		box-shadow: 1px 1px 2px #AAA; }
		
		#sub-content div.entry h2 { 
			font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #d4002a;
			margin: 0 0 4px 0;
			padding: 0 }

		#sub-content div.entry p { 
			margin: 0;
			padding: 0 10px 10px 0; }
			
		#sub-content div.entry img {
    		border: none !important;
    		padding: 0 !important; }
    		
    	#sub-content div.entry img.alignleft { margin: 0 10px 10px 0; }
     	#sub-content div.entry img.alignright { margin: 0 -10px 10px 10px; }
   	
    	
/* Blog
------------------------------*/

#content.blog {
	float: left;
}
	.posttitle {
		margin: 0;
	}
	.posttitle a {
		color: #000;
		text-decoration: none; 
	}
	.posttitle a:hover {
		color: #D20029;
		text-decoration: underline; 
	}
	.meta {
		font-size: 12px;
		color: #888;
	}
	.meta a {
		color: #888;
	}
	.meta a:hover {
		color: #D20029;
	}

/* Single blogpost
------------------------------*/

#content.blogpost {
	float: left;
}

/* Visitekaartjes */

#content .visitekaartje {
	padding: 19px;
	width: 580px; }

	.visitekaartje .avatar {
		width: 80px;
		float: left;
		margin: 0 0 0 0;
	}
		#content .visitekaartje .avatar img {
			border: 1px solid #C7CED1;
		    height: 78px;
		    width: 78px;
		    padding: 0;
		}
	.visitekaartje .author {
		width: 260px;
		float: left;
		margin: 0 20px 0 0;
		position: relative;
	}
		.visitekaartje .author h3 {
			margin: 0;
		}
		#content .visitekaartje .author p {
			margin: 0 0 5px 0;
		}
		#content .visitekaartje .author p.meta {
			margin: 0;
		}
		#content .visitekaartje .author p.readmore {
			margin: 0;
		}
	.visitekaartje .contact {
		width: 200px;
		float: left;
	}
		#content .visitekaartje ul {
			list-style: none;
			border-top: 1px solid #c7ced1;
			border-bottom: 1px solid #FFF;
			margin: 0;
		}
		#content .visitekaartje li {
			line-height: 14px;
			padding: 5px;
			color: #555;
			display: block;
			text-decoration: none;
			border-bottom: 1px solid #c7ced1;
			border-top: 1px solid #FFF;
		}
			.visitekaartje li.email {
				background: url(../wpr-dhl/images/social/email_16.png) 5px 4px no-repeat;
				text-indent: 25px;
			}
			.visitekaartje li.phone {
				background: url(../wpr-dhl/images/social/phone_16.png) 5px 4px no-repeat;
				text-indent: 25px;
			}
			.visitekaartje .social a {
				display: block;
				width: 16px;
				height: 16px;
				text-indent: -9999px;
				float: left;
				margin: 0 5px 0 0;
			}
			.visitekaartje a.linkedin { background: url(../wpr-dhl/images/social/linkedin_16.png); }
			.visitekaartje a.twitter { background: url(../wpr-dhl/images/social/twitter_16.png); }
			.visitekaartje a.facebook { background: url(../wpr-dhl/images/social/facebook_16.png); }
			.visitekaartje a.hyves { background: url(../wpr-dhl/images/social/hyves_16.png); }

/* Comments */

#comments {
	margin: 20px 10px 0 10px;
	clear: both;
	float:  left;
}

#content .commentlist {
	margin: 10px 10px 0 10px;
	float: left;
}
.commentlist li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	.comment-body {
		padding: 14px 19px;
		margin: 10px 0 20px 90px;
		position: relative;
		background: #FFF;
		border: 1px solid #c7ced1;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}	
	.comment-body:before {
		content:"";
		display:block; /* reduce the damage in FF3.0 */
		position:absolute;
		top:15px;
		left:-10px;
		border-width:10px 10px 10px 0;
		border-style:solid;
		border-color:transparent #c7ced1;
	}
	.comment-body:after {
		content:"";
		display:block; /* reduce the damage in FF3.0 */
		position:absolute;
		top:15px;
		left:-9px;
		border-width:10px 10px 10px 0;
		border-style:solid;
		border-color:transparent #fff;
	}	
		
		/* Avatar */
		
		#content .comment-body img.avatar {
			position: absolute;
			top: -1px;
			left: -90px;
			padding: 4px;
			border: 1px solid #c7ced1;
			background: #FFF;
		}

		/* Comment author */
		
		.commentlist .comment-author {
			margin: 0 0 15px 0;
		}
		.commentlist .comment-author .fn {
			font-weight: bold;
		}

		/* Metadata */
		
		.commentlist .comment-meta {
			font-size: 12px;
			position: absolute;
			right: 0;
			top: 10px;
			height: 10px;
			width: 100%;
		}
		.commentlist .comment-meta a {
			display: inline;
			font-size: 12px;
			color: #999;
			text-decoration:none;
			position: absolute;
			right:  20px;
			top:  0;
		}
		.commentlist a.comment-edit-link {
			display: none;
		}
			
		/* Comment content */
		
		.comment p {
			font-style: italic;
		}
		.reply {
			font-size: 12px;
			text-align: right;
		}

/* Reactie formulier */
	
#respond {
	float: left;
	margin: 10px;
	padding: 19px 19px 14px 19px;
	background: url('../wpr-dhl/images/whitepx.png') repeat-x scroll 0 0 #F3F4F5;
	border: 1px solid #c7ced1;
}
#respond #comment {
	width: 568px;
	height: 150px;
}

/* Vakgebieden
------------------------------*/

div#content.vakgebieden { padding-bottom: 20px; }

#content.vakgebieden .posttitle { margin: 0 0 15px 0; }

	#content.vakgebieden {
		background: #fdcc19;
		width: 510px;
		margin: 0 0 20px 0;
		min-height: 515px;
		position: relative;
		left: 218px;
		float: left;
		/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #AAA;
		-webkit-box-shadow: 1px 1px 2px #AAA;
		box-shadow: 1px 1px 2px #AAA; }
	
		#content.vakgebieden .entry {
		margin: 20px 0 0 20px; 
		width: 450px; }	
		
			#content.vakgebieden .entry h2.posttitle { padding: 10px 0 0 0; }
	
				#content.vakgebieden .entry h2.posttitle a { 
				color: #d4002a;
				font-size: 14px; }
				
/* Vakgebied
------------------------------*/

	
	#content.vakgebied { margin-left: 218px; }
	
	#content.vakgebied div.vakgebied-quote {
 		background: #FDCC19;
    	float: left;
    	height: auto;
    	min-height: 179px;
    	width: 507px; }
    	
    	#content.vakgebied div.vakgebied-quote p {
    		font-weight: bold;
    		width: 430px; 
    		display: block; 
    		float: left; 
    		margin: 20px 0 0 20px;
    		padding: 20px;
    		color: #000000;
    		background: #FFFFFF; }	
	
	#content.vakgebied div.video {
 		background: #FDCC19;
    	float: left;
    	clear: both;
    	height: 304px;
    	min-height: 304px;
    	width: 507px; }
	
		#content.vakgebied div.video iframe { 
			position: relative;
			left: 17px; 
			top: 15px; }
		
	#content.vakgebied div.entry {
		border: 16px solid #C0C0C0;
    	float: left;
    	margin: 16px 0 20px 18px !important;
    	padding: 10px;
    	position: relative;
    	width: 437px;	
		/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #AAAAAA;
		-webkit-box-shadow: 1px 1px 2px #AAAAAA;
		box-shadow: 1px 1px 2px #AAAAAA; }
		
		#content.vakgebied div.entry h2 { 
			color: #d4002a;
			font-weight: bold;
			font-size: 15px;
			text-transform: uppercase; }	

/* Collega's
------------------------------*/

	#content.collegas {
		background: #fdcc19;
		width: 510px;
		margin: 0 0 20px 0;
		min-height: 515px;
		padding: 20px 0 0 0;
		position: relative;
		left: 218px;
		float: left;
		/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #AAA;
		-webkit-box-shadow: 1px 1px 2px #AAA;
		box-shadow: 1px 1px 2px #AAA; }
		
		#content.collegas .entry {
   			background: #FFFFFF;
   			float: left;
   			clear: both;
    		margin: 0 20px 20px 20px;
    		padding: 0 !important;
    		position: relative;
    		width: 475px; }
	
			#content.collegas .entry h2.posttitle { padding: 10px 0 0 0; }
	
				#content.collegas .entry h2.posttitle a { 
					color: #d4002a;
					font-size: 14px; }
				
			#content.collegas .entry p.meta { 
				color: #000000;
				font-size: 11px; 
				padding-right: 14px;
				margin: 0 0 5px 0; }
				
				#content.collegas .entry p.meta a { 
					color: #000000;
					margin: 0 0 5px 0; }

				#content.collegas .quote {
					color: #888;
					font-size: 14px;
					line-height: 20px;
					font-style: italic;
					min-height: 90px;
					margin: 0 0 10px 0; }
		
				#content.collegas .entry div.quote p { 
					font-weight: bold;
					padding-right: 14px; 
					margin: 0;
					display: inline; }
				
				#content.collegas p.readmore {
					background: url('../wpr-dhl/images/readmore-arrow.jpg') no-repeat center left;
 	 	 			float: right;
    				height: 17px;
    				line-height: 17px;
    				margin: 0 10px 0 0;
    				position: relative;
    				top: -12px;
    				padding: 0 0 0 12px;
    				text-align: right; }
    				
    				#content.collegas p.readmore a {
    					font-size: 12px; 
    					text-decoration: none !important; }
    					
    					#content.collegas p.readmore a:hover { color: #d4002a; }
		
			.collegas .avatar {
				float: left;
				margin: 0 20px 0 0; }
	
				.collegas .avatar img {
					border: none !important;
    				display: block;
    				float: left;
    				height: 122px;
    				margin: 6px 0 6px 6px;
    				padding: 0 !important;
    				width: 122px; 
    				/* box shadow */ 
					-moz-box-shadow: 2px 2px 2px #999;
					-webkit-box-shadow: 2px 2px 2px #999;
					box-shadow: 2px 2px 2px #999; }
		


/* Single collega
------------------------------*/

.collega-visitekaartje {
	background: #fdcc19;
	float: left;
	height: auto;
	margin-bottom: 16px;
	min-height: 178px;
	width: 505px;	
	position: relative; left: 218px;
	/* css3 box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA;  }
		
	.collega-visitekaartje .entry {
		float: left;
		clear: both; 
		background: #FFFFFF;
		min-height: 137px;
		margin: 16px 0 10px 16px;
		width: 475px;
		/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #AAA;
		-webkit-box-shadow: 1px 1px 2px #AAA;
		box-shadow: 1px 1px 2px #AAA; }

	.collega-visitekaartje .avatar {
		float: left;
		margin: 0 20px 0 0; }
	
	.collega-visitekaartje .avatar img {
		border: none !important;
    	display: block;
    	float: left;
    	height: 122px;
    	margin: 6px 0 6px 6px;
    	padding: 0 !important;
    	width: 122px; 
    	/* box shadow */ 
		-moz-box-shadow: 2px 2px 2px #333333;
		-webkit-box-shadow: 2px 2px 2px #333333;
		box-shadow: 2px 2px 2px #333333; }
		
		.collega-visitekaartje .entry h2.posttitle { 
			padding: 10px 0 0 0;
			color: #d4002a;
			font-size: 14px; }
			
		.collega-visitekaartje .entry p.meta { 
				color: #000000;
				font-size: 11px; 
				margin: 0 0 5px 0;
				padding-right: 14px; }
				
			.collega-visitekaartje .entry p.meta a { 
				color: #000000;
				margin: 0 0 10px 0; }		
	
		.collega-visitekaartje .quote {
			color: #888;
			font-size: 14px;
			line-height: 20px;
			font-style: italic;
			min-height: 40px;
			margin: 0 0 10px 0; 
			clear: none;
			width: 326px;
			float: right;}
		
			.collega-visitekaartje .entry div.quote p { 
				font-weight: bold;
				padding-right: 14px; 
				margin: 0;
				display: inline; }
				
/* collega single entry */

div#content.collega { margin-left: 218px; }

div#content.collega div.entry { 
	border: 16px solid #c0c0c0;
    float: left;
    margin: 0 0 20px 16px !important;
    padding: 10px;
    position: relative;
    width: 437px;	
	/* css3 box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA; }
	
	div#content.collega div.video {
	background: #c0c0c0;
    float: left;
    margin: 0 0 0 16px !important;
    padding: 15px 10px 0 15px;
    position: relative;
    width: 464px;	
	/* css3 box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA;}


	div#content.collega div.sidebar-right {
		position: relative;
		clear: left;
		float: right; }
	

/* Vacatures
------------------------------*/

/* vacature weergave opties */

#content.vacatures .displaysettings {
	width: auto;
	margin-bottom: 10px;
	position: relative;
	top: 7px;
	right: 8px;
	padding: 19px 2px 19px 19px;
	color: #444444;
	float: right;
	width: 200px; }
	
#vacature_weergave { float: right; }

	#vacature_weergave span { 
		float: left; 
		position: relative;
		top: -2px; }
	
	.displaysettings .samenvatting-link {
		background: url(../wpr-dhl/images/viewsummary.png);
		height: 15px;
		width: 15px;
		float: left;
		text-indent: -9999px; }
		
	.displaysettings .lijst-link {
		background: url(../wpr-dhl/images/viewlist.png);
		height: 15px;
		width: 15px;
		margin: 0 5px;
		float: left;
		text-indent: -9999px; }

	/* Vacature lijst weergave */
	
	#content.vacatures table {
		width: 490px;
		margin: 0 10px 10px 10px;
		/* css3 box shadow */ 
		-moz-box-shadow: 1px 1px 1px #b08e12;
		-webkit-box-shadow: 1px 1px 1px #b08e12;
		box-shadow: 1px 1px 1px #b08e12; }
		
		#content.vacatures tr.labels td { 
			background: #d4002a;
			color: #FFFFFF;
			font-size: 11px;
			font-weight: normal;
			text-transform: uppercase; }
		
		#content.vacatures table a {
			color: #333;
			text-decoration: none; }
			
		#content.vacatures table a:hover {
			color: #D20029;
			text-decoration: underline; 	}
			
		.vacatures .entry { 
			margin-left: 12px !important;
			width: 468px !important }

/* single vacature
------------------------------*/

#content.vacature { 
	float: left;
	position: relative;
	left: 218px;
	margin: 0 0 20px 0;
	width: 520px; }

	#content .vacaturemeta {
		background: #fdcc19;
		position: relative;
		left: -20px;
		width: 490px;
		min-height: 158px;
		float: left; }
		
		div.vacature div.vacaturemeta { position: relative; left: -22px !important; }
	
		#content .vacaturemeta table { 
			background: #FFFFFF !important;
			margin: 5px 0 0 0 !important;
			/* box shadows */
			-moz-box-shadow: 1px 1px 1px #b08e12;
			-webkit-box-shadow: 1px 1px 1px #b08e12;
			box-shadow: 1px 1px 1px #b08e12; }
			
			#content .vacaturemeta table h2 {
				color: #646464;
				font: bold 15px Arial, Helvetica, sans-serif;
				margin: 0;	
				padding: 5px 0; }

		#content .vacaturemeta table, 
		#content .vacaturemeta td {
			background: none;
			line-height: 20px; 
			margin: 0;
			padding: 0;	}
		
		#content .vacaturemeta td {
			color: #646464;
			font-size: 12px;
			min-width: 120px;
			padding: 2px 10px !important;
			border-bottom: 1px solid #000000; }
								
			#content .vacaturemeta table a { 
				color: #d4002a; 
				text-decoration: none; }

	.vacature div.entry-border { 
		border: 13px solid #c0c0c0;
		margin: 0 0 20px 10px !important;
		padding: 10px 22px 10px 10px !important;
		/* box shadow */
		-moz-box-shadow: 1px 1px 1px #858686 !important;
		-webkit-box-shadow: 1px 1px 1px #858686 !important;
		box-shadow: 1px 1px 1px #858686 !important; }
		
		div.entry-border h1 { font-size: 22px; color: #d4002a; }
	
		#map_canvas img { background: transparent; }
		
		#map_canvas { color: #000000 !important; }
		
		#map_canvas a { color: #d4002a; }
		
		#standard_html {
			display: none; }
	
	.vacature .vacaturebutton {
		float: right;
		margin: 0 0 10px 10px; }

	/* cta's, solliciteren en stel een vraag */	
	
	.solliciteren {
		float: right;
		margin: 0 0 10px 0; }	
		
	a.btnsolliciteren, 
	a.btnvraag { 
		background: #d4002a url('../wpr-dhl/images/white-arrow.png') no-repeat 8px 8px;
		color: #FFFFFF;
		font: normal 14px Arial, Helvetica, sans-serif;
		line-height: 24px;
		height: 24px;
		padding: 5px 10px 5px 24px;
		margin: 0 5px;
		text-decoration: none;
		text-transform: uppercase;
		/* css3 box shadow */ 
		-moz-box-shadow: 1px 1px 1px #333333;
		-webkit-box-shadow: 1px 1px 1px #333333;
		box-shadow: 1px 1px 1px #333333; }
		
	p.geen-vacatures {
		color: #000000; 
		padding: 10px }
		
		p.geen-vacatures a { 
			color: #d4002a !important;
			text-decoration: underline !important; }

/* Solliciteren en Stel een vraag

------------------------------*/

div#content.solliciteer-vacature form.emailform, div#content.stel-een-vraag-vacature form.emailform { margin-top: 20px; }	

div.rss input.submit,
div#content.solliciteer-vacature input.submit-form,
div#content.stel-een-vraag-vacature input.submit-form { 
    background: #D4002A url('../wpr-dhl/images/white-arrow.png') no-repeat 8px 8px;
    border: none;
    color: #FFFFFF;
    font: 14px/24px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 5px 5px 5px;
    padding: 5px 10px 3px 24px !important;
    text-indent: 0;
    text-decoration: none;
    text-transform: uppercase;
    /* box shadow */
    -moz-box-shadow: 1px 1px 1px #333333;
	-webkit-box-shadow: 1px 1px 1px #333333;
	box-shadow: 1px 1px 1px #333333; }
	
.solliciteer-vacature table { color: #333333; }

		
/* FAQ
------------------------------*/

	#content.faq {
		background: #fdcc19;
		width: 510px;
		margin: 0 0 20px 0;
		min-height: 515px;
		position: relative;
		float: left;
		/* css3 box shadow */
		-moz-box-shadow: 1px 1px 2px #AAA;
		-webkit-box-shadow: 1px 1px 2px #AAA;
		box-shadow: 1px 1px 2px #AAA; }

		#content.faq h2 {
			color: #d4002a;
			font-size: 18px;
			font-weight: normal;
			padding: 10px 0 0 20px;
			text-transform: uppercase; }
		
		#content.faq .entry { 
			margin: 0 0 20px 20px !important; 
			padding: 0;
			width: 470px !important; }		
			
		#content.faq div.entry h4 {
			display: block;
			background: #d3022a;
			color: #FFFFFF;
			font-size: 15px;
			font-weight: bold;
			padding: 4px 10px;
			margin: 0 0 10px 0;
			text-transform: uppercase; }	
			
		div#content.faq div.entry p.faq-question { 
			float: left;
			clear: both;
			margin: 0;
			padding: 10px 20px 10px 10px; }
			
	div#content.faq div.entry p.faq-question a { 
		color: #000000; 
		text-decoration: none; }
		
			p.faq-question a { 
		display: block;
		float: left;
		clear: both;
		width: 420px;
		height: auto;
		padding-bottom: 30px;
		background: url('../wpr-dhl/images/antwoord.gif') no-repeat 0% 100%; }

		
		div#content.faq div.entry p.faq-question a:after { 
			float: left;
			clear: both;
			color: #d3022a;
			font-weight: bold;
			padding: 10px 0;
			padding-right: 12px;
			width: 100%;
			background: url('images/readmore-arrow.jpg') no-repeat 66px 16px; }

div#content.faq div.entry p.faq-answer {
	color: #565555;
	float: left;
	clear: both;
	padding: 0 10px 0 10px;
	margin: 0 0 20px 10px;
	border-left: 1px solid #CCCCCC;
	font-size: 12px; 
	width: 420px;
	font-style: italic; }

div#content.faq div.single-faq-entry { margin-top: 20px !important; }

	div.single-faq-entry .ask-question {}
		
		div.single-faq-entry .ask-question form {}
		
		div.single-faq-entry .ask-question form h3 {
			color: #D4002A;
    		font-size: 18px;
    		font-weight: normal;
    		padding: 10px 0 0 20px;
    		text-transform: uppercase; }
		
		div.single-faq-entry .ask-question form p {
			display: block;
			float: left;
			clear: both; 
			width: 100%; 
			position: relative;
			left: 20px;  }
		
		div.single-faq-entry select {
			color: #000000;
			padding: 3px;
			font-size: 11px; }

			div.single-faq-entry select:focus, div.single-faq-entry select:active {
				border: 1px solid #888888;
				color: #000000; }
		
		div.single-faq-entry .ask-question form textarea { font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif; }
		
			div.single-faq-entry input {
    			background: #D4002A;
    			border: none;
    			color: #FFFFFF;
   				font: bold 12px Arial,Helvetica,sans-serif;
    			height: 23px;
   		 		margin: 4px 0 18px 20px;
    			padding-bottom: 4px !important;
    			text-align: left;
    			text-transform: uppercase;
   				width: 172px; }
		
		div.ask-question p.faq-message { padding-bottom: 12px !important; }

/* Contact
------------------------------*/

#content.contact { position: relative; left: 218px;}

#content.contact div.entry h1 { 
	color: #d4002a; 
	font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	padding-bottom: 20px; }

.sidebar-middle {
	background: #c0c0c0;
	width: 480px;
	margin: 0 0 30px 10px;
	min-height: auto;
	padding: 12px 0 0 12px;
	position: relative;
	left: 218px;
	float: left;
	/* box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA; }
	
	.sidebar-middle .recruiter { 
		background: #FFFFFF;
		float: left;
		height: 100px;
		margin: 0 10px 10px 0;
		width: 229px; }
		
		.sidebar-middle .recruiter img { 
			display: block;
			float: left;
			height: 68px;
			margin: 5px 10px 0 5px;
			width: 73px; }
			
		.sidebar-middle .recruiter h2 { 
			color: #d3002a;
			font: bold 10px "Helvetica Neue", Helvetica, Arial, sans-serif; 
			margin: 5px 0 0 0;
			padding: 0; }
			
			.sidebar-middle .recruiter h2 a { text-decoration: underline; }
			
		.sidebar-middle .recruiter p.functie { 
			color: #656464;
			font-size: 10px;
			margin: 0; 
			padding: 0 5px 0 0; }
			
		.sidebar-middle .recruiter p.locatie { 
			color: #000000;
			font-size: 11px;
			margin: 0; 
			padding: 0; }
			
		.sidebar-middle .recruiter p.morelink {
			background: url('../wpr-dhl/images/readmore-arrow.jpg') no-repeat center left;
			display: block; 
			float: right;
			height: auto;
			margin-top: 5px; 
			margin-right: 0;
			padding-left: 12px;
			width: auto; }
			
			.sidebar-middle .recruiter p.morelink a { 
				color: #d4002a;
				font-size: 11px;
				padding: 0 10px 0 0;
				font-weight: normal;
				text-decoration: none; }
			
				.sidebar-middle .recruiter p.morelink a:hover { color: #d4002a;}

	#content.contact .kaart {}
	
	#content.contact .contactgegevens {}
	
	#content.contact .contactgegevens.wide { width: 560px; }
	
		#content.contact img {}


/* Single author
------------------------------*/

	#content.authors {
		background: #fdcc19;
		width: 500px;
		margin: 0 0 20px 0;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		position: relative;
		left: 218px;
		float: left;
		/* box shadow */
		-moz-box-shadow: 1px 1px 2px #AAA;
		-webkit-box-shadow: 1px 1px 2px #AAA;
		box-shadow: 1px 1px 2px #AAA; }
		
		#content.authors div.visitekaartje {
			background: #FFFFFF;
			float: left;
			height: 100px;
			margin: 5px;
			padding: 0;
			width: 233px }
			
			#content.authors div.visitekaartje div.avatar {
				float: left;
				height: 70px;
				margin: 5px 0 0 5px;
				padding: 0;
				width: 76px;
				/* box shadow */
				-moz-box-shadow: 1px 1px 1px #CCC;
				-webkit-box-shadow: 1px 1px 1px #CCC;
				box-shadow: 1px 1px 1px #CCC; }
				
				#content.authors div.visitekaartje div.avatar img {
					display: block;
					float: left;
					height: auto;
					width: 76px;
					margin: 0;
					padding: 0; }
			
			#content.authors div.visitekaartje div.author {
				height: 80px;
				float: left;
				position: relative;
				left: 10px;
				width: 120px; }
				
				#content.authors div.visitekaartje div.author h3 {
					color: #D4002A;
					font: bold 10px "Helvetica Neue", Helvetica, Arial, sans-serif; 
					margin-top: 5px; }
				
				#content.authors div.visitekaartje div.author p.meta {
					color: #646464;
					font-size: 10px;
					padding: 3px 0; }
				
				#content.authors div.visitekaartje div.author p.readmore {
					font-size: 11px;
					position: relative;
					top: 14px; }

					#content.authors div.visitekaartje div.author p.readmore a {
						background: url('../wpr-dhl/images/readmore-arrow.jpg') no-repeat 3px 3px;
					 	text-decoration: none;
					 	padding-left: 16px; }				


/* Single author
------------------------------*/

#content.author {
	background: #fdcc19;
	float: left;
	margin: 0 0 20px 0;
	min-height: 169px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	left: 218px;
	width: 500px; 
	/* box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA; }
	
	#content.author .entry { 
		position: relative;
		left: -11px;
		width: 456px !important; }
	
		#content.author .entry div.avatar {
			border: none; 
			float: left;
			height: 120px;
			margin: 0;
			overflow: hidden;
			padding: 0;
			width: 128px; 
			/* box shadow */
			-moz-box-shadow: 1px 1px 1px #CCC;
			-webkit-box-shadow: 1px 1px 1px #CCC;
			box-shadow: 1px 1px 1px #CCC; }
			
			#content.author .entry div.avatar img { 
				border: none;
				display: block;
				float: left;
				padding: 0;
				height: auto;
				width: 128px; }
		
		div#content.author div.contact-gegevens h2 {
			color: #D4002a;
			display: block;
			float: left;
			font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
			left: 10px;
			margin: 0;
			padding: 0;
			position: relative; 
			width: 160px;}
			
		div#content.author div.contact-gegevens p {
			display: block;
			float: left;
			left: 10px;
			position: relative; 
			width: 180px; }	
			
		div#content.author div.contact-gegevens p.email-en-specialisatie a {
			color: #000000; 
			font-size: 12px;
			text-decoration: underline; }
		
			div#content.author div.contact-gegevens p.email-en-specialisatie span { color: #646464; }
	
		div#content.author div.contact-gegevens ul {
			color: #000000; 	
			display: block;
			float: right; 
			font: normal 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
			height: auto; 
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			top: -19px;
			left: 10px;
			width: 90px; }
		
			div#content.author div.contact-gegevens ul li { padding: 0 0 4px 0; }
			
			#content.author .contact .social a {
				display: block;
				float: left;
				height: 16px;
				margin: 0 5px 0 0;
				text-indent: -99999px;
				width: 16px; }	
				
			#content.author .contact a.linkedin { background: url(../wpr-dhl/images/social/linkedin_16.png); }
			#content.author .contact a.twitter { background: url(../wpr-dhl/images/social/twitter_16.png); }
			#content.author .contact a.facebook { background: url(../wpr-dhl/images/social/facebook_16.png); }
			#content.author .contact a.hyves { background: url(../wpr-dhl/images/social/hyves_16.png); }
		
			/* bio van recruiter */
			
			.mijn-bio h2 { padding-bottom: 6px !important}
			
			/* vacatures van recruiter */
		
			.mijn-vacatures ul { 
				list-style-type: none;
				margin: 10px 0;	
				padding: 0; }
			
				.mijn-vacatures ul li { 
					border-bottom: 1px solid #c0c0c0;
					clear: both; 
					display: block;
					line-height: 1.6em;
					padding: 0 2px;
					width: 440px; }
					
				.mijn-vacatures ul li a { text-decoration: none; }
	
	
/* Vestigingen
------------------------------*/

/* vestigignen archive */

#content.vestigingen {
    -moz-box-shadow: 1px 1px 2px #AAAAAA;
    background: none repeat scroll 0 0 #FDCC19;
    float: left;
   	position: relative;
	left: 218px; 
    margin: 0 0 20px;
    min-height: 179px;
    position: relative;
    width: 510px; }	

#content.vestigingen #map_canvas { margin: 10px 0 20px 20px; }

#sub-content.vestigingen { 
	background: #ebebeb;
	position: relative;
	left: 218px;  }

	#sub-content.vestigingen h1 {
		color: #d4002a;
		font: normal 19px "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 10px 0 0 10px;
		padding: 0;
		text-transform: uppercase; }
	
#sub-content.vestigingen div.entry { 
	height: 106px;
	overflow: hidden; 
	width: 448px; }
	
	#sub-content.vestigingen div.entry h2.posttitle { 
		color: #d4002a;     
    	font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif; 
    	margin: 0 0 4px 0; 
    	padding: 0;
    	position: relative; 
    	left: 0; }

       	#sub-content.vestigingen div.entry h2.posttitle a { color: #d4002a; }

		#sub-contentvestigingen div.entry p.adres { 
			color: #000000; 
			font-size: 12px;
			left: -10px;		
			position: relative; 
			top: 8px; }

		#sub-content.vestigingen div.entry p.more a { 
			font-size: 13px;
			font-weight: normal;
			left: 9px;		
			position: relative;
			top: -2px;  }

		#sub-content.vestigingen div.entry img { 
			border: none; 
			display: block; 
			float: left;
			height: auto; 
			left: -5px;	
			margin: 0; 
			padding: 0; 
			position: relative; 
			width: 107px; 
			top: -5px; }
			
			
/* vestigingen single */

#content.vestiging {
    -moz-box-shadow: 1px 1px 2px #AAAAAA;
    background: none repeat scroll 0 0 #FDCC19;
    float: left;
    margin: 0 0 20px;
    min-height: 178px;
    position: relative;
    left: 218px;
    width: 510px; }	

	#content.vestiging div.entry { 
		height: 140px;
		margin: 10px 0 0 20px;
		width: 459px; }

		#content.vestiging .entry h1.posttitle {
			color: #d4002a;
			font: normal 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin: 6px 0 6px 0;
			padding: 0;
			text-transform: none; }
			
		#content.vestiging div.entry img {
			border: none; 
			display: block;
			float: left;
			height: auto;
			margin: -3px 0 0 0;
			padding: 0;
			width: 140px }	
				
#sub-content.vestiging { 
	background: #ebebeb; }

	#sub-content.vestiging h2 {
		color: #d4002a;
		font: normal 19px "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 10px 0 0 10px;
		padding: 0;
		text-transform: uppercase; }
	
		#sub-content.vestiging div.entry { 
			height: auto;
			width: 448px; }
	
			#sub-content.vestiging div.entry h2.posttitle { 
				color: #d4002a;     
    			font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
    			margin: 0 0 4px 0; 
  	 		 	padding: 0;
    			position: relative; 
    			left: 0;
    			text-transform: none; }

      	 	#sub-content.vestiging div.entry h2.posttitle a { color: #d4002a; }
	

/* 404
------------------------------*/

#content.notfound {
	width: 100%; }

#content.notfound .entry {
	width: 400px;
	margin: 50px auto;
	float: none; }

.search {
	position: relative;
	height: 40px;
	margin: 0 0 15px 0; }

/* Search results
------------------------------*/

.searchresults {
	position: relative;
	left: 220px; }

.searchresults .posttitle { margin: 0 0 15px 0; }

.searchresults .entry { padding-left: 15px !important; width: 447px !important;}


/* Search results
------------------------------*/

div#content.rss div.entry p a { color: #d4002a; text-decoration: none;}

#content.rss img {
	padding: 2px 0 0 0;
	border: none; }

#content.rss form { 
	position: relative;
	left: -6px;
	margin: 12px 0; }

	#content.rss input.submit { 
		margin-top: 12px; 
		margin-left: 12px; }
		
		#content.rss .tags { display: none; }
	
	#content.rss select { 
		margin: 5px 0; 
		width: 210px; }
	
/* Email vacatures 
------------------------------*/

.rss table { color: #333; }

.rss select { position: relative; left: 10px;}

div.email-vacatures input[type=text] { width: 200px; }
 
div.email-vacatures select { width: 210px; }


/* OTHER STYLES
========================================*/

/* forms
------------------------------*/

form p { margin: 0; }

	input, textarea, select {
		font-size: 11px;
		margin: 5px 0 10px 0;
		padding: 4px;
		border: 1px solid #c7ced1;
		color: #888; }
		
	textarea {
		width: 300px;
		height: 150px; }
		
	select {
		min-width: 150px;
		line-height: 25px; }
	
	textarea:focus, input:focus, select:focus {
		border: 1px solid #888;
		color: #333; }
	
	input.submit, input#submit {
		display: block;
		float: left;
		width: 120px;
		height: 31px;
		background: url('../wpr-dhl/images/btnversturen.png');
		text-indent: -9999px;
		cursor: pointer;
		padding: 0;
		border: 0;
		margin: 0 0 10px 0; }
	
	input.submit:hover, input#submit:hover { background-position: 0 31px; }
	
	.toelichting {
		line-height: 30px;
		color: #888; }
	
	/* Form validation */
	
	.error {
		color: red;
		margin: 0 0 0 10px; }


/* Widgets
------------------------------*/

.widget { 
	clear: both;
	float: left;
	height: auto;
	width: 190px; }

	.widget .widgettitle a {
		color: #000;
		text-decoration: none; }
	
	.widget .widgettitle a:hover {
		color: #D20029;
		text-decoration: underline; }
	
	.widget ul { list-style: none; }
		
		.widget li a {
			display: block;
			text-decoration: none; }
			
		.widget li a:hover {
			color: #D20029;
			text-decoration: underline; }
			
		.widget li ul a { padding-left: 15px; }
		
	.widget .readmore { margin: 10px 0 0 0; }

/* vacatures zoeken*/

div.vacatures-zoeken { 
	background: #fdcc19;
	margin: 0 0 0 10px;
	/* box shadow */
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666; }
	
	div.vacatures-zoeken h3.widgettitle {
		background: #D4002A;
		color: #FFFFFF;
		font: normal 13px Arial, Helvetica, sans-serif;
		height: 26px;
		line-height: 26px;
		padding: 0 0 0 10px;
		text-transform: uppercase;
		width: 180px; 
		/* box shadows */
		-moz-box-shadow: 1px 1px 1px #b08e12;
		-webkit-box-shadow: 1px 1px 1px #b08e12;
		box-shadow: 1px 1px 1px #b08e12; 
		/* text shadow */
		text-shadow: 0 1px 0 #b80024;
		/* border radius */
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px; }
		
		.vacatures-zoeken p.tags,
		.vacatures-zoeken p.werkervaring { display: none; }
		
/* top vacatures */

div.gerelateerde-vacatures,
div.topvacatures, 
div.nieuwste-vacatures { 
	background: #c0c0c0;
	margin: 0 0 0 10px;
	/* box shadow */
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999; }
	
	div.gerelateerde-vacatures { margin-bottom: 20px; }
	
div#secondary-content div.sidebar-right div.topvacatures { margin: 0 0 10px 20px !important; }	
	
	div.gerelateerde-vacatures h3.widgettitle,
	div.topvacatures h3.widgettitle,
	div.nieuwste-vacatures h3.widgettitle {
		background: #fdcc19 url('../wpr-dhl/images/top-vacatures.png') no-repeat top left;
		color: #d4002a;
		font-size: 12px;
		height: 27px;
		line-height: 27px;
		padding: 0 10px;
		margin: 0;
		text-transform: uppercase;
		width: 170px;		
		/* box shadows */
		-moz-box-shadow: 1px 1px 1px #b08e12;
		-webkit-box-shadow: 1px 1px 1px #b08e12;
		box-shadow: 1px 1px 1px #b08e12; }
		
		div.gerelateerde-vacatures h3.widgettitle { font-size: 11px; }
		
	div.gerelateerde-vacatures ul li,
	div.topvacatures ul li,
	div.nieuwste-vacatures ul li {
		border-bottom: 1px solid #FFFFFF;
		clear: both; 
		display: block;
		float: left;
		padding: 3px 0 3px 10px;
		width: 180px; }
		
		div.gerelateerde-vacatures ul li a,
		div.topvacatures ul li a,
		div.nieuwste-vacatures ul li a { 
			color: #000000; 
			font-size: 11px; 
			font-weight: bold;
			text-transform: uppercase; }
	
		div.gerelateerde-vacatures p.readmore,
		div.nieuwste-vacatures p.readmore {
			height: auto;		
			margin: 0;
			display: block;
			float: right;
			text-align: left;
			width: auto; }
			
			div.topvacatures p.readmore { 
				position: relative;
				left: 5px;
				padding: 5px 5px 5px 0 !important; }
	
			div.gerelateerde-vacatures p.readmore a
			div.topvacatures p.readmore a,
			div.nieuwste-vacatures p.readmore a {
				background: #d4002a url('../wpr-dhl/images/white-arrow.png') no-repeat 8px 10px;
				clear: both;
				color: #FFFFFF;
				display: block;
				font: normal 11px Arial, Helvetica, sans-serif;
				float: left;
				padding: 7px 0 5px 20px;
				text-transform: uppercase;
				text-decoration: none;
				width: 170px; }
			
				div.topvacatures ul li p.link-naar-vakgebied { 
					padding: 0 !important;
					margin: 0 !important; }
								
				div.topvacatures ul li p.link-naar-vakgebied a { 
					color: #FFFFFF;
					font-size: 11px !important;
					font-weight: normal !important;
					text-transform: none !important; }
			

/* widget submenu / widget_nav_menu */

div.submenu, 
div.widget_nav_menu, 
div.onze-recruiters, 
div.post-type-posts {
	clear: both;
	float: left;
	height: auto;
	margin-top: -9px;
	margin-bottom: 20px;
	margin-left: 17px;
	width: 180px;}

	div.submenu h3.widgettitle, div.widget_nav_menu h3.widgettitle, div.onze-recruiters h3.widgettitle, div.post-type-posts h3.widgettitle a {
		border-bottom: 1px solid #A3A3A3;
		color: #D4002A;
		clear: both;
		display: block;
		float: left;
		font: normal 21px "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding-bottom: 3px !important;
		width: 180px; }
	
		div.submenu h3.widgettitle a, div.widget_nav_menu h3.widgettitle a, div.onze-recruiters h3.widgettitle a, div.post-type-posts h3.widgettitle a:{ color: #D4002A; }
				
			div.submenu ul li a, div.widget_nav_menu ul li a, div.onze-recruiters ul li a, div.post-type-posts ul li a {
				background: url('images/submenu-li-bg.png') no-repeat top left;
				border-bottom: 1px solid #A3A3A3;
				clear: both; 
				color: #000000;
				display: block; 
				float: left;
				height: 21px;
				overflow: hidden;
				line-height: 21px;
				padding-left: 12px;
				width: 168px; }

			div.submenu ul li a:hover, div.submenu ul li.active a,
			div.widget_nav_menu ul li a:hover, div.widget_nav_menu ul li.current_page_item a,
			div.onze-recruiters ul li a:hover, div.onze-recruiters ul li.active a,
			div.post-type-posts ul li.active a, div.post-type-posts ul li a:hover {				
				background: url('../wpr-dhl/images/submenu-li-bg.png') no-repeat bottom left; 
				color: #000000; 
				text-decoration: none; }
				
				div.widget_nav_menu ul li.current_page_item a { font-weight: bold; }


/* vacatures zoeken */

#vacature_filter { margin: 6px 0 0 10px; }

	.vacatures-zoeken select,
	.vacatures-zoeken input { 
		border: none;
		font: normal 11px Arial, Helvetica, sans-serif;
		padding: 2px 2px 2px 5px !important;
		/* box shadow */
		-moz-box-shadow: 1px 1px 1px #b08e12;
		-webkit-box-shadow: 1px 1px 1px #b08e12;
		box-shadow: 1px 1px 1px #b08e12; }

	.vacatures-zoeken input {
		width: 164px;
		height: 20px;
		line-height: 20px;
		margin: 0 0 10px 0; }
		
	.vacatures-zoeken select {
		width: 172px;
		height: 24px;
		margin: 0 0 5px 0;
		padding: 2px 2px 2px 0 !important; }
		
	#gevonden-vacatures {
		color: #6c5a18;
		line-height: 20px;
		margin: 2px 5px 12px 5px; }
		
	input.zoekvacature {
		background: url('../wpr-dhl/images/white-arrow.png') no-repeat scroll 8px 8px #D4002A;
		border: none;
		color: #FFFFFF;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 23px;
		margin: 10px 10px 10px 10px;
		padding-bottom: 4px !important;
		padding-left: 20px !important;
		text-align: left;
		line-height: 23px !important;
		padding-top: 4px !important;
		text-transform: uppercase;
		width: 152px; }
	
		input.zoekvacature:hover { }


/* ervaring collega */

.ervaring-collega {
	background: #fdcc19;
	clear: both;
	float: left;
	height: auto;
	position: relative;
	margin: 0 0 20px 10px !important;
	width: 190px; 
	/* css3 box shadow */
	-moz-box-shadow: 1px 2px 2px #AAA;
	-webkit-box-shadow: 1px 2px 2px #AAA;
	box-shadow: 1px 2px 2px #AAA; }

div.ervaring-collega h3.widgettitle {
	font: normal 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d4002a url('../wpr-dhl/images/ontmoet-je-collegas.png') no-repeat top right;
	width: 170px; 
	height: 27px; 
	line-height: 27px;
	padding: 0 10px;
	color: #FFFFFF;
	margin: 0;
	text-transform: uppercase;}

.ervaring-collega .avatar {
	position: absolute;
	top: 60px;
	left: 20px;
}

.ervaring-collega .avatar img { 
	display: block;
	float: left;
	height: 70px;
	margin: 5px 0 0 -4px;
	width: 70px; 	
	/* css3 box shadow */
	-moz-box-shadow: 1px 1px 2px #AAA;
	-webkit-box-shadow: 1px 1px 2px #AAA;
	box-shadow: 1px 1px 2px #AAA; }

.ervaring-collega .quote {
	background: #FFFFFF; 
	width: 156px; 
	min-height: 95px;
	float: left;
	padding: 10px;
	height: auto;
	margin: 5px 7px;	
	/* css3 box shadow */
	-moz-box-shadow: 1px 2px 2px #B08E12;
	-webkit-box-shadow: 1px 2px 2px #B08E12;
	box-shadow: 1px 2px 2px #B08E12; }

.ervaring-collega .quote h4 { margin: 0 0 3px 0; padding: 0; }

.ervaring-collega .quote h4 a { 
	color: #000000;
	font: bold 12px "Helvetiva Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin: 0 0 6px 0 !important;
	line-height: 1.4em;
	padding: 0 !important; }

.ervaring-collega .quote p {
	color: #d3022a;
	font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	width: 80px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 80px;}

.ervaring-collega .quote p.readmore {
	background: url('../wpr-dhl/images/readmore-arrow.jpg') no-repeat scroll 0 4px transparent;
	left: -10px;
	padding-left: 10px;
	position: relative; 
	top: 60px; }
	
	.ervaring-collega .quote p.readmore a { 
		text-decoration: none; }

.ervaring-collega .quote p.readmore:before { content: none; }
.ervaring-collega .quote p.readmore:after { content: none; }

.ervaring-collega .readmore {
	display: none;
}

/* zoek vestigingen */

div.zoek-vestigingen { 
	margin: 0 0 0 10px;
	/* box shadow */
	-moz-box-shadow: 2px 2px 2px #999999;
	-webkit-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999; }

	div.zoek-vestigingen h3 {
		background: #d4002a;
        clear: both;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 14px;
        height: 27px;
        line-height: 27px;
        margin: 0;
        padding: 0 10px;
        text-transform: uppercase;
        width: 170px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px; }
	
	div.zoek-vestigingen form { 
		background: #fdcc19;
		clear: both;
		display: block;
		float: left;
		height: auto;
		padding: 4px 10px;
		width: 170px; }

		div.zoek-vestigingen input.hide_label, div.zoek-vestigingen select {
			clear: both;
			color: #878787;
			display: block; 
			float: left; 
			font: normal 12px "Helvetica Neue", Helvetica, Arial, Sans-serif;
			margin: 6px 0 0 0;  
			padding: 3px; 
			width: 163px; }
	
		div.zoek-vestigingen select { width: 171px; }
	
		div.zoek-vestigingen input#zoek-vestiging {
	 		background: #d4002a url('../wpr-dhl/images/white-arrow.png') no-repeat 10px 9px;		
			border: none;
			color: #FFFFFF;
			font: normal 13px "Helvetica Neue", Helvetica, Arial, Sans-serif; 		
			margin: 10px 0 5px 0;
			text-align: left;
			text-indent: 15px;
			text-transform: uppercase;
			width: 170px; }
				
/* sidebar deel */

.deel { 
	background: #d4002a url('../wpr-dhl/images/deelbg.png') no-repeat 5px 2px;
	float: left;
	height: auto;
	margin: 0 0 20px 10px;
	width: 190px;
	position: relative;
	z-index: 1 !important;
   	-moz-box-shadow: 2px 2px 2px #999999; 
   	cursor: pointer; }
		
	#deel { 
		color: #FFFFFF; 
		font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
		float: left;
		margin: 5px 0 5px 20px;
		display: inline;
		text-decoration: none;
		text-transform: uppercase; }
		
	.deel-links {
	    clear: both;
	    color: #FFFFFF;
	    float: left;
	    left: -17px;
	    padding: 10px 0 6px;
	    position: relative; }
	    
	    .deel-links a img { border: 1px solid #FFFFFF;
	    	display: block; 
	    	float: left; 
	    	clear: none; 
	    	width: auto; }

/* zoek resultaten */

#content.searchresults {
    -moz-box-shadow: 1px 1px 2px #AAAAAA;
    background: none repeat scroll 0 0 #FDCC19;
    float: left;
    margin: 0 0 20px -2px;
    min-height: 179px;
    position: relative;
    width: 510px; }

#content.searchresults .entry { margin-top: 20px; }

#content.searchresults div.entry h1 { margin-bottom: 10px; }

#content.searchresults div.entry div.search form { 
	margin: 10px 0 0 0;
	border: 1px solid #CCC;
	width: 170px; }

/* video plugin */

div.videosidebar {
	position: relative;
	left: 10px;
	float: left;
	width: auto;
	height: 132px; 
	overflow: hidden;	
	padding: 0 !important; 
	margin: 0 0 20px 0 !important;
	-moz-box-shadow: 1px 1px 2px #CCCCCC; }
	
/* jouw recruiter widget */

div.jouw-recruiter {
    background: #FDCC19;
    clear: both; 
    float: left;
    height: auto;
    margin: 0 0 20px 10px;
    padding-bottom: 9px;
    width: 190px; 
    /* box shadow */
    -moz-box-shadow: 1px 2px 1px #AAAAAA;
	-webkit-box-shadow: 2px 1px 1px #AAAAAA;
	box-shadow: 1px 2px 1px #AAAAAA; }    

    div.jouw-recruiter h3 {
        background: #D4002A url('../wpr-dhl/images/vacature-widget-title-bg.jpg') no-repeat top right; 
        color: #FFFFFF; 
        display: block;
        float: left;
        font-size: 13px;
        height: 28px;
        line-height: 28px;
        text-indent: 10px; 
        text-transform: uppercase; 
        width: 100%; }

    div.jouw-recruiter div.recruiter-gegevens { 
        background: #FFFFFF;
        float: left;
        margin: -4px 5px ;
        padding: 5px;
        width: 169px;
        /* box shadow */
        -moz-box-shadow: 1px 1px 1px #B08E12;
		-webkit-box-shadow: 1px 1px 1px #B08E12;
		box-shadow: 1px 1px 1px #B08E12; }

        div.jouw-recruiter div.recruiter-gegevens p { 
            color: #333333;
            margin: 0; }

        div.jouw-recruiter div.recruiter-gegevens p.naam { 
            color: #000000;
            font-size: 12px; 
            font-weight: bold; }

        div.jouw-recruiter div.recruiter-gegevens p.functie { 
            color: #646464;
            font-size: 12px; }
            
        div.jouw-recruiter div.recruiter-gegevens div.foto { 
        	float: left; 
        	height: auto;
        	margin: 5px 0;
        	width: auto; }
        	
        	div.jouw-recruiter div.recruiter-gegevens div.foto img {
        		display: block;
        		float: left;
        		height: auto;
        		width: 75px;
        		/* box shadow */
       			-moz-box-shadow: 1px 1px 2px #333333;
				-webkit-box-shadow: 1px 1px 2px #333333;
				box-shadow: 1px 1px 2px #333333; }
        		
        div.jouw-recruiter div.recruiter-gegevens p.readmore {
       		background: url('../wpr-dhl/images/readmore-arrow.jpg') no-repeat scroll left center transparent;
    		float: left;
    		height: 18px;
    		line-height: 18px;
    		margin: 0 5px 0 8px;
    		padding: 0 0 0 10px;
    		font-size: 11px;
    		position: relative;
    		top: 65px;
   	 		text-align: right; }
   	 		
   	 		div.jouw-recruiter div.recruiter-gegevens p.readmore a { font-weight: bold; text-decoration: none;}
   	 		
   	 			div.jouw-recruiter div.recruiter-gegevens p.readmore a:hover { color: D4002A; }

/* staat je vraag er niet tussen widget */

	div.stel-je-vraag {
	background: #fdcc19;
	color: #333;
	clear: both;
	float: left;
	height: auto;
	margin: 0 0 20px 10px !important;
	width: 190px; 
	/* css3 box shadow */
	-moz-box-shadow: 1px 2px 2px #AAA;
	-webkit-box-shadow: 1px 2px 2px #AAA;
	box-shadow: 1px 2px 2px #AAA;}
	
		div.stel-je-vraag h3 {
		background: #d4002a;
        clear: both;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 14px;
        height: auto;
        line-height: 20px;
        margin: 0;
        padding: 4px 10px 5px 10px;
        text-transform: uppercase;
        width: 170px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px; }
        
        div.stel-je-vraag div {background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: auto;
    margin: 5px 7px;
    padding: 10px 10px 4px 10px;
    width: 156px;}
		
		div.stel-je-vraag p { padding: 0; font-size: 11px;}
			
			div.stel-je-vraag p em { font-style: normal; font-size: 15px; }
		
		div.stel-je-vraag p span { color: #d4002a;  }
		
		div.stel-je-vraag a { color: #000;}
		
		div.stel-je-vraag p img { float: left; margin-right: 10px; }


/* */

.open-sollicitatie-button { 
	margin-left: 5px; 
	padding-right: 10px; }
	
	.open-sollicitatie-button a.btnsolliciteren { 
		clear: both;
		display: block;
		float: left;
		height: 15px;
		line-height: 15px;
		width: 155px !important; }


/* PLUGINS
========================================*/

/* Plugin name
------------------------------*/


/* Connect */

div#header div.menu-connect-container {
	clear: none;
	float: left;
	height: auto;
	left: 397px;
	margin-left: 82px;
	position: relative;
	top: 17px;
	width: auto; 
	z-index: 999;}
	
	div#header div#connect p {
		color: #000000;
		clear: none;
		float: left;
		font-size: 11px; 
		height: auto;
		left: 280px;
		position: relative;
		top: 23px;
		width: auto; 
		z-index: 999; }
	
div#footer div.menu-connect-container {
	clear: none;
	float: right;
	height: auto;
	position: relative;
	right: -0px;
	top: -45px;
	width: auto;
	z-index: 999; }
	
	div#connect-footer p { 	
		clear: none;
		float: right;
		height: auto;
		position: relative;
		right: 0px;
		top: -37px;
		width: auto;
		z-index: 999; }
	
	div.menu-connect-container ul {
		list-style-type: none;
		margin: 0;
		padding: 0; }
	
		div.menu-connect-container ul li { display: inline; }
		
			div.menu-connect-container ul li a { 
				clear: none;
				display: block;
				float: left;
				height: auto;
				padding: 5px 0 4px 4px;
				width: auto; }
				
			div.menu-connect-container li#menu-item-406 a,
			div.menu-connect-container li#menu-item-401 a,
			div.menu-connect-container li#menu-item-402 a,
			div.menu-connect-container li#menu-item-403 a,
			
			div.menu-connect-container li#menu-item-3188 a,
			div.menu-connect-container li.menu-item-3188 a,
				
			div.menu-connect-container li.menu-item-406 a,
			div.menu-connect-container li.menu-item-401 a,
			div.menu-connect-container li.menu-item-402 a,
			div.menu-connect-container li.menu-item-403 a  {
				display: block;
				float: left;
				height: 23px;
				width: 23px;
				text-indent: -999999px;
				zoom: 1;
				position: relative;
				margin: 0 3px; 
				/* border-radius */
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px; }
			
			div.menu-connect-container li#menu-item-402 a { background: url('../wpr-dhl/images/fb.png') no-repeat center center; }
			div.menu-connect-container li#menu-item-406 a { background: url('../wpr-dhl/images/twitter.png') no-repeat center center; }
			div.menu-connect-container li#menu-item-401 a { background: url('../wpr-dhl/images/linked-in.png') no-repeat center center; }	
			div.menu-connect-container li#menu-item-403 a { background: url('../wpr-dhl/images/hyves.png') no-repeat center center; }	
			
			div.menu-connect-container li#menu-item-3188 a { background: url('../wpr-dhl/images/fb.png') no-repeat center center; }
			div.menu-connect-container li.menu-item-3188 a { background: url('../wpr-dhl/images/fb.png') no-repeat center center; }
			
			div.menu-connect-container li.menu-item-402 a { background: url('../wpr-dhl/images/fb.png') no-repeat center center; }
			div.menu-connect-container li.menu-item-406 a { background: url('../wpr-dhl/images/twitter.png') no-repeat center center; }
			div.menu-connect-container li.menu-item-401 a { background: url('../wpr-dhl/images/linked-in.png') no-repeat center center; }	
			div.menu-connect-container li.menu-item-403 a { background: url('../wpr-dhl/imagesde/hyves.png') no-repeat center center; }
			
				div.menu-connect-container li#menu-item-406 a:hover,
				div.menu-connect-container li#menu-item-401 a:hover,
				div.menu-connect-container li#menu-item-402 a:hover,
				div.menu-connect-container li#menu-item-403 a:hover,
				div.menu-connect-container li#menu-item-404 a:hover,
				
				div.menu-connect-container li.sfHover a { background-color: #414141 !important; }
				
				div.menu-connect-container li.menu-item-406 a:hover,
				div.menu-connect-container li.menu-item-401 a:hover,
				div.menu-connect-container li.menu-item-402 a:hover,
				div.menu-connect-container li.menu-item-403 a:hover,
				div.menu-connect-container li.menu-item-404 a:hover { background-color: #fdcc18 !important; }
			
			div.menu-connect-container ul li ul.sub-menu { 
				display: none; 
				left: auto;
				position: absolute;
				top: 25px;
				width: 160px;
				z-index: 999; }
			
				div.menu-connect-container ul li:hover ul.sub-menu, 
				div.menu-connect-container ul li.sfhover ul.sub-menu { display: block;  }
						
				div.menu-connect-container ul li ul.sub-menu {
					background-image: none !important;
					background-color: #414141 !important;	
					display: none;
					left: auto;
					margin-left: 3px;
					padding-top: 2px;
					position: absolute;
					top: 31px;
					width: 160px;
					z-index: 999; 
					/* border-radius */
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px; }
				
				#footer div.menu-connect-container ul li ul.sub-menu { 
					background-color: #fdcc18 !important;
					top: -140px; }
				
				div.menu-connect-container ul li ul.sub-menu a { 
					background-image: none !important;
					color: #FFFFFF !important;
					border-bottom: 1px solid #FFFFFF;
					font-size: 11px !important;
					height: 25px !important;
					line-height: 25px; 
					margin: 0 !important;
					padding: 1px 10px !important;
					text-decoration: none !important; 
					text-indent: 0 !important;
					width: 140px !important; }
					
					#footer div.menu-connect-container ul li ul.sub-menu a { 
						color: #333 !important;
						border-bottom: 1px solid #333;}
										
					div.menu-connect-container ul li ul.sub-menu a:hover {
						color: #fdcc18 !important; 
						text-decoration: none !important; }
						
						#footer div.menu-connect-container ul li ul.sub-menu a:hover { color: #d4002a !important;}

		
/* search */

.search form,
.search fieldset { border: none !important; }

.search form { 
	clear: both;
	float: left; 
	height: auto;
	width: 210px !important; }
	
	.search form input#searchfield {
		clear: none; 
		display: block;
		float: left; 
		height: auto;
		width: auto; }
		
	.search form input#searchbutton {
		font-weight: bold;
		color: #FFFFFF;
		background: #d3022c;
		border: none;
		float: right;
		padding: 4px !important; }
