/* ----------------------------------- */
/* Reset styles                        */
/* ----------------------------------- */

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, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* ----------------------------------- */
/* Main styles                         */
/* ----------------------------------- */

html {
	height: 100.01%;
}
body {
	height: 100%;
	background-color:#fff;
	background-image: url(/img/bg/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin:0 0 15px 0;
	text-transform: uppercase;
}
.orange_header {
	color: #ff7200;
}
a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a.active {
	color: #ff7200;
}
p {
	padding-bottom: 20px;
}
strong
{
	font-weight: bold;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.hide { display: none !important; }

/* ----------------------------------- */
/* Div styles                          */
/* ----------------------------------- */

.spacer { clear:both; height: 20px; }
#footer {
	clear:both;
	margin:0 45px;
	margin:0 45px;
	color:#777;
}

#footer a {
	color:#777;
	font-weight:normal;
}

#maincontainer {
	position: relative;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;

	background-position: left top;
	background-repeat: repeat-x;
}
#topcontainer {
	position: relative;
	float: left;
	width: 990px;
	height: 260px;
	margin: 10px 0 0 0;
	z-index:100;
}
#logo {
	position: relative;
	float: left;
	width: 990px;
	height: 60px;
	background-image: url(/img/bg/logo_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}
#slideshow {
	position: relative;
	float: left;
	width: 830px;
	height: 155px;
}
.navblok {
	width: 160px;
	margin: 0 0 0 0px;
	display: block;
}
#naw {
	position: relative;
	float: right;
	width: 135px;
	padding: 0 0 0 25px;

}
#naw a {
	font-weight: normal;
}

#naw1{
	padding-bottom:5px;
	padding-top:50px;
	float:left;
}

#naw2{
	padding-bottom:5px;
	padding-top:5px;
	float:left;
}

#naw3{
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}

#sitemap{
	width: 100%;
	padding-top: 5px;
	float: left;
}

#sitemap a {
	font-weight: bold;
}


#naw4 , #naw4 a{
	padding-top: 5px;
	padding-bottom:20px;
	float: left;
}

#naw4 a {
	font-weight: bold;
}









#bottomcontainer {
	position: relative;
	float: left;
	width: 990px;
}
#leftcontainer {
	position: relative;
	float: left;
	width: 260px;
}
#submenuholder {
	position: relative;
	float: left;
}
#contentcontainer {
	position: relative;
	float: left;
	width: 569px;
	margin: 40px 0 40px 0;
	_margin: 5px 0 40px 0;
	display: inline;
	border-left: 1px solid #c6c6c6;
	min-height: 350px;
	height: auto !important;
	height:350px;
}
#content {
	position: relative;
	float: left;
	width: 490px;
	margin: 0 0 0 40px;
	display: inline;
}
#rightcontainer {
	position: relative;

}

/* ----------------------------------- */
/* News styles                         */
/* ----------------------------------- */

#newscontainer {
	position: relative;
	float: left;
	width: 491px;
	margin: 0px 40px 40px 40px;
	display: inline;
	background-color: #f0f0f0;
	background-image:url(/img/bg/newscontent_bg.gif)
}
#newsheader {
	position: relative;
	float: left;
	width: 466px;
	height: 28px;
	padding: 12px 0 0 25px;
	background-image: url(/img/bg/newsheader_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
}
#firstitem {
	margin: 15px 25px 0 25px;
	display: inline;
	border: none;
}
.newsitem {
	position: relative;
	float: left;
	width: 440px;
	height: 26px;
	margin: 0 25px;
	padding: 9px 0 0 0;
	display: inline;
	border-top: 1px solid #c7c7c7;
	background-image: url(/img/bg/newsitem_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.newsitem a {
	color: #333333;
}
.newsitem a:hover {
	color: #ff7200;
}
#newsfooter {
	position: relative;
	float: left;
	width: 491px;
	height: 14px;
	background-image: url(/img/bg/newsfooter_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.active_news{
	display: block !important;
}

/* ----------------------------------- */
/* Menu styles                         */
/* ----------------------------------- */

#menu {
	float: left;
	width: 795px;
	height: 45px;
	margin: 0 0 0 24px;
	display: inline;
	line-height: 0;
	background-image: url(/img/bg/menu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: hidden;
}
#menu ul li {
	position: relative;
	z-index:1;
	float: left;
	margin: 0;
	display: inline;
	padding: 0;
}
#menu ul li a {
	float: left;
	display: block;
	height: 45px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	text-indent: -1000px;
	background-position: left top;
	background-repeat: no-repeat;
}
#menu ul li a:hover {
	background-position: bottom;
}
#menu ul li a.active {
	background-position: bottom;
}

