@charset "utf-8";

* { /*alle standaard paddings en margin op 0*/
	margin: 0;
	padding: 0;
}

body, html{
	height: 100%;
}

body { /* het algemene lettertype is verdana, 12px, roodkleurig. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6D2323;
	background-image: url(achtergrond.gif);
	background-repeat: repeat-x;
	background-color: #500000;
}

#wrapper {
	min-height: 100%;
	_height: 100%; /*speciaal voor IE*/
	width: 776px;
	margin-top: 0; /*om de footer op de pagina te houden*/
	margin-right: auto;
	margin-bottom: -32px;
	margin-left: auto;
	background-color: #FFEAB1;
	height: auto;
}

* html #wrapper {
	height:100%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #d82146;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}



/* ------------------------------header--------------------------------- */

#header {
	height: 200px;
	background: url(header_bg.jpg) no-repeat left bottom;
	position:relative;
}

#header ul {
	list-style: none;
}

#header li {
	float: left;
	display: inline;
}

#header span {
	display: none;
}

#header a {
	position: absolute;
	float: left;
}

#header .home_bttn a {
	width: 68px;
	height: 40px;
	top: 105px;
	left: 0px;
	background: url(home_bttn.png) no-repeat left top;
}

#header .home_bttn a:hover {
	background-image: none;
}

#header .ons_bttn a {
	width: 104px;
	height: 40px;
	top: 105px;
	left: 71px;
	background: url(ons_bttn.png) no-repeat left top;
}

#header .ons_bttn a:hover {
	background-image: none;
}

#header .wijnen_bttn a {
	width: 86px;
	height: 40px;
	top: 105px;
	left: 178px;
	background: url(wijnen_bttn.png) no-repeat left top;
}

#header .wijnen_bttn a:hover {
	background-image: none;
}

#header .wijngebieden_bttn a {
	width: 137px;
	height: 36px;
	top: 151px;
	right: 232px;
	background: url(wijngebieden_bttn.png) no-repeat left top;
}

#header .wijngebieden_bttn a:hover {
	background-image: none;
}

#header .nieuws_bttn a {
	width: 108px;
	height: 36px;
	top: 151px;
	right: 121px;
	background: url(nieuws_bttn.png) no-repeat left top;
}

#header .nieuws_bttn a:hover {
	background-image: none;
}


#header .contact_bttn a {
	width: 118px;
	height: 36px;
	top: 151px;
	right: 0px;
	background: url(contact_bttn.png) no-repeat left top;
}

#header .contact_bttn a:hover {
	background-image: none;
}

#zoeken {
	position:absolute;
	left: 8px;
	bottom: 12px;
}

#zoeken .field {
	color: #6D2323;
	font-size:10px;
	border: 1px solid #631616;
	height: 16px;
	float: left;
	margin-right: 6px;
	width: 140px;
}

#zoeken .bttn {
	background-color: #6B1F21;
	color: #FFFFFF;
	border: 1px solid #631616;
	height: 18px;
	width: 50px;
	float: left;

}

#wijnzoeker_header {
	position: absolute;
	top: 0;
	right: 0;
	width: 148px;
	height: 103px;
	background: url(wijnenzoeker_header.jpg) no-repeat top right;
	padding: 37px 8px 2px 11px;
}

#wijnzoeker_header .bttn, #wijnzoeker .bttn {
	background-color: #872629;
	color: #FFFFFF;
	border: 1px solid #631616;
	height: 20px;
	width: 150px;
	float: left;
	clear: both;

}

#wijnzoeker_header select, #wijnzoeker select {
	background-color: #872629;
	color: #FFFFFF;
	border: 1px solid #631616;
	height: 20px;
	width: 150px;
	float: left;
	margin-bottom:5px;
	clear: both;
}


/* ---------------------------navigatie--------------------------------- */
#navigation {
	height: 50px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(navigation_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;

}

#navigation p {
	padding-top: 19px;

}

#navigation a:link, #navigation a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a:hover, #navigation a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

/* ----------------------------foto+schaduw----------------------------- */
#fotoproduct {
	float: left;
	width: 200px;
	background: url(achtergrond_fles_product.jpg) no-repeat;
	padding: 25px;
}

#fotoproduct p {
	margin-top: 15px;
	margin-left: -15px;
}

