/* *************************************************************************************
				BODY & WRAPPER STRUCTURE
************************************************************************************* */

* 								{ margin: 0; }

html
{
	height: 		100%; /* Height is 100%, so the body can be 100% */
}

body
{
	background: 		url('../img/wrapper_back.gif') repeat-y;
	background-position: 	top center;
	margin: 		0;
	padding: 		0;
 	height: 					100%;
}
html>body
{
	min-height: 		100%;
	height: 		auto;
}

#wrapper
{
	z-index:		100;
	min-height:		100%;
	width:			938px;
	height: 		auto !important;
	height: 		100%;
	margin: 		0 auto -180px;
}

del {
	color: 			gray;
}

/* *************************************************************************************
				CONTENT SPECIFIC STYLES
************************************************************************************* */

*				{ margin: 0; padding: 0; }
img 				{ border: 0; }

body, input, textarea, select {
	font-family: 		sans-serif, Tahoma, Verdana, Helvetica, "Sans Serif";
	color:			#000000;
	font-size: 		11px;
	line-height: 		19px;
}

A:link, A:visited, A:active 	{
	color: 			#a00000; text-decoration: none; 
}
A:hover {color:	#a00000; text-decoration: underline;}
h1 { line-height: 25px; font-size: 22px; color: #000000; font-weight: bold; margin-bottom: 15px; }
h2 { line-height: 20px; font-size: 15px; color: #a00000; font-weight: bold; margin-bottom: 10px; }
h3 { line-height: 13px; font-size: 12px; color: #a00000; margin-bottom: 5px; }
p { line-height: 19px; margin-bottom: 15px; }

.content { /*clear: both;*/ padding: 20px; }
.inhoud	{ /*clear: both;*/ padding: 0px; }
.inhoud form { padding: 20px; }


/* *************************************************************************************
				TOP
************************************************************************************* */

#top
{
	width:						936px;
	height:						282px;
	padding:					0 1px 0 1px; 
}

#top #contactBar
{
	position:					absolute;
	margin-top:					225px;
	width:						936px;
	height:						20px;
}
#top #contactBar p				{ padding-left: 15px; line-height: 20px; color:	#ffffff; font-size: 10px; }

#top #topBar
{
	position:					absolute;
	margin-top:					247px;
	width:						936px;
	height:						35px;
	background:					url('../img/top_bar.gif');	
}
#top #topBar h1					{ float: left; padding-left: 165px; font-size: 14px; color: #ffffff; line-height: 35px; }

#top #topBar #searchBox			{ float: right; margin-top: 2px; width: 180px; height: 30px; background: url('../img/searchbox_back.gif'); margin-right: 10px; }
#top #topBar #searchBox form	{ margin-top: -10px; } 
#top #topBar #searchBox input.searchField	{ margin-top: 5px; margin-left: 12px; padding: 3px; width: 130px; height: 15px; border: 0; background: transparent; }

#top #topBar #topButtons		{ float: right; margin-top: 5px; margin-right: 15px; }
#top #topBar #topButtons ul		{ list-style-type: none; }
#top #topBar #topButtons ul li	{ float: left; margin-left: 5px; }

#top #topBar #topButtons #home a {
	width: 60px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background-image: url('../img/top_button_home2.gif');
}

#top #topBar #topButtons #home a:hover {
	background-position: -60px bottom;
}


/* *************************************************************************************
				LEFTCOLUMN
************************************************************************************* */

#leftColumn
{
	width: 155px;
	float: left;
	margin-left: 2px;
}

#leftColumn ul			{ list-style-type: none; margin-bottom: 15px; }
#leftColumn ul li		{ height: 23px; background: url('../img/button_back.gif'); /* padding-left: 15px; */ padding-left: 0; }
#leftColumn ul li.heading	{ height: 23px; background: url('../img/button_heading_back.gif'); padding-left: 15px; }
#leftColumn ul li,
#leftColumn ul li a		{ line-height: 23px; color: #ffffff; font-weight: bold; font-size: 11px; text-decoration: none; }

#leftColumn ul li a	{
	width: 140px;
	height: 23px;
	display: block;
	padding-left: 15px;
	background-image: url('../img/button_back.gif');
}

.zoeken ul li a	{
	width: 140px;
	height: 23px;
	display: block;
	padding-left: 15px;
	background-image: url('../img/button_zoek.gif');
}

.zoeken h2 a {
	color: #FFFFFF;
}

.zoeken h2 a:visited {
	color: #FFFFFF;
}

#blok ul li a	{
	width: 140px;
	height: 23px;
	display: block;
	padding-left: 15px;
	background-image: url('../img/button_zoek.gif');
}

