/* CSS/XHTML RESET */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

img {
	border: 0px;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

ul {
	margin: 0px;
	list-style: none;
}

ul li {
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul li ul
{
	margin-left: 50px;
	font-weight: normal;
}

ul li ul li {
	list-style: lower-alpha;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

/* FRAMEWORK */

html, body {
	height: 100%;
}

body {
	background: url(../images/template/bg.png) repeat-x #410c1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	cursor: default;
}

/* OPMAAK */

h1 {
	margin: 20px 0px;
	font-size: 21px;
	color: #84002F;
	line-height: 21px;
}

h2 {
	margin: 14px 0px;
	font-size: 14px;
	color: #84002F;
	line-height: 21px;
}

p {
	margin: 21px 0px;
	line-height: 21px;
	font-style: normal;
}

a {
	color: #84002F;
	font-weight: normal;
	text-decoration: underline;
}

img.left
{
	float: left;
	margin: 0px 15px 15px 0px;
}

a:hover {
	text-decoration: none;
}


#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

#site {
	margin: 0 auto;
	width: 960px;
	height: auto;
	position: relative;
	z-index: 1;
}
.after
{
	float: left;
	display: block;
	width: 100%;
	visibility: hidden;
}

#popup {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	width: 100%;
	z-index: 100;
}

#top
{
	width: 960px;
	height: 134px;
	float: left;
	position: relative;
}

#top #actie
{
	width: 350px;
	float: right;
	padding-right: 50px;
	text-align: right;
}

#logo
{
	width: 257px;
	height: 134px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu
{
	float: left;
	margin-top: 25px;
	width: 960px;
	height: 40px;
	position: relative;
}

#menu .item
{
	width: auto;
	height: 24px;
	margin-top: 8px;
	float: left;
}

#menu a
{
	display: block;
	height: 24px;
	width: auto;
	float: left;
	line-height: 24px;
	background: url(../images/template/border_menu.gif) no-repeat right;
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
}

#menu a:hover
{
	color: #845c6a;
}

#menu a.last
{
	background: none;
}

#menu .active
{
	width: auto;
	height: 40px;
	float: left;
	background: url(../images/template/menu_active_left.gif) no-repeat;
	padding-left: 5px;
	margin-left: -1px;
	padding-right: 5px;
	position: relative;
	cursor: default;
}

#menu .active span
{
	display: block;
	height: 40px;
	width: auto;
	float: left;
	line-height: 40px;
	background: url(../images/template/menu_active.gif) repeat-x;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}

#menu .active .right
{
	width: 5px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/template/menu_active_right.gif) no-repeat;
}

#menu .login
{
	float: right;
	padding-right: 20px;
	font-size: 11px;
}

#menu .login a
{
	display: block;
	height: 24px;
	width: auto;
	float: left;
	line-height: 24px;
	background: none;
	color: #845c6a;
	text-decoration: underline;
	padding: 0px 5px;
}

#menu .login a:hover
{
	text-decoration: none;
}

#menu .login span
{
	display: block;
	height: 24px;
	width: auto;
	float: left;
	line-height: 24px;
	background: none;
	color: #845c6a;
	text-decoration: none;
}

/*
* Selectbox
*/

.select {
	position: relative;
	float: left;
	width: 161px;
	height: 21px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 10px;
	color: #837b7b;
	background: url(../images/template/selectbox_bg.gif) no-repeat;
	margin-top: 5px;
	text-transform: capitalize;
	z-index: 50;
}

.select .value {
	position: relative;
	float: left;
	width: 140px;
	cursor: pointer;
	overflow: hidden;
}

.select .select_items {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 159px;
	border: 1px #d8d8d8 solid;
	border-top: 0px;
}

.select_item {
	background: #FFFFFF;
	cursor: pointer;
	overflow: hidden;	
	width: 159px;
	height: 21px;
}

.select_item.hover
{
	background: #d8d8d8;
}

#wijnmand
{
	width: 960px;
	height: auto;
	float: left;
	margin-top: 15px;
	position: relative;
	background: url(../images/template/wijnmand_bg.png) repeat-x;
	z-index: 1;
}

#wijnmand:after
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#wijnmand #sfeer
{
	width: 298px;
	height: 215px;
	background: url(../images/sfeer/wijnmandje.jpg);
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
}

#wijnmand #header
{
	width: 640px;
	height: 225px;
	float: left;
	position: relative;
	margin: 0px;
}

#wijnmand #header .content
{
	width: 600px;
	height: auto;
	padding: 25px;
	float: left;
}

#contact 
{
	width: 600px;
	height: auto;
	padding: 25px;
	position: relative;
	float: left;
}

#contact .content
{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 470px;
}

#contact .content .field
{
	width: 470px;
	height: 40px;  
	float: left;
	position: relative;
}

#contact .content .field .label
{
	width: 156px;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	position: relative;
	float: left;
}

#contact .content .field .text
{
	width: 284px;
	height: 25px;
	position: relative;
	line-height: 25px;
	float: left;
	background: url(../images/template/input_bg.gif) 0px 2px no-repeat;
}

#contact .content .field .form .label
{
	width: 156px;
	height: 25px;
	line-height: 25px;
	position: relative;
	padding-left: 30px;
	float: left;
}

#contact .content .field .form .check
{
	width: 284px;
	height: 25px;
	line-height: 25px;
	position: relative;
	float: left;
}

#contact .content .field .form .checkbox
{
	height: 25px;
	width: 55px;
	padding-left: 20px;
	background: url(../images/template/checkbox_contact.gif) no-repeat 0px 8px;
	position: relative;
	float: left;
	cursor: pointer;	
}

#contact .content .field .form .checkbox.checked
{
	background: url(../images/template/checkbox_contact_checked.gif) no-repeat 0px 8px;
}

#contact .content .field .textarea
{
	width: 284px;
	height: 180px;
	line-height: 25px;
	position: relative;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #390A19;	
	border: none;
	float: left;
	background: url(../images/template/input_bg.gif) repeat-y;
}

#contact .content .field textarea
{
	width: 284px;
	height: 180px;
	position: relative;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #390A19;	
	border: none;
	background: none;
	overflow: auto;
}

#contact .content .field .text input
{
	width: 280px;
	height: 19px;
	border: none;
	background: none;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #390A19;	
	padding: 3px 2px;
}

#contact .content .field .text .submit
{
	width: 94px;
	height: 18px;
	border: none;
	background: none;
	cursor: pointer;
	margin-top: 15px;
	background: url(../images/template/versturen.gif) no-repeat;
}

#adres
{
	width: 291px;
	height: auto;
	padding: 0px 0px 0px 7px;
	float: right;
}

#adres a {
	color: #FFFFFF;
}

