/**********************************************/
/* KLEUREN
/**********************************************/
/* GROEN			ACHTERGROND			#CAC8B9
/* GRIJS			ACHTERGROND			#E8E8E8
/* GRIJS			ACHTERGROND LOGO	#494949
/* DONKER GRIJS		RANDEN CONTENT		#AAAAAA
/* GEBROKEN WIT		CONTENT				#FCFCFC
/* DONKER GRIJS		TEKST				#666666
/* ROOD				KOPJES				#FF0000			
/* GROEN			AGENDA				#647C31
/* LICHT GROEN		BOTTOM - EXTRA		#AEAB4C 
/**********************************************/


/**********************/
/*	GENERAL
/**********************/
* {
	margin: 0px;
	padding: 0px;
}

html {
	/*height: 100%;*/
}

body {
	background-color: #CAC8B9;
	color: black;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a img, img {
	border: none;
}

p {
	margin-bottom: 15px;
}

/**********************/
/*	CLEARER
/**********************/
div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1%;
}

/**********************/
/*	TOPMARGE
/**********************/
div.topmarge {
	background-color: #CAC8B9;
	height: 0px;
}

div.topmarge h1 {
	display: none;
}

/**********************/
/*	HOLDER
/**********************/
div.holder_bg_top {
	background-image: url(../images/schaduw_top.png);
	background-position: top left;
	background-repeat: no-repeat; 
	margin: 10px auto 0px auto;
	padding: 21px 0px 0px 0px;
	width: 866px; /*990px;*/
}

div.holder {
	background-image: url(../images/schaduw_midden.png);
	background-position: top left;
	background-repeat: repeat-y; 
	margin: 0px 0px 0px 0px;
	min-height: 450px;
	padding: 0px 12px 0px 12px;
	width: 842px; /* 866px; */
}

/**********************/
/*	TOP
/**********************/
div.top {
	background-image: url(../images/top/top.jpg);
	background-position: 3px 28px;
	background-repeat: no-repeat;
	height: 147px;
	/*margin-left: 3px;*/
	/*width: 836px;*/
}