#leftColumn ul li a:hover {
	background-position: 0 -23px;
}

#leftColumn hr				{ border: 0; color: #000000; height: 1px; width: 100%; margin: 3px 5px 0 -5px; }
#leftColumn form h2			{ color: #ffffff; background: url('../img/button_heading_back.gif'); padding-left: 15px; font-weight: bold; font-size: 11px;}
#leftColumn form ul			{ list-style-type: none; margin-bottom: 15px; }
#leftColumn form ul li			{ color: #000000; background: url('none'); padding-left: 0; }	
#leftColumn form			{ margin-top: 0px; margin-left: 0px; }
#leftColumn form label			{ margin-left: 5px; display: block; font-weight: bold; }
#leftColumn form input,
#leftColumn form select			{ width: 130px; font-size: 10px; border-top: 1px solid #abadb3; border-left: 1px solid #abadb3; border-bottom: 1px solid #e3e9ef; border-right: 1px solid #e3e9ef; }
#leftColumn form input			{ padding: 3px; width: 120px; }
#leftColumn form input[type="submit"],
#leftColumn form input[type="button"],
#leftColumn form input[type="image"]	{ border: 0; padding: 0; width: auto; margin-top: 10px; }

#leftColumn #word img {margin-left: -10px;}


/* *************************************************************************************
				MIDCOLUMN
************************************************************************************* */

#midColumn
{
	width:						450px;
	margin-left:					156px;
}

#midColumn p, table
{
	font-size:					12px;
	line-height:					18px;
}

#midColumn #content
{
	padding: 					20px;
	}
	
#word ul
{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
}
	
/* *************************************************************************************
				RIGHTCOLUMN
************************************************************************************* */

#rightColumn
{
	width:						331px;
	height:						100%;
	min-height:					800px;
	float:						right;
}

/* *************************************************************************************
				RIGHTCOLUMN BACK Button
************************************************************************************* */

#back
{
	width: 331px;
	height: 25px;
	background-image: url('../img/button_terug.gif');
	display: block;
}
#back a {
	color: #FFFFFF;
}

/* *************************************************************************************
				FOOTER
************************************************************************************* */

#footer, #push
{
	height: 					200px; 				/* .push must be the same height as .footer */
	clear:						both;				/* zelf toegevoegd */
}
#footer
{
	background-image: url('../images/footer.gif');
	background-color: #ececed;
	width:						936px;
	margin: 					auto;
	padding-top:					20px;
	color: #000000;
}

#footer h1 {
	line-height: 25px; font-size: 18px; color: #666666; font-weight: bold;  margin-bottom: 10px;
}

#footer a {
	color: #000000;
}

#footer table {
	font-size: 11px; 
}

#footer ul {
	font-size: 11px; 
}
#copy {
	float: left; 
	text-align: center;
	width: 100%;
	height: auto;
}

.footerblok1 {
	float: left;
	margin-left: 20px;
	height: 180px;
	font-size: 11px;
}
.footerblok1 ul {
	margin-left: 20px;
	}

.footerblok2 {
	float: left;
	height: 180px;
	font-size: 11px;
}
.footerblok2 ul {
	margin-left: 20px;
	}
.footerblok3 {
	float: left;
	height: 180px;
	font-size: 11px;
}
.footerblok3 ul {
	margin-left: 20px;
	}
.footerblok4 {
	float: left;
	height: 180px;
	font-size: 11px;
}
.footerblok4 ul {
	margin-left: 20px;
	}

/* *************************************************************************************
				WIJN
************************************************************************************* */