.fotobox {
	float: left;
	padding-left: 7px;
	width: 250px;
	background-color: #FFEAB1; /*voor Firefox*/
	padding-bottom: 7px;
}

.link_onder_foto {
	clear: both;
	display: block;
	padding-top: 3px;
	position: relative;
	bottom: 0px;
	text-align: left;
}


.foto {
	clear: right;
	float: left;
	background: url(schaduw.gif) no-repeat bottom right;
	position:relative;
	background-color: #FFEAB1;
}

.foto img {
	padding: 4px;
	display: block;
	left: -4px;
	top: -4px;
	border: 1px solid #F0F0F0;
	position: relative;
	background-color: #FFFFFF;
}

.foto div {
	background: url(schaduw_mask.png) no-repeat left top !important;
	background: url(schaduw_mask.gif) no-repeat left top;
}

.h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
}

span a {
	cursor: hand !important;
}

/* ----------------------------tekst----------------------------- */

.tekst {
	padding: 20px 8px 8px 8px;
}

.tekst h1, .tekst h2 {
	margin-bottom: 2px;
}

.tekst p {
 margin: 0;
 padding: 0;
}

.tekst img {
	padding: 0 10px;
}

.tabel_rood {
	background-color: #FFEAB1;
}

#product {
	margin-top: 19px;
	float: left;
	background-color: #FFEAB1; /*voor Firefox*/
	width: 522px; /*voor Firefox*/
}

#product td {
	padding: 3px;
	vertical-align: top;
}
#tabel_bedrijf {
	vertical-align: bottom;
	margin: 0 auto;
	clear: both;
}

#tabel_bedrijf table {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#tabel_bedrijf .14 { width: 14px; }
#tabel_bedrijf .98 { width: 98px; }
#tabel_bedrijf .80 { width: 80px; }

#tekst_streek {
	float: right;
	width: 485px; /*voor Firefox*/
	background-color: #FFEAB1; /*voor Firefox*/
	padding: 0 15px 10px 15px;
}

#tekst_streek table {
	width: 174px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


#tekst_streek th {
	padding: 0px;
	text-align: left;
}

#tekst_streek td {
	vertical-align: middle;
	padding-right: 6px;
}

#tabel_bedrijf td, #tabel_bedrijf th {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

#tekst_streek table a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
}

#tekst_streek table a:hover {
	background-color:#FFCC99;
}

#wereldkaart h2 {
	padding: 10px;
}


/* ------------------------------footer--------------------------------- */


#footer {
	width: 776px;
	height: 32px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	clear: both;
	position:relative;
}

.clearfooter {
clear:both;
height:30px;
}

#footer ul {
	list-style: none;
}

#footer li {
	float: left;
	display: inline;
}

#footer span {
	display: none;
}

#footer a {
	position: absolute;
	height: 16px;
	top: 9px;
	float: left;
}

#footer .effusion a {
	width: 152px;
	left: 5px;
}

#footer .contact_footer a {
	width: 369px;
	left: 237px;
}

#footer .email a {
	width: 162px;
	left: 612px;
}

/* ------------------------------nieuws--------------------------------- */

#nieuwslinks {
	float: left;
	width: 260px;
	background: url(nieuwslinks_bg.jpg) no-repeat;
	padding-left:10px;
	padding-top:5px;
	text-align: right;
	min-height: 420px;
}

#nieuwslinks a {
	font-weight: bold;
	font-size: 9px;
	margin-right:20px;
	display: block;
}

#nieuwslinks h2 {
	margin-right:20px;
}

#nieuwslinks br {
	height: 10px;
	margin-right:20px;
}

#nieuwsbericht {
	float: right;
	width: 472px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom:10px;
}

#nieuwsbericht h2 {
	margin-bottom:20px;
}

#nieuwsarchief {
	background: url(nieuws_archief_bg.gif) no-repeat center center;
	padding: 8px;
}

#tabel_bedrijf {
	vertical-align: bottom;
	margin: 0 auto;
	clear: both;
}

#nieuwsarchief table {
	border: none;
	text-align: left;
}

#nieuwsarchief td {
	padding-top:4px;
	padding-bottom:4px;
}

#nieuwsarchief th {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

#nieuwsarchief .links { 
	width: 500px; 
}


/* ------------------------------links--------------------------------- */

a:link, a:visited {
	color: #6D2323;
	text-decoration: none
} 

