/* Professional Advanced Road Transport
-------------------------------------------------------------- */
html {
	overflow-x: hidden;
}

@font-face {
	font-family: 'The Sans Office';
   src: url('../fonts/TheSansOffice5_.ttf');
}

@font-face {
   font-family: 'The Sans Office';
   src: url('../fonts/TheSansOffice7_.ttf');
   font-weight: bold;
}


body {
	margin: 0;
	text-align: center; /* IE centering. */
	font-family: arial, verdana;
	font-size: 12px;
	background: #1A171B url('../images/background.png') repeat-x;
}

.clear { /* Clear. */
	clear: both;
}

#accessibility { /* Accessibility div. */
	display: none;
}

button {
	padding: 0;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	width: 7em; /*Work-around voor Firefox.*/
	z-index: 11;
}

button::-moz-focus-inner {
	border: 0; padding: 0;
}

.button, button > span {
	display: inline-block;
	height: 23px;
	background: url('../images/button.png') left top;
	padding-left: 28px;
	position: relative;
	text-decoration: none;
}

.button span, button > span > span{
	display: inline-block;
	height: 23px;
	background: url('../images/button.png') right top;
	padding-right: 15px;
	position: absolute;
	left: 28px;
	white-space: nowrap;
	color: #514c55;
	font-family: 'The Sans Office';
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
}

.button:hover, a:hover .button, button:hover > span {
	background-position: left bottom;
}

/* Webpage wrapper. */
#outerWrapper {
	position: absolute;
	left: 50%; /* Centering the wrapper. */
	margin-left: -640px; /* Centering the wrapper. */
	width: 1280px;
	background: url('../images/background_header.jpg') no-repeat;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 600px;
}


/* Header. */
#header {
	height: 324px;
}

#logo {
	position: absolute;
	display: block;
	width: 238px;
	height: 76px;
	background: url('../images/logo.png') no-repeat;
	margin: 54px 0 0 0;
}

#slogan {
	position: absolute;
	display: block;
	width: 463px;
	height: 22px;
	background: url('../images/slogan.png') no-repeat;
	margin: 93px 0 0 303px;
}

#flags {
	position: absolute;
	margin: 92px 0 0 849px;
	padding: 0;
	list-style-type: none;
}

#flags li,
#flags li a {
	float: left;
}

#flags a {
	display: block;
	width: 26px;
	height: 19px;
	margin-left: 11px;	
}

#flagNL {
	background: url('../images/flagNL_off.png');
}

#flagNL:hover,
#flagNL.selected {
	background: url('../images/flagNL.png');
}

#flagEN {
	background: url('../images/flagEN_off.png');
}

#flagEN:hover,
#flagEN.selected {
	background: url('../images/flagEN.png');
}

#flagFR {
	background: url('../images/flagFR_off.png');
}

#flagFR:hover,
#flagFR.selected {
	background: url('../images/flagFR.png');
}

#imgTruck {
	position: absolute;
	margin: 227px 0 0 657px;
}


/* Menu. */
#menu {
	position: absolute;
	margin: 148px 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 960px;
	z-index: 20;
}

#menu li,
#menu li a {
	float: left;
	width: 160px;
	line-height: 63px;
	text-decoration: none;
	color: rgb(67, 65, 68);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

#menu li a {
	background: url('../images/backgroundMenu.png') no-repeat;
	font-size: 12px;
}

#menu > li:hover > a, #menu > li:hover > a.first, #menu > li:hover > a.last { /* #menu > li.selected > a, */
	background: url('../images/noSubmenu.png');
	width: 168px;
	margin-left: -6px;
	margin-top: -3px;
	padding-top: 3px;
	padding-left: 2px;
	height: 70px;
}

#menu li:hover ul {
	display: block;
}

#menu li a.first {
	background: url('../images/backgroundMenuFirst.png') no-repeat;
}

#menu li a.last {
	background: url('../images/backgroundMenuLast.png') no-repeat;
}

#menu ul {
	display: none;
	position: absolute;
	list-style-type: none;
	margin: -8px 0 0 -6px;
	padding: 0;
	width: 170px;
	left: 0;
}

#menu ul li.header {
	display: block;
	background: url('../images/submenuHeader.png') no-repeat;
	height: 67px;
}

#menu ul li.header span {
	display: block;
	margin-top: 8px;
	padding-left: 2px;
}

#menu ul li.footer {
	background: url('../images/submenuFooter.png');
	height: 50px;
}