#adres strong, b
{
	color: #a1003c;
}

#uitgebreidzoeken
{
	width: 600px;
	height: auto;
	padding: 25px;
	position: relative;
	float: left;
	z-index: 1;
}

#uitgebreidzoeken .content
{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 470px;
	position: relative;
	z-index: 1;
}

#uitgebreidzoeken .content .field
{
	width: 417px;
	height: 40px;  
	float: left;
	position: relative;
	z-index: 1;
}

#uitgebreidzoeken .content .field .label
{
	width: 156px;
	height: 21px;
	line-height: 21px;
	padding-left: 30px;
	position: relative;
	float: left;
}

#uitgebreidzoeken .content .field .text
{
	width: 231px;
	height: 23px;
	position: relative;
	line-height: 21px;
	float: left;
	background: url(../images/template/input_zoeken_bg.gif) 0px 2px no-repeat;
}

#uitgebreidzoeken .content .field .text input
{
	width: 211px;
	height: 19px;
	border: none;
	background: none;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #390A19;	
	padding: 3px 10px;
}


#uitgebreidzoeken .select {
	width: 231px;
	background: url(../images/template/selectbox_search.gif) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	cursor: pointer;
}

#uitgebreidzoeken .select .value {
	width: 211px;
}

#uitgebreidzoeken .select .select_items {
	width: 229px;
}

#uitgebreidzoeken .select .select_item {
	overflow: hidden;	
	width: 229px;
	height: 21px;
}

