@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;
}
strong {color: #800019;}


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

body {
	background: #FFF;
	font-family: Verdana, Arial, Geneva, sans-serif
}

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

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


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

h1 {color: #800019; font-size: 15px;}
h2 {color: #800019; font-size: 14px;}
h3 {color: #800019; font-size: 14px;}
h4 {color: #FFFFFF; font-size: 26px;}
h5 {color: #800019; font-size: 24px;}
h6 {color: #800019; font-size: 32px;}


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

#container {
	margin: 0 auto;
	width: 944px;
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	width: 944px;
	height: 102px;
}


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

#header {
	width: 944px;
	height: 216px;
}

#banner {
	float: left;
	width: 700px;
	height: 216px;
	margin: 0 18px 0 0;
}

#filialen {
	float: left;
	width: 226px;
	height: 216px;
}
#filialen .nav {
	width: 226px;
}
#filialen .nav  li {
	height: 19px;
}



/* new -> #filialen .nav { width: 226px;}
#filialen .nav li { background: #EFEFEF;}
#filialen .nav li h3 { float: left; font-size: 12px; color: #A20031;}
#filialen .nav li a { color: #000; font-size: 11px; text-decoration: none;}
#filialen .nav li a:hover { color: #BC8D09;}
#filialen .nav li.dark { background: #E3E3E3;}*/


/*------------------------------- Acties ---------------------------------*/

#actie1 {
	float: left;
	width: 215px;
	height: 215px;
	margin: 15px 28px 0 0;
}
#actie2 {
	float: left;
	width: 215px;
	height: 215px;
	margin: 15px 27px 0 0;
}
#actie3 {
	float: left;
	width: 215px;
	height: 215px;
	margin: 15px 18px 0 0;
}
#actie4 {
	float: left;
	width: 226px;
	height: 215px;
	margin: 15px 0 0 0;
}


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

#main {
	width: 944px;
	padding-bottom: 25px;
}


/*------------------------------- Rounded corners ---------------------------------*/

.rbroundbox { background: url('../../images/corners/nt.jpg') repeat; }
.rbtop div { background: url('../../images/corners/tl.jpg') no-repeat top left; }
.rbtop { background: url('../../images/corners/tr.jpg') no-repeat top right; }
.rbbot div { background: url('../../images/corners/bl.jpg') no-repeat bottom left; }
.rbbot { background: url('../../images/corners/br.jpg') no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 820px;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 15px; min-height: 434px;}
.rbroundbox { width: 820px; }


/*------------------------------- Template2 ---------------------------------*/

#content {
	float: left;
	width: 820px;
	font-size: 12px;
	color: #000000;
}
	#content a {color: #000000; text-decoration: none;}
	#content a:hover {color: #800019; text-decoration: underline;}

#acties {
	float: left;
	width: 100px;
	padding-left: 24px;
}


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

.assortiment_items {
	width: 140px;		
	height: 60px;
	background: #800019;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(../../images/assortiment/assortiment_itmes_bg.jpg) top;
}


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

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


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

#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 20px;
	padding-top: 5px;
	clear: both;
	
	background: #EFEFEF;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
	#footer a {	color: #666666; text-decoration: none;}
	#footer a:hover { color: #800019; text-decoration: none;}


/*------------------------------- 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 */