
/*---------------- Background-Styles ---------------- */ 

body {
	margin:0px; padding:0px;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7d78;
	font-size:13px;
	line-height:19px;
}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
}
#navigation {
	background: url(../i/nav_bg.jpg) repeat-x;
	min-height:46px;
}
#navigation  .container{
	z-index: 1000;
}
#content_blocks {
	background:#D7D7D7;
	min-height: 300px;
	padding-top:10px;
	padding-bottom:50px;
}
#pre_footer {
	background: url(../i/footer_bg.jpg) repeat-x;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	min-height:46px;
}
#pre_footer .container {
	background: url(../i/footer_bg_transp.png) no-repeat;
	height:46px;
}
#footer {
	background-color:#FFF;
	color: #D41E1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

/*---------------- Header-Styles ----------------*/

#header {
	background:#FFF;
	min-height:140px;
	height:140px;
	padding-top:5px;
}
#header .container {
	background: url(../i/header_img.jpg) no-repeat 90% -20% ;
	height:140px;
}
#logo img {
	height:87px;
	width:181px;
	margin-top:20px;
	margin-left:10px;
	}
#logo h1, #logo small {
	display:none;
	text-indent:-9999px;
}	
#header_bar {
	background: url(../i/transp_bg.png) repeat-x;
	float:right;
	margin-top: 20px;
	width:560px;
	height:110px;
}
input#order_button {
	float:left;
	margin: 15px 0 0 0;
}
form#search_form {
	float:right;
	margin: 20px 20px 0 0;
}
input#search_field{
	border: 1px solid #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7f7d78;
	padding:3px;
}
#zoek_label {
	background: url(../i/zoeken.png) no-repeat left;
	padding-left:75px;
}
#contact_blok {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float:right;
	margin: 25px 20px 0 0;
	width:250px;
}
#mail_blok {
	background: url(../i/mail.png) no-repeat left;
	float:right;
	padding-left:30px;
	margin-right:5px;
}
#mail_blok a {
	color:#7f7d78;
}
#tel_blok {
	background: url(../i/tel.png) no-repeat left;
	float:left;
	padding-left:30px;
}


/*---------------- Navigation-Styles ---------------- */

ul#menu {
	padding-top: 16px;
	padding-bottom: 11px;
}
ul#menu li {
	display: inline;
	padding: 10px 0 10px 0;	
	border-right: 2px dotted #DF6766;
}
ul#menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 10px 11px 10px 10px;
}
ul#menu li.last_a {
	border-right: none;
}

/*ul#menu li.active {
	background: url(../i/active.png) no-repeat center;
}*/

/*------------------------------*/

ul#menu div {
	display: none;
	background-color: #B91615;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:10px;
	z-index:-9999;
}
ul#menu div ul li {
	border:none;
	display:block;
	margin:0;
	padding:3px;
}
ul#menu div ul li a{
	border:none;
	font-weight: normal;
	margin:0;
	padding:0;
	text-decoration: underline;
}

/*dropdown 1 Private Label*/
ul#menu li#drop_down div {
	left: 49.6%;
	position: absolute;
	top:95%;
	width: 190px;
}
ul#menu li.hovering div {
	background-color: #B91615;
	display: block;
}
ul#menu li#drop_down:hover {
	background: #B91615;
	padding-bottom: 13px;
}
ul#menu li#drop_down a:hover {
	background-color: #B91615;
	padding-bottom: 13px;
}

/*dropdown 2 assortiment*/
ul#menu li#drop_down2 div {
	left: 0;
	position: absolute;
	top:95%;
	width: 810px;
}
ul#menu li#drop_down2 div ul {
	float: left;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right:10px;
}
ul#menu li#drop_down2 div ul.last_ul {
	border-right: none;
}
ul#menu li.hovering div {
	background-color: #B91615;
	display: block;
}
ul#menu li#drop_down2:hover {
	background: #B91615;
	padding-bottom: 13px;
}
ul#menu li#drop_down2 a:hover {
	background: #B91615;
	padding-bottom: 13px;
}

/*dropdown 3   automaten*/
ul#menu li#drop_down3 div {
	left: 27.4%;
	position: absolute;
	top:95%;
	width: 190px;
	z-index: -10;
}
ul#menu li.hovering div {
	background-color: #B91615;
	display: block;
}
ul#menu li#drop_down3:hover {
	background: #B91615;
	padding-bottom: 13px;
}
ul#menu li#drop_down3 a:hover {
	background: #B91615;
	padding-bottom: 13px;
}