#menu ul li {
	background: url('../images/backgroundSubmenu.png') repeat-y;
	width: 170px;
	height: 29px;
}

#menu ul li.item:hover {
	background: url('../images/backgroundSubmenuHover.png') repeat-y;
}

#menu ul li:hover a {
	border-top: 1px solid rgb(64, 62, 65);
	color: rgb(255, 255, 255);
}

#menu ul li a {
	background-image: none;
	margin: 0 16px 0 16px;
	width: 138px;
	border-top: 1px solid rgb(178, 178, 178);
	color: rgb(0, 0, 0);
	line-height: 29px;
	height: 29px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

#menu ul li a span {
	margin: 0 11px 0 11px;
}

#menu ul li.header a {
	border: none;
	color: black;
	height: 67px;
	line-height: 63px;
	text-decoration: none;
	color: rgb(67, 65, 68);
	font-weight: bold;
	text-transform: uppercase;
}

/* Left column. */
#leftColumn {
	margin-top: 29px;
	float: left;
	width: 652px;
	margin-right: 28px;
}

#leftColumn #breadcrumb {
	font-family: 'The Sans Office';
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 35px;
}

#leftColumn #breadcrumb li {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#leftColumn #breadcrumb li.home {
	background: url('../images/iconHome.png') 0 4px no-repeat;
	padding-left: 22px;
}

#leftColumn #breadcrumb li a {
	font-family: 'The Sans Office';
	float: left;
	background: url('../images/breadcrumbArrow.png') right 6px no-repeat;
	color: rgb(134, 132, 134);
	text-decoration: none;
	padding-right: 13px;
	margin-right: 6px;
	font-size: 12px;
	padding-top: 5px;
}

#leftColumn #breadcrumb li span {
	font-family: 'The Sans Office';
	color: rgb(255, 255, 255);
	font-size: 21px;
}

#leftColumn #line {
	background: url('../images/linePixel.png') top right repeat-y;
}

#leftColumn .contentHeader {
	display: block;
	height: 10px;
	background: url('../images/contentHeader.png') no-repeat;
}

#leftColumn .contentHeaderWide {
	display: block;
	height: 10px;
	background:  url('../images/contentHeaderWide.png') no-repeat;
}

#leftColumn .content {
	width: 625px;
	background: rgb(255, 255, 255);
	padding-bottom: 30px;
}

#leftColumn #landing {
	background: rgb(255, 255, 255) url('../images/backgroundContentGradient.png') bottom repeat-x;
}

#leftColumn .content.wide {
	width: 651px;
}

#leftColumn .contentFooter {
	display: block;
	height: 10px;
	background: url('../images/contentFooter.png') no-repeat;
}

#leftColumn .contentFooter.wide {
	background:  url('../images/contentFooterWide.png') no-repeat;
}

#leftColumn img {
	border: 1px solid rgb(179, 177, 179);
}

#leftColumn img.noborder {
	border: 0;
}

#leftColumn #imgDriver {
	display: block;
	width: 203px;
	height: 459px;
	float: right;
	margin: -67px -75px 0 0;
}

#leftColumn #imgDriver img {
	position: absolute;
	border: 0;
}

#wine {
	margin-top: 15px;
	margin-left: -50px;
}

#leftColumn a,
#centerColumn a {
	color: rgb(234, 169, 76);
}

#leftColumn p,
#centerColumn p {
	color: rgb(108, 108, 108);
	margin: 0 22px 17px 22px;
	font-size: 13px;
	line-height: 18px;
}

#leftColumn .content ul {
	margin: 0 0 17px 22px;
	padding: 0;
}

#leftColumn .content li {
	color: rgb(108, 108, 108);
	font-size: 12px;
	line-height: 28px;
	list-style-type: none;
	padding-left: 30px;
	background: url('../images/liBullet.png') 0 12px no-repeat;
}

#leftColumn h1,
#centerColumn h1 {
	font-family: 'The Sans Office';
	margin: 0 22px 22px 22px;
	padding-top: 22px;
	font-weight: normal;
	font-size: 18px;
}

#leftColumn h1 strong,
#centerColumn h1 strong {
	font-weight: bold;
}

#leftColumn h2,
#centerColumn h2 {
	font-family: 'The Sans Office';
	margin: 0;
	margin: 0 22px 5px 22px;
	font-size: 13px;
}

