html,
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
	background: #86bc22 url('../images/bg.gif') left top repeat-y;
	font-size: 12px;
}
div#outter{	
	text-align: left;	
}
body.home div#outter{
	height: 659px;
	/*background: url('../images/home_bg.jpg') 219px 0 no-repeat;*/
}
body.fazenda div#outter{
	height: 660px;
	background: url('../images/fazenda_bg.jpg') 219px 0 no-repeat;
}
body.news div#outter{
	height: 260px;
	background: url('../images/nieuws_bg.jpg') 219px 0 no-repeat;
}
body.webshop div#outter{
	height: 294px;
	background: url('../images/webshop_bg.jpg') 219px 0 no-repeat;
}
div#wrapper{
	width: 980px;
	float: left;	
	position: relative;
}
div#left{
	width: 219px;
	float: left;
	text-align: center;
}
ul#menu{
	display: block;
	width: 180px;
	margin: 15px 0 15px 14px;
}
ul#menu li a{
	display: block;
	font-size: 21px;
	color: #608a1f;
	text-decoration: none;
	width: 180px;
	line-height: 21px;
	height: 21px;
	padding: 7px 0;
}
ul#menu li a.active,
ul#menu li a:hover{
	color: #86bc23;
	background: url('../images/left_menu_bg_active.jpg') center top repeat-y;	
}
div.leftBox{
	width: 180px;
	margin: 0 0 15px 14px;
}
div.leftBox h2{
	font-size: 14px;
	color: #f58403;
	margin-bottom: 14px;
}
div.leftBoxTop{
	width: 180px;
	height: 5px;
	background: url('../images/leftbox_top_bg.gif') left top no-repeat;	
	margin: 0;
	padding: 0;
}
div.leftBoxContent{
	background: #dfebd5;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.leftBoxContent p{
	margin-top: 8px;
}
div.leftBoxContent p.submit{
	margin-left: 15px;
}
div.leftBoxContent ul{
	padding: 5px;
}
div.leftBoxContent ul li{
	text-align: left;
}
div.leftBoxContent ul li a{
	color: #5c851f;
	text-decoration: none;
	display: block;
	width: 160px;
	padding: 7px 0 7px 10px;
	line-height: 16px;
	letter-spacing: 1px;
}
div.leftBoxContent ul li a:hover{
	color: #86bc22;
	background: url('../images/leftbox_list_bg.jpg') center top repeat-y;
}
div.leftBoxContent ul li a span{
	color: #a7a7a7;
	font-size: 11px;
	font-style: italic;
}
div.leftBoxBottom{
	width: 180px;
	height: 5px;
	background: url('../images/leftbox_bottom_bg.gif') left top no-repeat;	
}
div#logo{
	margin: 28px 12px 24px 14px;
}
div#right{
	width: 761px;
	float: right;		
}
div#rightContent{
	width: 660px;
	margin-left: 42px;
	margin-bottom: 30px;
	float: left;
}
div#rightContent h1{
	background: url('../images/h1_bg.png') center top repeat-y;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	color: #5b831f;
	font-weight: bold;
	margin-bottom: 32px;
	padding: 5px 0;
}
body.home div#rightContent
{
	/*margin-top: 600px;*/
}
body.fazenda div#rightContent{
	margin-top: 339px;
}
body.news div#rightContent{
	margin-top: 150px;
}
body.webshop div#rightContent{
	margin-top: 150px;
}
div.withBg{
	background: url('../images/div_bg.png') center top repeat-y;
	padding: 22px 45px;
	margin-bottom: 32px;
	color: #fff;
}
body.fazenda div.withBg{
	margin-bottom: 15px;
	padding: 10px 45px;
}
body.news div.withBg{
	margin-bottom: 0;
	padding: 10px 45px;
}
div.withBg p a{
	color: #fff;
	font-weight: bold;
}
div.withBg p{	
	color: #fff;
	margin-bottom: 10px;
}
div.withBg h3{
	margin-bottom: 10px;
	font-size: 18px;
}
div.withBg p a:hover{
	text-decoration: none;
}
div.withBg ul{
	padding: 5px 20px;
}
div.withBg ul li{
	list-style-type: square;
}
div.withBg ul li a{
	color: #fff;
}
div.withBg ul li a:hover{
	text-decoration: none;
}
a.button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 17px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/button_r.png) no-repeat right top;
	text-decoration: none;
}
a.button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:7px 0 0 16px;
	height: 31px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	background: transparent url(../images/button_l.png) no-repeat left top;
}
a.contentButton {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 19px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/webshop_button_r.png) no-repeat right top;
	text-decoration: none;
}
a.contentButton span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 0 0 16px;
	height: 42px;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
	background: transparent url(../images/webshop_button_l.png) no-repeat left top;
}
button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding: 0 14px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/button_r.png) no-repeat right top;
}
button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:7px 0 0 14px;
	height: 31px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	background: transparent url(../images/button_l.png) no-repeat left top;
}
/*
body:nth-of-type(1) button span{
  margin-top: -1px;
  margin-left: -3px;
}
*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	button span{
	  margin-top: -1px;
	  margin-left: -3px;
	}
}
button::-moz-focus-inner {padding:0; border:0 none; outline: 0 none;}

form#sideNewsletter input.textfield{
	border: 1px solid #fff;
	background: #ecf5e5;
	width: 146px;
	height: 15px;
	font-size: 11px;
	color: #5c851f;
	padding: 4px;
}
form#sideNewsletter p em{
	font-size: 11px;
	color: #ff0000;
	font-style: italic;
	float: left;
	margin: 2px 0 2px 15px;
}

div#footer{
	width: 660px;
	left: 312px;
	float: left;
	position: absolute;
	bottom: 20px;
}
div#footer ul li{
	float: left;
	margin-right: 30px;
	color: #fff;
}
div#footer ul li a{
	color: #fff;
}
div#footer ul li a:hover{
	text-decoration: none;
}
div#footer ul li.phone{
	background: url(../images/phone_icon.jpg) no-repeat left center;
	padding-left: 23px;
}
div#footer ul li.email{
	background: url(../images/email_icon.jpg) no-repeat left center;
	padding-left: 23px;
}
ul#language{
	position: absolute;
	top: 28px;
	right: 18px;
}
ul#language li{
	margin-bottom: 3px;
}
ul#language li a{
	color: #fff;
	font-size: 11px;
	padding: 3px 0 3px 24px;
	display: block;
}
ul#language li a#en{
	background: url(../images/en.png) no-repeat left center;
}
ul#language li a#nl{
	background: url(../images/nl.png) no-repeat left center;
}
ul#language li a#twitter{
	background: url(../images/twitter.png) no-repeat 1px 0%;
}
ul#language li a#facebook{
	background: url(../images/facebook.png) no-repeat left center;
}
ul#language li a:hover{
	text-decoration: none;
}
div.prodList{
	float: left;
	margin-bottom: 20px;
}
div.articleList{
	float: left;
	margin-bottom: 10px;
}

div.newsItem{
	float: left;
	margin-bottom: 10px;
}
div.articleList h2{
	font-size: 16px;
	color: #fff;
	margin: 0 0 4px 155px;	
}
div.prodImg{
	position: relative;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 165px;
	height: 165px;
	text-align: center;
	background: url(../images/prod_img_list_bg.png) center center no-repeat;
}
div.prodImgSmall{
	position: relative;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 80px;
	height: 80px;
	text-align: center;
	background: url(../images/prod_img_small_list_bg.png) center center no-repeat;
}
div.prodImg img{
	margin-top: 10px;
}
div.prodImg p.prodPrice{
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/price_list_bg_r.png) no-repeat right top;
	display: block;
	height: 41px;
	text-align: center;
	padding: 0 16px 0 0;
}
div.prodImg p.prodPrice span{
	font-size: 24px;
	color: #ff8a00;
	height: 41px;
	display: block;
	padding: 6px 0 0 8px;
	white-space: nowrap;
	background: transparent url(../images/price_list_bg_l.png) no-repeat right top;
}
p.webshopButton{
	margin-left: 240px;
}
p.button{
	float: left;
	margin-top: 10px;
}
div.listContent{
	float: left;
}
div.floatedLeft{
	float: left;
}
div.clearer{
	clear: both;
}
div.newsItemLeft{
	width: 220px;
	float: left;
}
div.newsItemLeftImg{
	width: 210px;
	height: 108px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
div.newsItemLeft h2{
	font-size: 16px;
	color: #fff;
}
div.newsItemLeft span{
	font-size: 11px;
	color: #558b25;
	font-style: italic;
	display: block;
	margin-top: 5px;
}
div.newsItemRight{
	float: right;
	width: 346px;
}

p.pager {
	height: 20px;
	line-height: 20px;
	padding: 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 42px 20px 42px;
}
p.pager a,
p.pager strong ,
p.pager span
{
	height: 20px;
	line-height: 20px;
	display: block;
	margin-right: 3px;
	padding: 0 5px;
	float: left;
	color: #fff;
	font-weight: bold;
}
p.pager strong,
p.pager a:hover {
	background: #558b25;
	color: #fff;
}
p.pager a {
	text-decoration: none;
}
div.imgMask{
	width: 210px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: transparent url(../images/img_mask.png) no-repeat left top;
	overflow: hidden;
}
div.weblog{
	margin-bottom: 20px;
}
div.weblog h2{
	color: #fff;
	font-size: 16px;
	margin: 0 60px 5px 265px;
}
div.weblog h2 span{
	color: #558b25;
	font-size: 11px;
	float: right;
}
div.agenda div.newsItemLeft span{
	font-size: 27px;
	color: #558b25;
	font-style: normal;
	font-weight: bold;
}
div.rightSideArticle{
	width: 450px; float: right;
}
#sidePromo{
	position: absolute;
	top: 100px;
	right: -50px;
}
#sidePromo a{
	display: block;
	width: 140px;
}