/*dropdown 4 bedrijfsinfo*/
ul#menu li#drop_down4 div {
	left: 17%;
	position: absolute;
	top:95%;
	width: 175px;
}
ul#menu li.hovering div {
	background-color: #B91615;
	display: block;
}
ul#menu li#drop_down4:hover {
	background: #B91615;
	padding-bottom: 13px;
}
ul#menu li#drop_down4 a:hover {
	background: #B91615;
	padding-bottom: 13px;
}

/*---------------- Heading-Styles, Link-Styles ---------------- */

h2, h2 a{
	font-family: Helvetica, sans-serif;
	font-size: 19px;
	color: #F09B01;
	padding:10px 0 0 0;
}
h2#kop {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #7f7d78;
	padding:10px 0 10px 0;
}
h3, h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f7d78;
	padding:0 0 10px 0;
}
h3.onderstreep{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f7d78;
	padding:0 0 10px 0;
	text-decoration: underline;
}
h4.glider{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding:0;
}
h4.onderstreep{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7d78;
	padding:0;
	text-decoration: underline;
}
hr {
	border: none;
	height:1px;
	background-color:#EFEFEF;	
	color: #EFEFEF;
}
a {
	color:#B91615;
}
td a img { display: block; }
a.top {
	background: url(../i/top.png) no-repeat right bottom;
	color:#7f7d78;
	padding-right:15px;
}
/*---------------- Content-Blocks-Styles ---------------- */

.block {
	border: 1px solid #c0c0c0;
	padding: 5px 12px 5px 12px;
}
#block_breadcrumb, #block_text, #block_sidebar {
	background-color: #FFF;
}
#block_breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #F09B01;
	margin: 0 10px 0 0;
	width:690px;	
}
#block_breadcrumb span {
	color:#7f7d78;
	font-weight: 100;
}
#block_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 10px 0 0;
	width:690px;
}
#block_text.block p {
	padding-bottom: 15px;
}
ul.opsomming li a {
	color:#B91615;
}
ul.opsomming li {
	background: url(../i/bullet.png) no-repeat left;
	padding-left:10px;
	margin-left:5px;
}

div.assorti ul li {
	background: url(../i/bullet.png) no-repeat left;
	padding-left:10px;
	margin-left:5px;
}
div.assorti ul {
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}
ul.opsomming2 li {
	margin-left:20px;
	list-style-type: disc;
}
ul.opsomming3 {
	background-color:#FFF;
}
ul.opsomming3 li {
	margin-left:20px;
	list-style-type: disc;
}
ul.opsomming4 li {
	list-style: none;
}
div.gekleurd {
	background: #EFEFEF;
	padding:10px;
}
th {font-weight:bold;}
thead th {text-align:left;}
th, td, caption {padding:2px 10px 2px 5px;}
tr.even {
	background-color:#EFEFEF;
}

/*---------------- Sidebar ---------------- */

#block_sidebar {
	float:right;
	width:200px;	
}
#block_sidebar.block {
	padding-top:10px;
	padding-bottom:10px;
	width:200px;
	font-weight: bold;
}
#news_btn, #gift_btn, #inloop_btn {
	margin: 5px 0 5px 0;
}
#sale_btn {
	margin: 10px 0 5px 0;
}
.glidecontent a {
	color:#7f7d78;
	text-decoration: none;
}

/*-----------------Cadeau ontvangen---------------*/

input#Tijdschriftbon, 
input#wijn_thermometer, 
input#sauna,input#wijnfleshouder, 
input#hightea, 
input#theater_concertbon {
	paddingt:0px;
	margin:5px;
}  

/*-----------------Personeel foto's---------------*/

#personeel {
}
.foto {
	width: 180px;
	height:190px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #EFEFEF;
	border: 1px solid #c0c0c0;
	padding: 10px;
}
.foto h3 {
	margin: 0 0 10px 0;
	padding:0;
}
#personeel .foto p {
	margin: 0;
	padding:0;
}

/*---------------- Assortiment ---------------- */

div.assorti {
	float: left;
	margin-right: 50px;
}

/*---------------- Footer-Styles ---------------- */

#pre_footer .block {
	padding:10px;
	float:right;
	border: none;
}
#footer .block {
	border:none;
	padding:10px;
}
#footer .block a {
	color: #D41E1D;
}

/* Fix up IE6 PNG Support */
img, #pre_footer .container { behavior: url(scripts/iepngfix.htc);}

.zoeken a, .lightbox {color:#7f7d78;}

.bravo {color:#B91615;}

.sublink .bravo{color:#FFF;}