div.menuholder {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1000;
	width: 165px;
	background: transparent url(/img/menu/submenu-top.png) left top no-repeat;
	padding-top: 25px;
}
div.menuholder ul {
	float: left;
	width: 115px;
	padding: 2px 25px 5px !important;
	background: transparent url(/img/menu/submenu-middle.png) left top repeat-y;
}
div.menuholder ul li {
	float: left;
	width: 115px;
	margin: 0 !important;
	padding: 8px 0 !important;
	border-top: 1px solid #ffd4b2;
}
div.menuholder ul li.first {
	border-top: none;
}
div.menuholder ul li a {
	display: block;
	margin: 0 !important;
	height: auto !important;
	width: 115px;
	padding: 0 !important;
	text-indent: 0 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	color: #666;
}
div.menuholder ul li a:hover, div.menuholder ul li a.active {
	color: #ff7200;
}
div.menuend {
	float: left;
	width: 165px;
	background: transparent url(/img/menu/submenu-bottom.png) left top no-repeat;
	padding-top: 10px;
}


/* ----------------------------------- */
/* Submenu styles					   */
/* ----------------------------------- */

#submenu {
	position: relative;
	float: left;
	width: 236px;
	display: inline;
	margin: 34px 0 0 24px;
	_margin: 6px 0 0 24px;
}
#submenu h2 {
	position: relative;
	float: left;
	width: 205px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}
#submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#submenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#submenu ul li a {
	display: block;
	width: 205px;
	height: 25px;
	overflow: hidden;
	text-indent: -1000px;
	background-position: left top;
	background-repeat: no-repeat;
}
#submenu ul li a.firstitem {
	margin: 5px 0 0 0;
}
#submenu ul li a.lastitem {
	margin: 0 0 13px 0;
}
#submenu ul li a:hover{
	background-position: bottom;
}

.active{
	background-position: bottom !important;
}


#submenu form {
	float: left;
}
#applications_select {
	float: left;
	width: 190px;
	margin: 5px 0 0 13px;
	border: 1px solid #a5acb2;
}

/* ----------------------------------- */
/* Taalkeuze styles                    */
/* ----------------------------------- */

#taalkeuze {
	float: left;
	width: 125px;
	margin-bottom: 70px;
}
#taalkeuze ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#taalkeuze ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#taalkeuze ul li a {
	display: block;
	width: 20px;
	height: 15px;
	overflow: hidden;
	line-height:0;
	text-indent: -1000px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
}
#taalkeuze ul li a#en {
	background-image: url(/img/taalkeuze/en.gif);
}
#taalkeuze ul li a#nl {
	background-image: url(/img/taalkeuze/nl.gif);
}
#taalkeuze ul li a#de {
	background-image: url(/img/taalkeuze/de.gif);
}
#taalkeuze ul li a#fr {
	background-image: url(/img/taalkeuze/fr.gif);
}
#taalkeuze ul li a#es {
	background-image: url(/img/taalkeuze/es.gif);
}
#taalkeuze ul li a:hover {
	background-position: bottom;
}
#taalkeuze ul li a.active {
	background-position: bottom;
}

/* ----------------------------------- */
/* Default styles                      */
/* ----------------------------------- */

.flashlink {
	display:none;
}
#stats {
	display: none;
}

/* ----------------------------------- */
/* Form styles                         */
/* ----------------------------------- */

#contactform label {
	float:left;
	display:block;
	width:150px;
}
#contactform p {
	margin:0;
	padding:5px 0;
	clear:both;
}
#contactform a {
	text-decoration:none;
}
#contactform .melding {
	color:#ff0000;
	margin:0 0 10px 0;
}
#contactform input, #contactform textarea {
	border:1px solid #887f6f;
	color:#887f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width:300px;
	padding:0 4px;
}
#contactform input {
	height:18px;
}
#contactform textarea {
	overflow:auto;
	height:150px;
}