#uitgebreidzoeken .content .field .text .submit
{
	width: 78px;
	height: 21px;
	border: none;
	background: none;
	cursor: pointer;
	background: url(../images/template/button_zoeken2.gif) no-repeat;
	float: right;
}



#ingelogd
{
	width: 254px;
	height: 124px;
	float: left;
	margin-top: 30px;
	background: url(../images/template/ingelogd_bg.png);
	line-height: 25px;
	position: relative;
}


#login
{
	position: relative;
	float: left;
	width: 254px;
	height: 408px;
	margin-top: 30px;
	background: url(../images/template/login_bg.png);
	line-height: 25px;
}

#login .lostpass {

	position: relative;
	float: left;
	line-height: 60px;
	font-size: 11px;
	font-style: italic;
}

#login .lostpass span {
	text-decoration: underline;
	cursor: pointer;
}

#login .content, #ingelogd .content
{
	padding: 0px 25px;
}

#login .description, #ingelogd .description
{
	margin-top: 70px;
	position: relative;
	float: left;
}

#login .pattern
{
	margin: 25px 0px;
	float: left;
	background: url(../images/template/pattern_white.gif) repeat-x;
	height: 1px;
	width: 100%;
}

#login .label
{
	position: relative;
	float: left;
	text-indent: 15px;
}

#login .text
{
	position: relative;
	float: left;
	width: 200px;
	height: 25px;
	background: url(../images/template/input_login_bg.gif);
	border: none;
	margin-bottom: 10px;
}

#login .text input
{
	width: 170px;
	height: 23px;
	padding: 0px 15px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #390A19;	
	background: none;
	border: none;
	margin: 1px 0px;
}

#login .button
{
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 0px;
	left: 103px;
	cursor: pointer;
}

#registreer
{
	width: 345px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	color: #390A19;
	line-height: 25px;
}


#registreer .content
{
	padding: 0px 25px;
}


#registreer .top
{
	width: 345px;
	height: 10px;
	background: url(../images/template/registreer_top_bg.png);
	float: left;
}

#registreer .bottom
{
	width: 345px;
	height: 47px;
	background: url(../images/template/registreer_bottom_bg.png);
	float: left;
	position: relative;
}

#registreer .registreer
{
	width: 345px;
	height: auto;
	background: url(../images/template/registreer_bg.png) repeat-x #EFEFEF;
	float: left;
}

#registreer .description
{
	margin-top: 60px;
	float: left;
}

#registreer .pattern
{
	margin: 25px 0px;
	float: left;
	background: url(../images/template/pattern_black.gif) repeat-x;
	height: 1px;
	width: 100%;
}

#registreer .form
{
	width: 295px;
	float: left;
	padding-bottom: 30px;
}

#registreer .field
{
	width: 100%;
	height: 35px;
	float: left;
}

#registreer .label
{
	width: 135px;
	float: left;
	height: 35px;
}

#registreer .info
{
	font-size: 10px; 
	line-height: 21px;
	color: #717171;
	float: left;
	margin-top: 10px;
}

#registreer .text
{
	width: 160px;
	background: url(../images/template/input_registreer_bg.gif) no-repeat;
	border: none;
	height: 35px;
	float: left;
}

#registreer .text input
{
	width: 140px;
	height: 23px;
	padding: 0px 10px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #390A19;	
	background: none;
	border: none;
	margin: 1px 0px;
}

#registreer .select {
	width: 90px;
	height: 25px;
	background: url(../images/template/selectbox_aanhef.gif) no-repeat;
	float: left;
	cursor: pointer;
	margin: 0;
	color: #390A19;		
}

#registreer .select .value {
	width: 80px;
}

#registreer .select .select_items {
	width: 88px;
	top: 24px;
}

#registreer .select .select_item {
	overflow: hidden;	
	width: 88px;
	height: 21px;
}

#registreer .button
{
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 0px;
	left: 148px;
	cursor: pointer;	
}

#gegevens
{
	width: 345px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	color: #390A19;
	line-height: 25px;
}


#gegevens .content
{
	padding: 0px 25px;
}


