﻿/*** RESET ***/
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, 
a, del, dfn, em, font, img,
small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1;
	background:  #362A29 url(../images/body-bg.jpg) repeat-x;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#headercontainer 
{
	width: 100%;
	background: #ffffff;
	height: 132px;	
}
#topcontentcontainer 
{
	margin-top: 1px;
}
#bottomcontentcontainer 
{
	background: #362a29;
	clear: both;
}

/*** HEADER ***/

#header 
{
	width: 862px;
	margin: 0 auto;
}
#header #telefoon
{
	float: right;
}
#header #quicklinks
{
	
	float: right;
	text-align: center;
	background: #b0d136;
	padding: 5px 0 5px 18px;
	color: #ffffff;
	font-size: 0.8em;
}
#header #quicklinks li
{
	float: left;
	border-right: 1px solid #ffffff;
	padding: 0 6px 0 6px;
	color: #ffffff;
} 
#header #quicklinks li a
{
	color: #ffffff;
	line-height: 16px;
} 
#header #quicklinks li a:hover
{
	color: #382322;
} 
#header #quicklinks li.winkelmandje
{
	background: url("../images/winkelmandje.png") middle no-repeat;
	border-right: none !important;
	padding-right: 30px;
	height: 15px;
} 
#header #logo
{
	position: relative;
	top: 20px;
	float: left;
	background: url("../images/logo.jpg") no-repeat;
	width: 256px;
	height: 86px;
}
#header #menu
{
	position: relative;
	top: 34px;
	float: right;
	width: 520px;
	height: 24px;
}
#header #menu li
{
	float: left;
	padding: 4px 18px 0 18px;
	border-right: 1px solid #b0d136;
	height: 24px;
}
#header #menu li.menucontact
{
	border-right: none !important;
}
#header #menu li:hover
{
	background: #b0d136;
}
#header #menu .selected
{
	background: #b0d136;
}
/*** TOPCONTENT ***/

#topcontent 
{
	width: 862px;
	margin: 0 auto;
}
#topcontent #hoofdkeuzes
{
	position: relative;
	top: 34px;
	left: 10px;
	float: left;
	width: 220px;
}
#topcontent #hoofdkeuzes li
{
	border-bottom: 1px dotted #49451f;
	padding: 6px 0 0 8px;
	width: 180px;
}
#topcontent #hoofdkeuzes li:hover
{
	background-color:#b0d136;
}
#topcontent #hoofdkeuzes .selected
{
	background-color:#b0d136;
}
#topcontent #hoofdkeuzes li.hoofdkeuzelikeur
{
	border-bottom: none !important;
}
#topcontent #landkeuzes
{
	background: #362a29;
	float: left;
	width: 240px;
	height: 237px;
	padding: 30px 0 0 20px;
}
#topcontent #landkeuzes ul
{
	width: 120px;
	float: left;
}
#topcontent #landkeuzes li
{
	float: left;
	width: 100px;
	padding: 5px 0 5px 0px;
	display: block;
	text-indent: 10px;
}
#topcontent #landkeuzes li a
{
	background: url("../images/landkeuze.png") no-repeat;
	color: #ffffff;
	font-size: 0.8em;
	padding: 3px;
	display: block;
}
#topcontent #landkeuzes li a:hover
{
	/*background-color: #b0d136;*/
	background: url("../images/landkeuze-over.png") no-repeat;
	padding: 3px;
	color: #362a29;
	display: block;
}
#topcontent #landkeuzes li .activelink
{
	/*background-color: #b0d136;*/
	background: url("../images/landkeuze-over.png") no-repeat;
	padding: 3px;
	color: #362a29;
	display: block;
}
#topcontent #slideshow
{
	/*background: url("../images/flash.jpg") no-repeat;*/
	float: left;
	width: 381px;
	height: 267px;
}
#topcontent #subkeuzes
{
	background-color: #4A403F;
	float: left;
	width: 360px;
	height: 237px;
	padding: 30px 0 0 20px;
}
#topcontent #subkeuzes ul
{
	width: 120px;
	float: left;
}
#topcontent #subkeuzes li
{
	float: left;
	width: 100px;
	padding: 5px 0 5px 0px;
	display: block;
}
#topcontent #subkeuzes li a
{
	background: url("../images/subkeuze.png") no-repeat;
	color: #ffffff;
	font-size: 0.8em;
	padding: 3px;
	display: block;
	text-indent: 10px;
}
#topcontent #subkeuzes li a:hover
{
	background: url("../images/subkeuze-over.png") no-repeat;
	padding: 3px;
	color: #362a29;
	display: block;
	text-indent: 10px;
}
#topcontent #subkeuzes li .activelink
{
	background: url("../images/subkeuze-over.png") no-repeat;
	padding: 3px;
	color: #362a29;
	display: block;
}
.clearfloats
{
	clear: both;
}
/*.activelink
{
	background-color: #b0d136;
	color: #281918;
}
*/
/*** BOTTOMCONTENT ***/