/**********************/
/*	LOGOBLOK
/**********************/
div.logoblok {
	background-image: url(../images/logo_wijnenwijn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	top: -43px;
	left: 39px;
	height: 100px;
	width: 247px;
}

div.logoblok a {
	display: block;
	height: 100px;
	text-decoration: none;
	width: 247px;
}

/**********************/
/*	MENU EXTRA
/**********************/
div.menu_extra {
	float: right;
	font-size: 10px;
	height: 14px;
	margin-top: 10px;
}

div.menu_extra ul {
	list-style: none;
}

div.menu_extra ul li {
	border-right: 1px solid #CCCCCC;
	float: left;
	padding: 0px 7px 0px 7px;
}

div.menu_extra ul li.last {
	border-right: none;
}

div.menu_extra ul li a:link, div.menu_extra ul li a:visited {
	color: #333333;
	text-decoration: none;
}

div.menu_extra ul li a:hover {
	text-decoration: underline;
}

/**********************/
/*	MENU
/**********************/
div.menu {
	clear: both;
	font-size: 12px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 25px;
	margin-left: 40px; /*42px;*/
	position: relative;
	top: 98px; /*101px;*/
}

div.menu ul {
	list-style: none;
	height: 25px;
}

div.menu ul li {
	background-color: inherit;
	color: white;
	float: left;
	min-height: 25px;
	margin: 0px 7px 0px 7px;
	position: relative;
	padding: 0px 0px 0px 0px;
	z-index: 5;
}

div.menu ul li a {
	/*display: block;*/
	/*width: 106px;*/
}

div.menu ul li a:link, div.menu ul li a:visited {
	background-color: inherit;
	color: white;
	text-decoration: none;
}

div.menu ul li:hover a, div.menu ul li a:hover {
	background-color: inherit;
	color: #FF0000;
	text-decoration: none;
}

/* Niveau 2 */
div.menu li ul {
	/*border-bottom: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-top: none;*/
	left: -1px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	/*white-space: nowrap;*/
	width: 150px;
}

div.menu div.menu_personeel li ul {
	left: -45px;
}

div.menu ul li ul li {
	background-color: #494949; /*#FF0000;*/
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
	position: relative;
	font-size: small;
	font-weight: normal;
	float: none;
	min-height: 24px;
	margin: 0px;
	/*opacity: 0.80;*/
	padding: 0px;
	text-align: left;
	width: 150px;
}

div.menu ul li ul li.metsubs a {
	background-image: url(../images/pijl_rechts_rood.gif);
	background-position: 138px 8px;
	background-repeat: no-repeat;
}

div.menu ul li ul li.metsubs:hover a {
	background-image: url(../images/pijl_rechts_rood_hover.gif);
}

div.menu ul li ul li:hover {
	background-color: #FF0000;
	color: black;
	z-index: 10;
}

div.menu ul li ul li a {
	display: block;
	min-height: 19px;
	padding: 3px 0px 3px 5px;
	width: 145px;
}

div.menu ul li ul li a.last {
	 border-bottom: 1px solid #666666;
}

div.menu ul li ul li a:link, div.menu ul li ul li a:visited {
	background-color: inherit; /*#DEE9F0;*/
	color: white; /*#444444;*/
}

div.menu ul li ul li a:hover {
	background-color: #FF0000;
	color: white; /*black;*/
	margin: 0px;
}

/* Niveau 3 */
div.menu li ul li ul {
	left: 147px; /*138px; /*147px; /*125px;*/
	top: 0px; /*5px;*/
}

div.menu ul li ul li ul {
	border-top: 1px solid #666666;
}

div.menu ul li ul li.metsubs ul li a, div.menu ul li ul li.metsubs:hover ul li a {
	background-image: none;
}

/* hovers with specificity */
/* voor uitleg, zie: http://www.naarvoren.nl/artikel/hover.html */

/* Niveau 3 */
ul ul, li:hover ul ul {
	/* waarde: 2 en 13 */
	display: none;
}
li:hover ul, li:hover li:hover ul {
	/* waarde: 12 en 23 */
	display: block;
}

/* Niveau 4 */
ul ul ul, li:hover li:hover ul ul  {
	/* 3 en 24 */
	display: none;
}
li:hover li:hover ul, li:hover li:hover li:hover ul {
	/* 23 en 34 */
	display: block;
}

/* Niveau 5 */
ul ul ul ul, li:hover li:hover li:hover ul ul  {
	/* 4 en 35 */
	display: none;
}
li:hover li:hover li:hover ul, li:hover li:hover li:hover li:hover ul {
	/* 34 en 45 */
	display: block;
}

/* Fix IE. Hide from IE Mac */
* html div.menu ul li ul li { float: right; height: 1%; }
* html div.menu ul li ul li a { height: 1%; }

/**********************/
/*	HOLDER CONTENT
/**********************/
div.holder_content {
	min-height: 385px;
	margin-top: 10px;
}

div.holder_content div.foto {
	background-image: url(../images/fotoslinks/foto1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	float: left;
	height: 385px;
	margin-left: 45px;
	width: 231px;
}

div.holder_content div.foto img {
	height: 385px;
	width: 231px;	
}

div.holder_content_rechts {
}

div.holder_content_rechts div.frontpage_holder_content {
	height: 386px;
	float: left;
	margin-left: 11px;
	overflow: hidden;
	width: 363px
}

div.holder_content_rechts div.content {
	background-color: #FFFFFF;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	color: #3A3A3A;	
	line-height: 160%;
	padding: 15px;	
	min-height: 355px; /*385px;*/
	overflow: auto;
	width: 331px; /*361px;*/
}

div.holder_content_rechts div.content.frontpage {
	border-bottom: 1px solid #AAAAAA;
	/*min-height: 211px;*/
	min-height: 161px;
	height: 161px; /*191px;*/
	overflow: hidden;
}

div.holder_content_rechts.vervolg div.content {
	float: left;
	min-height: 355px;
	margin-left: 45px;
	width: 576px; /*609px;*/
}

div.holder_content_rechts.vervolg div.content.breed {
	width: 720px;
}

div.holder_content_rechts div.aanbiedingen {
	float: right;
	height: 380px;
	margin-right: 10px;
	width: 169px;
}

/**********************/
/*	FRONTPAGE ZOEKEN
/**********************/
div.holder_content_rechts div.content.zoeken {
	background-color: #FFFFFF;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	color: #3A3A3A;	
	height: 181px; /*131px; /*385px;*/
	line-height: 160%;
	padding: 0px 15px 0px 15px;
	margin: 11px 0px 0px 0px;
	min-height: 142px;	
	overflow: hidden;
	width: 331px; /*361px;*/
}

/**********************/
/*	CONTENT
/**********************/
div.content h1 {
	background-color: inherit;
	color: #FF0000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	padding-top: 0px;
	line-height: 140%;
	text-align: left;
	margin-bottom: 15px;
}

div.content h2 {
	background-color: inherit;
	color: #FF0000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 5px;
}

div.content h3 {
	background-color: inherit;
	color: #FF0000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
}

div.content h4 {
	background-color: inherit;
	color: #FF0000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
}

div.content h1.wijnvinden {
	background-image: url(../images/kopjes/wijnvinden.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 29px;
}

div.content h1.overdewijnportaal {
	background-image: url(../images/kopjes/overdewijnportaal.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 29px;
}

div.content ul, 
div.content ol  {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.content ul li, 
div.content ol li {
	padding-bottom: 2px;
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 20px;
}

div.content a, div.content a:link {
	background-color: inherit;
	color: #647C31;
	text-decoration: underline;
}
div.content a:visited {
	background-color: inherit;
	color: #AEAB4C;
	text-decoration: underline;
}
div.content a:hover {
	background-color: inherit;
	color: #FF0000;
	text-decoration: underline;
}

/**********************/
/*	KOLOM RECHTS
/**********************/
div.holder_kolom {
	float: right;
	margin: 0px 12px 0px 12px;
	width: 165px; /*189px;*/	
}

div.holder_kolom.kolom_frontpage {
	margin: 0px 14px 0px 11px;
}

div.holder_kolom div.kolom_content {
	background-color: white;
	border: 1px solid #AAAAAA;
}

div.holder_kolom div.kolom_content.illustratie {
	text-align: center;
	padding: 1px;
}

div.holder_kolom div.kolom_content.illustratie img {
	/*width: 161px;*/
}

div.holder_kolom div.kolom_content.tekst {
	color: #5B5B5B;
	font-size: 0.87em;
	padding: 7px 7px 0px 7px;
	line-height: 140%;
}

div.holder_kolom div.kolom_content.tekst h1 {
	background-color: inherit;
	color: #FF0000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 0px;
	line-height: 140%;
	text-align: left;
	margin-bottom: 15px;
}

div.holder_kolom div.kolom_content.tekst a, 
div.holder_kolom div.kolom_content.tekst a:link {
	background-color: inherit;
	color: #647C31;
	text-decoration: underline;
}
div.holder_kolom div.kolom_content.tekst a:visited {
	background-color: inherit;
	color: #AEAB4C;
	text-decoration: underline;
}
div.holder_kolom div.kolom_content.tekst a:hover {
	background-color: inherit;
	color:#FF0000;
	text-decoration: underline;
}

/**********************/
/*	KRUIMELPAD
/**********************/
div.content div.kruimelpad {
	color: #CCCCCC;
	font-size: smaller;
	margin-left: -5px;
	margin-top: -8px;
	margin-bottom: 12px; /*8px;*/	
}

div.content div.kruimelpad img {
	vertical-align: middle;
}

div.content div.kruimelpad a:link, div.content div.kruimelpad a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

div.content div.kruimelpad a:hover {
	text-decoration: underline;
}
	
/**********************/
/*	AANBIEDINGEN
/**********************/
div.aanbieding {
	background-color: white;
	border: 1px solid #AAAAAA;
	height: 75px;
	margin-bottom: 7px;
	overflow: hidden;
	padding: 5px;
	width: 157px;
}

div.aanbieding img {
	margin-right: 5px;
	float: left;
	height: 75px;
	width: 75px;
}

div.aanbieding img.pijl_rechts {
	height: 8px;
	margin: 0px;
	float: right;
	position: relative;
	top: 65px;
	right: 2px;
	width: 4px;
}

div.aanbieding h1 {
	color: #FF0000;
	font-size: 9px;
	margin: 0px 0px 1px 0px;
}

div.aanbieding p {
	color: #666666; 
	font-size: 10px;
	margin: 0px;
}

div.aanbiedingen_lijst {
	color: #666666; 
	font-size: 11px;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 15px;
}

div.aanbiedingen_lijst ul {
	list-style: none;
}

div.aanbiedingen_lijst ul li {
}

div.aanbiedingen_lijst img.pijl_rechts {
	height: 8px;
	margin: 0px;
	float: right;
	position: relative;
	top: 5px;
	right: 8px;
	width: 5px;
}


div.aanbiedingen_lijst a:link, div.aanbiedingen_lijst a:visited {
	background-color: inherit;
	color: #666666; 
	text-decoration: none;
}

div.aanbiedingen_lijst a:hover {
	text-decoration: underline;
}

/**********************/
/*	HOLDER BOTTOM
/**********************/
div.holder_bottom {
	background-image: url(../images/bg_bottom.gif);
	background-position: 1px 0px;
	background-repeat: repeat-y;
	clear: both;
	height: 96px; /* 96px; */
	padding: 10px 1px 0px 1px;
}

div.holder_bottom div.agenda {
	background-color: #647C31;
	border-right: 1px solid #C6C4B6;
	color: white;
	float: left;
	font-size: 10px;
	height: 96px;
	width: 276px;
}

div.holder_bottom div.agenda p a:link, div.holder_bottom div.agenda p a:visited {
	background-color: inherit;
	color: white; 
	text-decoration: none;
}

div.holder_bottom div.agenda p a:hover {
	background-color: inherit;
	color: white; 
	text-decoration: underline;
}

div.holder_bottom div.agenda a:link, div.holder_bottom div.agenda a:visited {
	background-color: inherit;
	color: white; 
	text-decoration: none;
}

div.holder_bottom div.agenda a:hover {
	text-decoration: underline;
}

div.holder_bottom div.extra {
	background-color: #AEAB4C;
	float: right;
	height: 96px;
	overflow: hidden;
	width: 563px;
}

/**********************/
/*	EXTRA
/**********************/
div.holder_bottom div.extra div.content {
	padding: 5px 15px 6px 0px;
	line-height: 17px;
	margin-left: 15px; /*262px;*/
}

div.holder_bottom div.extra div.content img {
	margin-right: 20px;
	margin-top: 2px;
	float: left;
	height: 84px;
	width: 94px;
}

div.holder_bottom div.extra div.content p {
	color: white; 
	font-size: 11px;
	margin: 0px;
}

/**********************/
/*	BOTTOM
/**********************/
div.bottom_bg {
	background-image: url(../images/schaduw_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 21px;
	margin: 0px auto 0px auto;
	width: 866px;
}

div.bottom_bg div.content_bg {
	background-color: white;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	margin-left: 57px;
	width: 606px;
	height: 14px;
}

div.bottom_bg div.content_bg.breed {
	width: 750px;
}

div.bottom_bg {
	background-image: url(../images/schaduw_bottom.png);
}

div.bottom_bg div.vlakken_bg {
	background-color: #647C31;
	height: 13px;
	margin: 0px 13px 0px 13px;
}

div.bottom_bg div.vlakken_bg div.vlak_rechts {
	background-color: #AEAB4C;
	border-left: 1px solid #C6C4B6;
	height: 13px;
	float: right;
	width: 563px;
}

/***********************/
/*	COPYRIGHT
/***********************/
div.copyright {
	color: white;
	/*display: none;*/
	font-size: smaller;
	margin: 0px auto 0px auto;
	padding: 0px 15px 15px 0px;
	text-align: right;
	width: 842px;
}

div.copyright a:link, div.copyright a:visited {
	color: white;
	text-decoration: none;
}

div.copyright a:hover{
	color: white;
	text-decoration: underline;
}


/***********************/
/*	JQUERY INTERFACE
/***********************/
.transferIndicator {
	border: 1px solid #547490;
	background-color: #DADFE2;
	filter:alpha(opacity=30); 
	opacity: 0.3;
}

.ui-effects-transfer {
	/*
	border: 1px solid #BBBBBB;
	background-color: #DDDDDD;
	opacity: 0.5;
	*/
	border: 1px solid #547490;
	background-color: #DADFE2;
	filter: alpha(opacity=30); 
	opacity: 0.3;
}