#gegevens .top
{
	width: 345px;
	height: 10px;
	background: url(../images/template/registreer_top_bg.png);
	float: left;
}

#gegevens .bottom
{
	width: 345px;
	height: 47px;
	background: url(../images/template/registreer_bottom_bg.png);
	float: left;
	position: relative;
}

#gegevens .gegevens
{
	width: 345px;
	height: auto;
	background: url(../images/template/gegevens_bg.png) repeat-x #EFEFEF;
	float: left;
}

#gegevens .description
{
	margin-top: 60px;
	float: left;
}

#gegevens .pattern
{
	margin: 25px 0px;
	float: left;
	background: url(../images/template/pattern_black.gif) repeat-x;
	height: 1px;
	width: 100%;
}

#gegevens .form
{
	width: 295px;
	float: left;
	padding-bottom: 30px;
}

#gegevens .field
{
	width: 100%;
	height: 35px;
	float: left;
	position: relative;
}

#gegevens .values
{
	width: 160px;
	height: 35px;
	position: relative;
	float: right;
}

#gegevens .label
{
	width: 135px;
	float: left;
	height: 35px;
}

#gegevens .info
{
	font-size: 10px; 
	line-height: 21px;
	color: #717171;
	float: left;
	margin-top: 10px;
}

#gegevens .text
{
	width: 160px;
	background: url(../images/template/input_registreer_bg.gif) no-repeat;
	border: none;
	height: 35px;
	float: left;
}

#gegevens .text input
{
	width: 140px;
	height: 23px;
	padding: 0px 10px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #390A19;	
	background: none;
	border: none;
	margin: 1px 0px;
}

#gegevens .select {
	width: 90px;
	height: 25px;
	background: url(../images/template/selectbox_aanhef.gif) no-repeat;
	float: left;
	cursor: pointer;
	margin: 0;
	color: #390A19;		
}

#gegevens .select .value {
	width: 80px;
}

#gegevens .select .select_items {
	width: 88px;
	top: 24px;
}

#gegevens .select .select_item {
	overflow: hidden;	
	width: 88px;
	height: 21px;
}

#gegevens .button
{
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 0px;
	left: 148px;
	cursor: pointer;	
}

#gegevens .edit
{
	width: 13px;
	height: 13px;
	position: absolute;
	right: 0px;
	top: 8px;
	background: url(../images/template/edit.gif);
	cursor: pointer;
	z-index: 50;
}

#melding
{
	width: 487px;
	height: 325px;
	z-index: 200;
	margin-left: -243px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	font-size: 11px;
}

#melding .close
{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
}


#melding.error
{
	background: url(../images/template/foutmelding_bg.png);
}

#melding.succes
{
	background: url(../images/template/succes_bg.png);
}

#melding.wachtwoord
{
	background: url(../images/template/wachtwoordvergeten.png);
}

#melding .melding
{
	position: absolute;
	left: 80px;
	top: 90px;
	line-height: 21px;
	color: #666666;
}

#melding .ok
{
	width: 60px;
	height: 45px;
	position: absolute;
	left: 215px;
	bottom: 50px;
	cursor: pointer;
}

#lostpass {
	width: 225px;
	border: 1px #9B063B solid;
	margin: 0px 0px 0px 15px;
}

#footer {
	width: 907px;
	height: auto;
	border-top: 1px solid #602c3c;
	position: relative;
	text-align: left;
	color: #845c6a;
	line-height: 18px;
	padding: 25px;
	margin: 0 auto;
	font-size: 11px;
}
#footer p {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}
#footer a {
	color: #845c6a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	color: #845c6a;
	padding: 0px 5px;
}
#footer .realisatie {
	position: absolute;
	bottom: 25px;
	right: 25px;
	color: #845c6a;
	line-height: 18px;
}
#site:after,
#footer:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Op zondag gesloten */

#zondag {
	width: 771px;
	height: auto;
	position: relative;
	padding: 50px 0px 50px 200px;
	background: #fff;
}

li.kolom{
	float:left;
	width:290px;
	}
	
li.kolom ul{
	margin-left:10px;
	margin-bottom:25px;
}