@charset "utf-8";
/* CSS Document */

/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
} 
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	background: url(../../images/bg.jpg) repeat-x #EFEFEF;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 {color: #000000; font-size: 15px;}
h2 {color: #000000; font-size: 13px;}
h3 {color: #000000; font-size: 13px;}
h4 {color: #000000; font-size: 13px;}
h5 {color: #000000; font-size: 12px;}
h6 {color: #000000; font-size: 11px;}


/*------------------------------- Container ---------------------------------*/

#container {
	width: 930px;
	padding: 0 20px;
	margin: 0 auto;
	background: #FFF;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
}


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

#header {
	width: 930px;
	height: 150px;
}


/*------------------------------- Main ---------------------------------*/

#main {
	padding: 0 0 50px 0;
}


/*------------------------------- Banner ---------------------------------*/

#banner {
	float: left;
	width: 666px;
	height: 270px;
	margin: 0 21px 0 0;
}


/*------------------------------- Filialen ---------------------------------*/

#filialen {
	float: left;
	width: 243px;
	height: 270px;
	font-size: 13px;
}
#filialen .nav li.title {
	height: 21px;
	padding: 4px 0 0 0;
	background: url(../../images/filialenBg.jpg) repeat-x;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#filialen .nav li {
	background: #F3F3F3;
}		
#filialen .nav li.dark {
	background: #EFEFEF;
}
#filialen .nav li a {
	height: 22px;
	padding: 6px 0 0 16px;
	border-bottom: 1px solid #F6F6F6;
	display: block;
	color: #666666;
	text-decoration: none;
}
#filialen .nav li a:hover {
	background: #E6E6E6;
}

#preload {
	display: none;
}


/*------------------------------- Items ---------------------------------*/

.block {
	float: left;
	width: 210px;
	height: 170px;
	margin: 20px 18px 0 0;
	color: #000;
}
	.block a { color: #0065B0; text-decoration: none;}
	.block a:hover {color: #000;}
	
.reclameSpot {
	float: left;
	width: 243px;
	height: 170px;
	margin: 20px 0 0 3px;
}


/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 730px;
	margin: 25px 0 0 0;
	font-size: 12px;
	color: #000;
}
	#content a { color: #000; text-decoration: none;}
	#content a:hover { color: #666;}

#acties {
	float: left;
	width: 150px;
	margin: 25px 0 0 50px;
}
#acties img {
	margin: 10px 0;
}


/*------------------------------- Assortiment::Categorie ---------------------------------*/

ul#lijst {
	display:			block;
	margin:				0;
	padding:			0;
}

div#lijst {
	float:				left;
	height:				373px;
	overflow:			auto;
	width:				200px;
}

ul#lijst li {
	width:				183px;
	height:				59px;	
	margin-bottom: 		1px;
	background-image:	url(../../images/ass_bg.jpg);
	cursor:				pointer;
	color:				#FFFFFF;
}

ul#lijst li div {
	width:				90px;
	height:				55px;
	float:				right;
	margin:				2px 2px 0 0;
}

ul#lijst li span {
	display:			block;
	float:				left;
	width:				80px;
	padding:			2px;
}

div#foto {
	float:				left;
	width: 				572px;
	height: 			373px;
}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 5px;
	right: 5px;
}


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

#footer {
	position: relative;
	margin: -50px 0 0 0;
	height: 45px;
	clear: both;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #999;
}
	#footer a { color: #999; text-decoration: none;}
	#footer a:hover { color: #666;}
	

/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */