@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2c2c2c;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	;
}
* {
	padding:0px;
	margin:0px;
}
a img {border:none;}

a {color:#CD091F;}

a:active {
  outline:none;
}
h1 {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-28px;
	}

:focus {
  -moz-outline-style:none;
}

strong {
	font-size:13px;
}

.website #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:30px;
} 

.website #header { 
	height: 150px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
}
#header #logo {
	float:left;
	padding-left:20px;
}
#header #streekgroentje img{
	float:left;
	margin-right: 10px;
	}
#header #streekgroentje {
	float:right;
	width:380px;
	height:90px;
	overflow:hidden;
	font-size:9px;
}
#header #streekgroentje p{
	float:right;
	width:270px;	
}
#header #streekgroentje img {
	
}
#header #streekgroentje p{
	padding-top:10px;
}
#streekgroentje .titelstreekgroente {
	color:#cd091f;
	font-weight:bold;
}
#streekgroentje p strong{
	font-size:9px;
	 }

/* MENU */
#menu {
	position:absolute;
	top: 114px;
	left:270px;
	height:40px;
	width:790px;
	font-size:16px;
}

#menu li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-transform: uppercase;
}
#menu li a{
	text-decoration:none;
	color:#87888a;

}
#menu li:hover, #menu li.sfHover,
#menu a:focus, #menu a:hover, #menu a:active {
	outline:		0;
	color: 			#000000;
}
.selected {
	color:#cd091f;
	}

/* LINKER BALK - SIDEBAR 1*/
.website #sidebar1 {
	float:left;
	width: 250px;
}
#nieuws_items {
	font-size:11px;
	width:100%;
	height:100%;
	margin-bottom:10px;
}
#nieuws_items ul li{
	list-style-type: none;
	background-image: url(../images/icoon_appel_klein.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	padding-bottom:4px;
	padding-top:4px;
}
#nieuws_items ul li a {
	color:#000;
	}

#sidebar1 div.panes div hr{
	border:none;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: dotted 1px #e18973;
	}
#sidebar1 div.panes div .reacties {
	width:118px;
	height:20px;
	font-weight:bold;
	display:block;
	border:none;
	padding:0px;
	float:left;
	font-style: italic;
}
#sidebar1 div.panes div .ster {
	height:20px;
	font-weight:bold;
	display:block;
	border:none;
	padding:0px;
	float:left;
}

#banner_side {
	text-align:center;
	width:100%;
	float:left;
	margin-top:20px;
	}
#banner_side a img {
	padding:5px;}


/* RECHTER BALK - SIDEBAR 2 */
.website #sidebar2 {
	float:right;
	width: 143px;
	position:relative;
}
.website #sidebar2 #zoeken {
	margin-bottom:5px;
	position: absolute;
	top: 25px;
	*top: 0px;
	right: -16px;
	z-index:150;
}
#zoekspacer {
	width:150px; 
	height:43px; 
	*height:10px;
}

#sidebar2 #kaart {
	border:solid 1px #cd091f;
	width:150px;
	height:150px;
	overflow:hidden;
	background-color:#FFF;
	margin-top: 29px;	
}
#sidebar2 #kaart .titel {
	font-size: 10px;
	background-color:#FFF;
	height:30px;
	text-align:center;
	line-height:30px;
}
	
/* NIEUWSBRIEF */
.nieuwsbrief{
	width: 100%;
	text-align:center;
	line-height:20px;
	text-transform: uppercase;
	margin-top:20px;
	font-size: 12px;
	
}
#nieuwsbrief .titel {
	padding:5px;
}
.nieuwsbrief .box {
	color: #000;
	width: 155px;
	height: 14px;
	border: solid 1px #cd091f;
	padding-top:4px;
	margin-top:5px;
}
.nieuwsbrief .btn{	
	cursor: pointer;
	color:#000;
	text-transform: uppercase;
	border: none;
	font-size:9px;
	padding-left:5px;
	padding-right:5px;
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
	background: #ffffff url(../images/bg_tab.gif) repeat-x bottom right;
	}
	
.nieuwsbrief	.btn:hover{
	color:#FFF;
}

/* ZOEKEN */	
fieldset.search {
	border: none;
	width: 160px;
	margin-top:5px; 
}
.search input, .search button {
	border: none;
	float: right;
	font-size:8px;
	margin-right:10px;
}
.search input.box {
	color: #000;
	width: 100px;
	height: 14px;
	background: #fff url(images/bg_tab.gif) repeat-x left top;
	margin-right: 1px;
	border: solid 1px #cd091f;
	
	padding-top:4px;
}
.search input.box:focus {
	background: #fff url(../images/bg_tab.gif) repeat-x left -60px;
	outline: none;
}
.search button.btn {
	width: 45px;
	height: 20px;
	cursor: pointer;
	color:#000;
	text-transform: uppercase;
	background-color: #cd091f;
	font-size:9px;
	background: #ffffff url(../images/bg_tab.gif) repeat-x bottom right;	
}
.search button.btn:hover {
	color:#FFF;
}

/* INSCHRIJVEN */
#sidebar2 .prijsvraag {
	height: 20px;
	width: 150px;
	text-align:center;
	line-height:20px;
	background-color:#cd091f;
	color:#FFF;
	text-transform: uppercase;
	margin-top:20px;
	cursor:pointer;
}

.inschrijven {
	color:#000;
	text-transform:none;
	padding-top:5px;
}

.evenementen_kader {
	width: 100%;
	height:20px;
	line-height:20px;
	font-size:11px;
	text-align:center;
	color:#FFF;
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom:5px;
	background-color:#CD091F;
	
}
.evenementen_box {
	color: #000;
	width: 148px;
}
.evenementen_box a {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}
.evenementen_box a:hover {
	color: #000;	
}

#emailcontainer {
	margin-top:5px;
	}

/* MAIN CONTENT */
.website #mainContent {
	float:left;
	width:530px;
	margin-left:20px;
		border-left: 1px dashed #e19e84;
	border-right: 1px dashed #e19e84;
	position:relative;
}
.bron {
	position: absolute;
	height: 40px;
	width: 51px;
	right: 10px;
	bottom: 10px;
}
.website #mainContent .titel {
	font-weight:bold;
	display:block;
	font-style: italic;
	border:none;
	padding:0px;
	margin-top:20px;
}
.product_detail {
	float:left; 
	color:#000;
	padding:0px;
	margin:0px; 
	margin-top:10px;
	border:none;
}
a.product_terug {
	background-color:#cd091f;
	color:000;
	padding:2px;
	text-decoration:none;
	margin-bottom:10px;
}
a.product_terug:hover{
	color:#000;
	text-decoration:none;
	margin-bottom:10px;
	background: #ffffff url(../images/bg_tab.gif) repeat-x bottom right;
}

.panes_main a{
	color:#000;
	text-decoration:none;}

.reactie {
	color:#cc1d1f;}

.container_product  {
	padding-bottom:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#content_producten {
	padding-bottom:20px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:610px;
}


.producten {
	color:#cd091f;}

.website #footer {
	float:left;
	width:100%;
	margin-top:20px;
	text-align:center;
}

.website #footer img{
	margin-left:10px;
	vertical-align:top;
	text-align: justify;
}

.website #reactiegoedkeuren {
	position: absolute;
	top: 20px;
	right: 0px;
	height: 30px;
	width: 200px;
}
.website #reactiegoedkeuren a {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.website #reactiegoedkeuren a:hover {
	color: #000;	
}