.content img, img.left {
	float: left;
	margin-top: 2px;
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid #b3b1b3;
}


img.left.outbreak {
	margin-left: -62px;
	margin-right: 15px;
	border: none;
}

#leftColumn img.right {
	float: right;
}


/* Right column. */
#rightColumn {
	margin-top: 117px;
	float: left;
	width: 280px;
}

#rightColumn a {
	color: white;
}

#rightColumn #search {
	display: block;
	width: 280px;
	height: 54px;
	background: url('../images/backgroundSearch.png');
	margin-bottom: 21px;
}

#rightColumn #search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#rightColumn #search input {
	color: rgb(187, 186, 190);
	font-size: 11px;
	border: 0;
	width: 140px !important;
	width: 150px;
	height: 16px !important;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 17px 0 0 13px;
	float: left;
}

#rightColumn #search button {
	margin: 16px 0 0 7px;	
}

#rightColumn .blockHeader {
	display: block;
	height: 10px;
	background: url('../images/blockHeader.png') no-repeat;
}

#rightColumn .blockContent {
	background: url('../images/blockBackground.png');
	padding-bottom: 5px;
}

#rightColumn .blockFooter {
	display: block;
	height: 10px;
	background: url('../images/blockFooter.png') no-repeat;
	margin-bottom: 21px;
}

#rightColumn .blockHeaderDark {
	display: block;
	height: 10px;
	background: url('../images/blockHeaderDark.png') no-repeat;

}

#rightColumn .blockContentDark {
	background: url('../images/blockBackgroundDark.png');
	padding-bottom: 5px;
}

#rightColumn .blockFooterDark {
	display: block;
	height: 10px;
	background: url('../images/blockFooterDark.png') no-repeat;
	margin: 0 0 21px 0;
}

#rightColumn #imgReference {
	margin: -256px 0 0 100px;
}

#rightColumn #imgTelephone {
	margin: 15px 0 0 16px;
}

#rightColumn #reference h1 {
	font-family: 'The Sans Office';
	margin: 0 20px 15px 20px;
	padding-top: 8px;
	color: rgb(192, 191, 192);
	font-size: 20px;
	text-transform: uppercase;	
}

#rightColumn #reference p {
	color: rgb(192, 191, 192);
	margin: 0 20px 15px 20px;
	font-size: 12px;
	line-height: 18px;
}

#rightColumn #reference p.teaser {
	color: rgb(255, 255, 255);
	font-weight: bold;
}

#rightColumn h1 {
	font-weight: normal;
}

#rightColumn h1 strong {
	font-weight: bold;
}

#rightColumn #contact h1 {
	font-family: 'The Sans Office';
	margin: 0 20px 15px 20px;
	padding-top: 8px;
	color: rgb(255, 255, 255);
	font-size: 20px;
	text-transform: uppercase;
}

#rightColumn #contact p {
	color: rgb(255, 255, 255);
	margin: 0 20px 15px 20px;
	font-size: 12px;
	line-height: 18px;
}

#rightColumn #contact .intendText {
	margin-left: 67px;
}

#formTender {
	padding: 0 21px 0 21px;
	font-size: 12px;
}

#formTender fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	z-index: 10;
	position: relative;
}

#formTender label {
	display: block;
	line-height: 28px;
}

#formTender input,
#formTender textarea {
	color: rgb(134, 132, 134);
	border: 1px solid rgb(207, 207, 207);
	width: 238px;
	margin-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	width: 230px;
	font-weight: normal;
	font: 12px arial, verdana;
}

#formTender input[type=radio] {
	width: auto;
	border: none;
	padding-left: 0;
	margin-left: 0;
}

#formTender .error {
	border: 2px solid red;
}

#formTender button {
	margin-top: 1em;
}

/* Footer. */
#footer {
	background: url('../images/linePixel.png') repeat-x;
}

#footer p {
	margin: 25px 0 0 0;
	line-height: 52px;
	color: rgb(98, 95, 98);
	text-align: right;
	font-size: 12px;
}

#footer p a {
	color: rgb(98, 95, 98);
}


a span.antispam1 {
	display: none;
}

a span.antispam2 {
	unicode-bidi: bidi-override;
	direction:rtl;
}

/* zoekform */
#maincontent fieldset {
	padding: 0;
	border: 0;
	margin: 0 22px 17px 22px;
}

#maincontent fieldset button {
	position: relative;
	top: 7px;
	margin-left: 1em;
}