#bottomcontent 
{	
	width: 862px;
	margin: 0 auto;
}
#bottomcontent #sidebar
{
	width: 220px;
	float: left;
}
#bottomcontent #sidebar #wijnzoeker
{
	float: left;
	position: relative;
	top: 30px;
	padding-left: 14px;
	height: 130px;
}
#bottomcontent #sidebar #wijnzoeker #wijnzoekerheader
{
	background-color: #b0d136;
	padding: 0px 2px 10px 7px;
	width: 130px;
	float: left;
	height: 12px;
}
#bottomcontent #sidebar #wijnzoeker #txtWijnzoeker
{
	background-color: #281918;
	border: none;
	height: 20px;
	margin-top: 10px;
	width: 133px;
	color: #b0d136;
	font-size: 0.75em;
	padding: 1px 0 0 6px;
	float: left;
}
#bottomcontent #sidebar #wijnzoeker #btnZoek
{
	position: relative;
	right: 81px;
	top: 10px;
	width: 44px;
	height: 20px;
	float: right;
	background-color: #281918;
	border: 1px solid #5d5453;
	color: #b0d136;
	padding-bottom: 5px;
}
#bottomcontent #sidebar #snellelinks
{
	width: 220px;
	float: left;
	padding-left: 14px;
}
#bottomcontent #sidebar #snellelinks #snellelinksheader
{
	background-color: #b0d136;
	padding: 0px 2px 10px 7px;
	width: 130px;
	float: left;
	height: 12px;
}
#bottomcontent #sidebar #idkijker
{
	width: 220px;
	float: left;
	padding-left: 14px;
}
#bottomcontent #sidebar #idkijker #indekijkerheader
{
	background-color: #b0d136;
	padding: 0px 2px 10px 7px;
	width: 130px;
	float: left;
}
#bottomcontent #sidebar #snellelinks ul
{
	margin-top: 8px;
}
#bottomcontent #sidebar #snellelinks ul li
{
	background: url("../images/snellelinks.png") left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#bottomcontent #sidebar #snellelinks ul li a
{
	color: #ffffff;
	font-size: 0.8em;
}
#bottomcontent #sidebar #snellelinks ul li a:hover
{
	color: #b0d136;
}
#bottomcontent #main
{
	width: 641px;
	float: left;
	background-color: #ffffff;
	min-height: 300px;
}
#bottomcontent #main #eyecatcher1
{
	position: relative;
	top: 40px;
	left: 40px;
	float: left;
	width: 270px;
	padding-bottom: 30px;
}
#bottomcontent #main #eyecatcher2
{
	position: relative;
	top: 40px;
	left: 70px;
	float: left;
	width: 270px;
	padding-bottom: 30px;
}
#bottomcontent #main #eyecatcher1 #eyecatcherfoto1
{
	width: 263px;
}
#bottomcontent #main #eyecatcher1 #eyecatcherfoto2
{
	width: 263px;
}
.eyecatchertext 
{
	color: #424242;
	font-size: 0.8em;
	margin-top: 10px;
	line-height: 1.3;
}
.eyecatchermeerinfo a
{
	background: 1px 4px url("../images/snellelinks.png") no-repeat;
	color: #b0d136;
	font-size: 0.8em;
	margin-top: 14px;
	float: right;
	padding-left: 13px;
}
.eyecatchermeerinfo a:hover
{
	color: #281918;
}
.eyecatchertitel
{
	padding-top: 15px;
	clear: both;
}
#bottomcontent #main #mainheader
{
	margin-left: 40px;
	margin-top: 25px;
	margin-bottom: 0px;
}
#bottomcontent #main .itemcontainerdark
{
	position: relative;
	left: 40px;
	width: 575px;
	background-color: #ededed;
	margin: 20px 0 0 0;
	clear: both;
	overflow: hidden;
}
#bottomcontent #main .itemcontainerlight
{
	position: relative;
	left: 40px;
	width: 575px;
	background-color: #f7f7f7;
	margin: 20px 0 0 0;
	clear: both;
	overflow: hidden;
}
#bottomcontent #main .itempicture
{
	float: left;
	width: 87px;
	border: 1px solid #ededed;
	background-color: #FFFFFF;
}
#bottomcontent #main .itemtitle
{
	position: relative;
	left: 20px;
	top: 10px;
	float: left;
}
#bottomcontent #main .itemdescription
{
	position: relative;
	left: 22px;
	float: left;
	color: #666666;
	font-size: 0.7em;
	width: 440px;
	margin-top: 10px;
	line-height: 1.3;
	padding-right: 20px;
}
#bottomcontent #main .itemdescriptionfull
{
	position: relative;
	left: 22px;
	float: left;
	color: #b9b9b9;
	font-size: 0.7em;
	width: 500px;
	margin-top: 10px;
	line-height: 1.3;
	padding-right: 20px;
}
#bottomcontent #main .itemleesmeer
{
	position: absolute;
	left: 110px;
	top: 78px;
}
#bottomcontent #main .itemleesmeer a
{
	color: #799122;
	font-size: 0.7em;
}
#bottomcontent #main .itemleesmeer a:hover
{
	color: #abcb36;
}
#bottomcontent #main .bestel
{
	position: relative;
	float: right;
	font-size: 0.7em;
	color: #666666;
	margin-right: 10px;
	margin-top: 10px;
}
/*** FOOTER ***/

#footercontainer 
{
	clear: both;
	background-color: #281818;
	min-height: 60px;
}

#footer 
{
	width: 862px;
	margin: 0 auto;	
	margin-top: 20px;
	clear: both;
}
#footer ul
{
	margin-left: 155px;
}
#footer li
{
	float: left;
	margin: 0 auto;
	font-size: 0.7em;
	color: #bab5b5;
	padding: 0px 5px 0 5px;
	margin-top: 20px;
	border-right: 1px solid #bab5b5;
}
#footer li.stardekk
{
	border-right: none !important;
}
#footer li a
{
	color: #bab5b5;
}
#footer li a:hover
{
	color: #b0d136;
}
.paginas
{
	font-size: 0.7em;
	clear: both;
	margin-bottom: -15px;
	top: -10px;
	position: relative;
}
.subpaginatie
{
	float: right;
	clear: both;
	padding-right: 35px;
}
.subpaginatie ul li
{
	float: left;
	text-align: center;
	display: block;
}
.subpaginatie ul li a
{
	color: #382322;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
}
.subpaginatie ul li a:hover
{
	background-color: #B0D136;
	padding-right: 2px;
	padding-left: 2px;
	color: White;
	display: block;
}
.subpaginatie ul li.big
{
	width: 35px;
	color: #382322;
}
.subpaginatie ul li a.selected
{
	background-color: #B0D136;
	color: white;
	display: block;
}
.green 
{
	color: #6b8216; 	
}
#slideshowfull
{
	width: 641px;
	height: 267px;
	float: left;
}
#fotos
{
	padding: 0 50px 50px 50px;
	font-size: 0.8em;
	color: #424242;
}
#fotos a
{
	color: #424242;
	text-decoration: underline;
}
#fotos a:hover
{
	color: #424242;
	text-decoration: none;
}
#texts
{
	padding: 0 50px 50px 40px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #424242;
}
#texts h1
{
	margin: 0px;
	padding: 0px;
}
#texts a
{
	color: #424242;
	text-decoration: underline;
}
#texts a:hover
{
	color: #424242;
	text-decoration: none;
}
.fotolijst
{
	margin-right: 7px;
	margin-bottom: 7px;
}
#formulierke
{
	line-height: 1.5em;
}
#formulierke input
{
	font-size: 0.8em;
}
#formulierke p
{
	padding-bottom: 10px;
	padding-top: 10px;
}
#formulierke ul
{
	margin-left: 30px;
	list-style: disc;
}
.titelrij
{
	background-color: #b0d136;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.tabelrij
{
	line-height: 20px;
	height: 20px;
}
.paddingright5
{
	padding-right: 15px;
}
.totaalrij
{
	font-weight: bold;
}
#formulierke a
{
	color: #A8CC2C;
	text-decoration: underline;
}
#formulierke a:hover
{
	color: #A8CC2C;
	text-decoration: none;
}
.dummy
{
	position: relative;
	left: 130px;
	top: -103px;
}
#prijsvork
{
	margin-left: 13px;
	clear: both;
}
#prijsvork .the_class
{  
	font-size: 12px;
	display: none;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 2px;
}
#prijsvork .the_class li 
{
	background: url(../images/snellelinks.png) left no-repeat;
	line-height: 16px;
	text-indent: 20px;
} 

 
#prijsvork .the_class li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block; 
} 
 
 
#prijsvork .the_class li a:hover {
	color: #A8CC2C;
}
#bottomcontent #sidebar #wijnzoeker #email
{
	
	background-color: #281918;
	border: none;
	height: 20px;
	margin-top: 10px;
	width: 133px;
	color: #b0d136;
	font-size: 0.75em;
	padding: 1px 0 0 6px;
	float: left;
}
#bottomcontent #sidebar #wijnzoeker #btnInschrijf
{
	position: relative;
	right: 81px;
	top: 10px;
	height: 20px;
	float: right;
	background-color: #281918;
	border: 1px solid #5d5453;
	color: #b0d136;
	padding-bottom: 5px;
}
