@charset "utf-8";
/* Berendsen Optiek */

* {
	margin: 0;
	padding: 0;
	}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	color:#666;
	background-color:#663366;
	text-align: center;
}
a:link{
text-decoration: underline;
color:#666;

}

a:visited{
text-decoration: underline;
color:#666;
}

a:hover{
text-decoration: underline;
color:#666;
}

a:active{
text-decoration: underline;
color:#666;
} 

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding: 0 6px;
	width: 908px;	/* IE 5.x */
	width/* */:/**/920px;	/* Other browsers */
	width: /**/920px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align:left;
	background:url("../images/container_shadow.jpg") repeat-y 0 0;
}

div#header {
	height:60px;
	width:920px;
/*	background:url("../images/header_logo") no-repeat;*/
}
.logo {
	float: left;
}
		div#header_shadow {
			height:10px;
			width:920px;
		}
	
div#header_slider {
	height:210px;
	width:920px;
}
		#imageSlideshowHolder{
			height:210px;
			width:920px;
			background-color: #fff;
			position:relative;	/* Never change this value */
		}
		.imageInGallery {		
			height:210px;
			width:920px;
			/* Never change these 3 value */
			left:0px;
			top:0px;
			background-color: fff;
			position:absolute;	
		}
div#line {
		height: 10px;
		background-color:#666;
}
div#content_right {
	width: 646px;
	margin-left: 234px;
	padding: 18px;
}
div#content_left {
	width:234px;
	height: 300px;
	background:url("../images/content_left_shadow.jpg") no-repeat;
	float: left;
}

div#footer {
	position:absolute;
	width: 908px;	/* IE 5.x */
	width/* */:/**/920px;	/* Other browsers */
	width: /**/920px;	
	height: 40px;
	background:url("../images/footer.jpg") no-repeat center bottom;
	bottom:0; /* stick to bottom */
	text-decoration: none;
}
	div#footer p {
		margin: 5px 0 5px 260px;
		color:#999999;
		text-decoration: none;
}
div#footer a {
		color:#999999;
		text-decoration: none;
}

h1 {
	color:#663366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
}

h2 {
	color:#663366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	margin:10px;
}

p {
	color:#666;
	line-height:1.9;
	margin:0 0 1em;
	font-size: 11px;
}

div#menu {
	padding: 0;
	margin: 0;
	width: 616px;
	float: right;
		}
		div#menu ul {
		float: right;
}
div#submenu {
	margin: 50px 0 0 0;
	padding: 0;
	width: 190px;
}

	div#submenu li {
	margin: 0;
	padding: 0.28em;
	font-size: 11px;
	border-bottom: 1px solid #D6DEE1;
	list-style-position: inside;
	list-style-image: url(../images/submenu_bullet.gif);
	list-style-type: none;
		}
		div#submenu li a { 
			color:#666;
			text-decoration: none; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 10px;
		}
		/*div#submenu li a:hover, #active a:link, #active a {
			color:#663366;
			text-decoration: none;
			font-weight: bold;
		*/
#search {
	margin: 10px;
}
#searchfield {
	color: #ffffff;
	font-size: 14px;
	height: 22px;
	background-color:#666666;
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	} 
#searchbutton {
	border: 1px solid #cccccc;
	vertical-align: middle;

}
/* needed for siFR*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
		font-size: 20px;

}
/*Onderstaande css heeft betrekking tot assortiment module*/

.inner {
	width:206px;
	height:206px;
	margin:5px; 
	text-align: center;
	background:url("../images/assortiment_item.jpg") no-repeat;	
	}
.product {
	position:relative;
	float:left;
	width:206px;
	height:206px;
	margin: 7px;
	text-align: center;
	cursor:pointer;
	background:url("../images/assortiment_item.jpg") no-repeat;	
}
.product a:hover {
	color: fff;
}
.product_title {
	text-align: center;
	background-color: #99CC00;
	display: block;
	margin: 140px 10px 0 10px;
	padding: 6px;
	color: fffff;
}
.product_image {
	margin: 13px;
	height: 180px;
	width: 180px;
}
div#nieuws {
	padding: 20px 6px 6px 6px;

}