.wijn
{
	padding: 					10px;
}
.wijn.omschrijving p
{
	margin: 					0;
}
.wijn.omschrijving .kader 
{
	width:						389px;
	border-right:				1px solid #a00000;
	padding-right:				20px;
	padding-bottom:				0px;
}
.wijn.omschrijving .kader h2 	{ color: #a00000; margin: 2px 0 0 0; font-size: 13px; }
.wijn.omschrijving .kader h1	{ color: #000000; margin: 3px 0 0 0; font-size: 18px; }

.wijn.omschrijving .kaderOnderkant
{
	width:						410px;
	min-height:					50px;
	background:					url('../img/kaderonderkant_back.gif') top right no-repeat;
}

.wijn.omschrijving .kaderOnderkant .bestelnu,
.wijn.omschrijving .kaderOnderkant .leesverder		{ float: left; width: 110px; }

/* .wijn.omschrijving .kaderOnderkant .referentie 		{ margin-left: 20px;  }
.wijn.omschrijving .kaderOnderkant .referentie img	{ margin: 18px 0 0 10px; }*/

.wijn.omschrijving .kaderOnderkant .bestelnu img,
.wijn.omschrijving .kaderOnderkant .referentie img,
.wijn.omschrijving .kaderOnderkant .leesverder img	{ margin-top: 18px; margin-right: 5px;  } 

.wijn.omschrijving .kaderOnderkant .bestelnu h3		{ color: #ffffff; position: absolute; margin: -24px 0 0 103px; font-size: 15px; font-weight: bold; }

.wijn.omschrijving .kaderOnderkant .prijs			{ float: right; margin-right: 20px; width: 105px; height: 50px; background: url('../img/bestelnu_prijs_back.gif'); }
.wijn.omschrijving .kaderOnderkant .prijs h2 		{ color: #ffffff; position: absolute; margin: 9px 0 0 8px; }
.wijn.omschrijving .kaderOnderkant .prijs h3		{ line-height: 20px; color: #ffffff; position: absolute; margin: 23px 0 0 8px; font-size: 12px; font-weight: normal; }
.wijn.omschrijving .kaderOnderkant .prijs h1		{ color: #ffffff; position: absolute; margin: 30px 0 0 20px; font-size: 30px; float: right; }
.wijn.omschrijving .kaderOnderkant .prijs h1 sup	{ line-height: 18px; font-size: 25px; color: #ffffff; }

.wijn.omschrijving .kaderOnderkant .prijs h1		{ margin-top: -3px; margin-left: 35px; line-height: 50px; }
.wijn.omschrijving .kaderOnderkant .prijs h1 sup	{ line-height: 12px; font-size: 19px; color: #ffffff; }


.wijn.proefnotitie									{ background: url('../img/proefnotitie_back.gif') top center no-repeat; }

.wijn.drinkenbij									{ background: url('../img/proefnotitie_back.gif') top center no-repeat; }

.wijn.houdbaarheid									{ background: url('../img/proefnotitie_back.gif') top center no-repeat; }

#productfoto										{ position: absolute; }



/* *************************************************************************************
				WIJNEN
************************************************************************************* */

.wijnen
{
/*	clear:						both;*/
	padding:					10px 10px 0 10px;
}

.wijnen a
{
	display: block;
	cursor: pointer;
}

.wijnen a:hover
{
	text-decoration: none;
}
.wijnLinks, .wijnRechts
{
	background:					#ff66ff;
	width:						210px;
	height:						160px;
	float:						left;	
	display: block;
	cursor: pointer;	
}
.wijnLinks						{ background: url('../img/wijn_links_back.gif') top left no-repeat; margin-right: 10px;	margin-bottom: 20px; }
.wijnRechts						{ background: url('../img/wijn_rechts_back.gif') top left no-repeat; margin-bottom: 20px; }

.wijnen .indexsubheading			{ color: #a00000; position: absolute; margin: 5px 0 0 10px; font-size: 12px; line-height: 13px; width: 130px; font-weight: bold; }
.wijnen .indexheading				{ font-weight: bold; color: #000000; position: absolute; margin: 45px 0 0 10px; font-size: 16px; line-height: 18px; width: 130px; }
.wijnen img					{ padding-left: 10px; margin-top: 25px; margin-right: 5px; } 

.wijnen .prijsblokje			{ position: absolute; margin: 128px 0 0 10px; font-size: 11px; color: #ffffff; line-height: 16px; width: 180px; }
.wijnen .prijsblokje			{ line-height: 4px; }
.wijnen .prijsblokje span		{ line-height: 16px; font-size: 20px; color: #ffffff; font-weight: bold;}
.wijnen .prijsblokje span sup	{ line-height: 14px; font-size: 14px; color: #ffffff; font-weight: bold; margin-top: 4px; }

.wijnen .leesverder {
	position: absolute; 
	margin: 160px 0 0 -10px;
}

.word {
/*	clear:						both; */
	padding:					0 10px 0 10px;
}


#wijninfo
{
/*	clear:						both; */
	padding:					0 10px 0 10px;
}

#wijninfo h2						{ color: #a00000; font-size: 15px; line-height: 12px;}
#wijninfo h1						{ color: #000000; font-size: 18px; line-height: 18px;}



/* *************************************************************************************
				WIJNALLIANTIE
************************************************************************************* */

.wijnalliantie {
	background: url('../img/proefnotitie_back.gif') top center no-repeat;
}
.wijnalliantie td {
	width: 100px;	
}
.wijnalliantie h1 {
	color: #786b2f; font-size: 18px; line-height: 18px;
}

/* *************************************************************************************
				WINKELWAGEN
************************************************************************************* */

#winkelwagen
{
	position: absolute;
	margin-left:					151px; /*right: 165px;*/
	width:						160px;
	height:						400px;
	background:					url('../img/winkelwagen_back.gif') top left repeat-y;
	padding:					0 2px 0 10px;
	font-size: 11px; 
}

#winkelwagen img
{
	padding: 0px;
	margin: 0px;
	border: 0;
}
#winkelwagen #winkelwagenHeading
{
	margin:						0 0 10px -5px;
	width:						170px;
	height:						25px;
	background:					url('../img/winkelwagen_heading_back.gif') top center no-repeat;
	text-align:					center;
	font-size:					11px;
	color:						#ffffff;
	font-weight:				bold;
	line-height:				25px;
}
#winkelwagen p					{ line-height: 14px; }
#winkelwagen a					{ color: #000000; text-decoration: underline; }

#winkelwagen ul					{ list-style-type: none; }
#winkelwagen ul	li				{ list-style-type: none; }

#winkelwagen td					{ border-top: 1px dotted #a00000; }
#winkelwagen td input			{ width: 15px; height: 17px; padding-top: 3px; margin: 0; font-size: 10px; border-top: 1px solid #abadb3; border-left: 1px solid #abadb3; border-bottom: 1px solid #e3e9ef; border-right: 1px solid #e3e9ef; }

/* *************************************************************************************
				ACCOUNT
************************************************************************************* */

#account
{
	position: absolute;
	margin-left:				151px; /*right: 165px;*/	
	width:					160px;
	height:					150px;
	background:				url('../img/winkelwagen_back.gif') top left repeat-y;
	padding:				0 2px 0 10px;
	font-size: 11px; 
	position: 		absolute;
	display: 		block;
	z-index: 10000;
}

#account img
{
	padding: 0px;
	margin: 0px;
	border: 0;
}
#account form
{
	padding: 0px;
	margin: 0px;
}
#account #accountHeading
{
	margin:					0 0 10px -5px;
	width:					170px;
	height:					25px;
	background:				url('../img/winkelwagen_heading_back.gif') top center no-repeat;
	text-align:				center;
	font-size:				11px;
	color:					#ffffff;
	font-weight:				bold;
	line-height:				25px;
}
#account p					{ line-height: 14px; }
#account a					{ color: #000000; text-decoration: underline; }

#account ul					{ list-style-type: none; }
#account ul	li				{ list-style-type: none; }

#account td					{ border-top: 1px dotted #a00000; }
#account td input			{ width: 15px; height: 17px; padding-top: 3px; margin: 0; font-size: 10px; border-top: 1px solid #abadb3; border-left: 1px solid #abadb3; border-bottom: 1px solid #e3e9ef; border-right: 1px solid #e3e9ef; }



/* form */

form {
	line-height: 1.2em;
}

form div.note {
	display: none;
	margin: 0.25em 0;
	padding: 0.25em;
}

form div.fill input.text {
	background-color: #CAD401;
}

input, textarea {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	float: left;
	width: 11.5em;
}

form input.text {
	border: 1px solid #6188C3;
	height: 14px;
}

form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 11.75em;
}

#blok {
	padding: 0em .25em .25em 0em;
}

.prijs {
	font: 130%/1.5 Verdana, Arial, Helvetica, sans-serif;  display: block; font-weight: bold; 
}

/*#account {
	width:						auto;
}
#account form			{ margin-top: 0px; margin-left: 0px; }
#account form label			{ margin-left: 5px; display: block; font-weight: bold; }
#account form input,
#account form select			{ width: auto; font-size: 10px; border-top: 1px solid #abadb3; border-left: 1px solid #abadb3; border-bottom: 1px solid #e3e9ef; border-right: 1px solid #e3e9ef; }
#account form input			{ padding: 1px; margin: 2px; }
#account form input[type="submit"],
#account form input[type="button"],
#account form input[type="image"]	{ width: 150px; height: 20px; padding: 0; display: block; }*/

#speciaal {
	position: relative;
	top: 0px;
	left: 157px;
	background:	#3e2c49 url('../images/debestewijnwinkel.gif') top center no-repeat;
	width: 780px;
	height: 230px;
}
.speciaal {
	color: #ffffff;
	display: block;
	background:	#3e2c49;
	height: 30px;
}

.speciaalbestel {
	color: #ffffff;
	display: block;
	background:	#666666 url('../images/debestewijnwinkel-bestel.gif') top left no-repeat;
	height: 30px;
}
.speciaal a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.speciaalbestel a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#specialetekst {
	position: absolute;
	width: 780px;
	height: 20px;
	bottom: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

.punten {
	background-color: #88010f;
	color: #FFFFFF;
}

.punten a {
	color: #FFFFFF;
}