/* ----------------------------------- */
/* Product overzicht styles            */
/* ----------------------------------- */
.equipmentcontainer {
	position: relative;
	float: left;
	width: 490px;
	margin: 0 0 20px 0;
}
.equipmentcontentcontainer {
	position: relative;
	float: left;
	width: 490px;
}
.equipmentimage {
	position: relative;
	float: left;
	width: 155px;
	margin: 0 20px 0 0;
}
.equipmentinfo {
	position: relative;
	float: left;
	width: 315px;
}
.fullspecifications {
	position: relative;
	float: right;
	width: 490px;
	height: 20px;
}
.fullspecifications a {
	float: right;
	height: 20px;
	line-height: 0;
	text-indent: -1000px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}
.fullspecifications a:hover {
	background-position: left bottom;
}
.equipmentdetailcontainer {
	position: relative;
	float: left;
	width: 490px;
	border-top: 1px solid #fef2ec;
	border-bottom: 1px solid #fcdac7;
}
.bewerking {
	position: relative;
	float: left;
	width: 225px;
	padding: 4px 0 4px 0;
	color: #ff7200;
	text-transform: uppercase;
	font-size: 10px;
}
.bewerking a {
	color: #333333;
}
.bewerking a:hover {
	color: #333333;
}
.bewerkopsomming {
	position: relative;
	float: left;
	width: 260px;
	margin: 0 5px 0 0;
}
.bewerkopsomming img {
	float: right;
	margin: 0px;
}

.equipmentnav {
	position: relative;
	float: left;
	width: 490px;
	height: 30px;
	text-align: center;
	font-size: 16px;
}
.equipmentnav a {
	margin: 0px 1px 0 1px;
	font-size: 16px;
}
.equipmentnav a:hover {
	color: #000000;
}
.back {
	font-size: 22px !important;
	color: #ff7200;
}
a:hover.back {
	color: #ff7200;
}
.next {
	font-size: 22px !important;
	color: #ff7200;
}
a:hover.next {
	color: #ff7200;
}

/* ----------------------------------- */
/* Product detail styles               */
/* ----------------------------------- */

.equipmentdetailcontainer_detail {
	position: relative;
	float: left;
	width: 490px;
	margin: 0 0 20px 0;
}
.downloadknop {
	float: left;
	width: 113px;
	height: 29px;
	margin: 5px 0 0 0;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(/img/equipment/download_pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.downloadknop:hover {
	background-position: left bottom;
}
.videoknop {
	display: block;
	float: left;
	width: 77px;
	height: 29px;
	margin: 5px 0 0 5px;
	text-indent: -1000px;
	background-image: url(/img/equipment/video.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.videoknop:hover {
	background-position: left bottom;
}
	
	
.bewerkopsomming_detail {
	position: relative;
	float: right;
	width: 295px;
	height: 28px;
	border: 1px solid #eeedb7;
	border-bottom: 10px solid #eeedb7;
}
.bewerkopsomming_detail img {
	float: right;
	margin: 0px;
}
#detailfoto {
	float: left;
	width: 490px;
	height: 336px;
	background-color: #eeedb7;
}
#detailfoto img {
	border: 1px solid #ff7200;
	margin: 0;
	padding: 0;
}
.bewerking_detail {
	position: relative;
	float: right;
	width: 275px;
	padding: 8px 10px 8px 5px;
	color: #333333;
	font-size: 10px;
	overflow: auto;
	text-transform: uppercase;
	background-color: #eeedb7;
	text-align: right;
}
.bewerking_detail img {
	float: left;
	width: 153px;
	height: 153px;
	margin: 0 10px 0 0;
	border: 1px solid #ff7200;
}
.vraagantwoord {
	float: left;
	border-bottom: 1px solid #fcdac7;
}
a.vraag {
	float: left;
	width: 490px;
	padding: 10px 0 6px 0;
	color: #333333;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/img/bg/uitklappijl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.vraag:hover {
	background-position: right top;
}
.vraag.active {
	background-position: right top !important;
}
a:hover.vraag {
	text-decoration: none;
	color: #ff7200;
}
.antwoord {
	float: left;
	display: none;
	width: 490px;
	margin: 9px 0 9px 0;
}
.showanswer {
        display: block;
}
.first {
	border-top: 1px solid #fcdac7;
	margin: 10px 0 0 0;
}
.extra_info_table {
	width: 490px;
}
.extra_info_table td {
	padding: 0 10px 0 10px;
	border: 1px solid #f0f0f0;
}

/* ----------------------------------- */
/* agenten styles                      */
/* ----------------------------------- */

#agentsflash {
	position: relative;
	float: left;
	width: 490px;
	height: 265px;
	margin: 0 0 12px 0;
}

/* ----------------------------------- */
/* news styles                         */
/* ----------------------------------- */

.newsitemcontainer {
	float: left;
	width: 490px;
	border-bottom: 1px solid #ff7200;
}
.newsitemheader {
	float: left;
	width: 490px;
	line-height: 20px;
	display: block;
	padding: 8px 0 5px 0;
	overflow: auto;
}
.newsitemheader:hover {
	background-position: right top;
	color: #000000;
}
.newsitemdate {
	float: left;
	width: 70px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff7200;
}
.newsitemtitle {
	cursor:pointer;
	float: left;
	width: 420px;
	text-transform: uppercase;
	font-weight: bold;
}
.newsitembody {
	float: left;
	width: 490px;
	display: none;
	margin: 15px 0 20px 0;
}
.newsitembody img {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #ff7200;
}

#wrapper{
	height: 20px !important;
	width: 100%;
}