a:hover, a:active {
	color: #6D2323;
	text-decoration: underline
}

img {
	border: 0;
}

/* ------------------------wijn zoek pagina----------------------------- */

#wijnzoeker {
	background: #fee59f;
	padding: 5px;
	width: 250px;
	float: left;
	margin-top:30px;
	margin-left:30px;
	position: relative;
}

#wijnzoeker h1 {
	text-align: center;
	margin-bottom: 20px;
}

#wijnzoeker p {
	margin-bottom: 20px;
}

#wijnzoeker select, #wijnzoeker .bttn {
	margin-left: 40px;
}

#wijnenzoekersoort {
	float: right;
	width: 380px;
	margin-right: 20px;
	position: relative;
}

#wijnenzoekersoort h2 {
	text-align: center;
}

#wijnenzoekersoort a {
	width: 70px;
	height: 112px;
	display: block;
	float: left;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 20px 12px;
}

#wijnenzoekersoort a img {
	margin: 0 auto;
	display: block;
}

/* ------------------hieronder css voor lightbox------------------------ */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* -----------------zoekresultaten------------------------ */

#zoekresultaten h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#zoekresultaten h1, #zoekresultaten h3, #zoekresultaten p {
	margin-left: 5px;
}

#zoekresultaten h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
	background: #fee59f;
	line-height: 32px;
	padding-left:5px;
}

#zoekresultaten h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:20px;
}

#zoekresultaten h4 {
	font-size: 13px;
	line-height: 18px;
	background: #fee59f;
	padding-left: 5px;
	padding-bottom:5px;
	text-align:center;
}


#zoekresultaten th {
	background: #fee59f;
}

#zoekresultaten td, th {
	padding-left: 5px;
}

#zoekresultaten table {
	border: none;
}

#zoekresultaten .tabel_rood {
	background: #fee59f;
}
/* -----------------opmaak homepagina------------------------ */


#home #wrapper {
	background: url(home_bg.jpg) left bottom no-repeat #afccda;
}

#home #header {
	background-image: url(home_header_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#home #header .wijnen_bttn a {
	background: url(wijnen_bttn.gif) no-repeat left top;
}

#home #header .wijnen_bttn a:hover {
	background-image: none;
}

.bericht_links_wrapper {
	float: left;
	width: 240px;
}

.bericht_links {
	width: 210px;
	padding: 12px 12px 0px 12px;
	background: url(home_bericht_links_top.png) no-repeat left top;
	margin: 20px 0px 0px 15px;
	color: #000000;
}


.bericht_links_onder {
	margin: 0px 0px 0px 20px;
	padding-bottom: 14px;
	background: url(home_bericht_links_bottom.png) no-repeat left top;
	width:233px;
	margin: 0px 20px 0px 15px;
}

.bericht_links p, .bericht_rechts p {
	margin: 0;
	padding: 0;
}

.bericht_links h2 {
	color: #d82146;
}

.bericht_rechts_wrapper {
	float: right;
}

.bericht_rechts {
	padding: 12px 28px 0px 12px;
	background: url(home_bericht_rechts_top.png) no-repeat left top;
	margin: 20px 0px 0px 0px;
	width: 476px;
	color: #000000;
}

.bericht_rechts_onder {
	margin: 0px 0px 20px 0px;
	width: 503px;
	height: 14px;
	background: url(home_bericht_rechts_bottom.png) no-repeat left top;
}

.bericht_rechts h2 {
	color: #09417a;
}

/*
#home .field {
	background-color: #985A5B;
	color: #FFFFFF;
	font-size:10px;
	border: 1px solid #631616;
	height: 16px;
	float: left;
	margin-right: 6px;
	margin-top: -15px;
	width: 140px;
}

#home .bttn {
	background-color: #6B1F21;
	color: #FFFFFF;
	border: 1px solid #631616;
	height: 18px;
	width: 50px;
	margin-top: -15px;
	float: left;
}*/


/* -----------------opmaak intro------------------------ */

#intro {
	background-image: url(achtergrond_intro.jpg);
	background-repeat: repeat-x;
	background-color: #370c09;
	width: 100%;
	height: 100%;
}

#flashintro {
	height: 200px;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding-top: 170px;
	z-index: 3;
}

#footerintro {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -310px;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
	z-index: 1;
}

#footerintro a, #flashintro a {
	color: #ffffff;
}