/* ----------------------------------- */
/* agent detail styles                 */
/* ----------------------------------- */

.agentdetailcontainer {
	display: none;
	float: left;
	width: 490px;
	margin: -1px 0 10px 0;
	border-top: 1px solid #ff7200;
	border-bottom: 1px solid #ff7200;
}
.agentdetailheader {
	float: left;
	width: 490px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
.agentdetailbody {
	position: relative;
	float: left;
	width: 490px;
	margin: 10px 0 0 0;
}
.agentdetailadres {
	float: left;
	width: 300px;
	padding: 0 0 10px 0;
}
.agentdetailimage {
	position: absolute;
	right:20px;
	bottom: 10px;
	width: 170px;
}
.agentdetailimage img {
	float:right;
}

.aardappelen{
	background-color: #ededb8 !important;
	border-color: #ededb8 !important;
}

.wortelen{
	background-color: #fdd58f !important;
	border-color: #fdd58f !important;
}

.uien{
	background-color: #d9b77b !important;
	border-color: #d9b77b !important;
}

.bladgroenten{
	background-color: #b8cd53 !important;
}

.augureken{
	background-color: #a7b565 !important;
	border-color: #a7b565 !important;

}

.paprika{
	background-color: #d01d1d !important;
	border-color: #d01d1d !important;
}

.rode_bieten{
	background-color: #7d4472 !important;
	border-color: #7d4472 !important;
}

.knolselderij{
	background-color: #cdc7ac !important;
	border-color: #cdc7ac !important;
}

.overige{
	background-color: #e4e4e4 !important;
	border-color: #e4e4e4 !important;
}

/**********************************
			LOCATER
***********************************/

#locatie_zoeker table {
	width: 200px;
}

#locatie_zoeker table tr td {
	width: 20px;
	padding: 3px;
}

#ehedc-company{
	display:inline;
	margin-top:40px;
	position:relative;
	float:left;
	width:95px;
	height:70px;
	background:url(/img/ehedc-company.gif) no-repeat left top;
	overflow:hidden;
}
#noa-company{
	display:inline;
	margin-top:30px;
	position:relative;
	float:left;
	width:95px;
	height:59px;
	background:url(/img/noa-company.gif) no-repeat left top;
	overflow:hidden;
}
#united-fresh-company{
	display:inline;
	margin-top:30px;
	position:relative;
	float:left;
	width:95px;
	height:37px;
	background:url(/img/united-fresh-company.gif) no-repeat left top;
	overflow:hidden;
}
.facebook, .twitter, .youtube {
	display: block;
	float: left;
	width: 42px;
	height: 39px;
	margin: 30px 0 0 0;
}
.facebook {
	background:url(/img/facebook.jpg) no-repeat left top;
}
.twitter {
	background:url(/img/twitter.jpg) no-repeat left top;
}
.youtube {
	width: 37px;
	background:url(/img/youtube.jpg) no-repeat left top;
}
.pkm {
	display: block;
	float: left;
	width: 95px;
	height: 95px;
	margin: 30px 0 30px 0;
	background:url(/img/logo-pkm.gif) no-repeat left top;
}


.bedrijfsfilm {
	float: left;
	margin-bottom: 15px;
}
