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

html,body {
	margin: 0;
	padding: 0;
	height: 101%;
}

h2 {
	font-weight: normal;
	font-size: 18px;	
	color: #9f624a;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

h3 {
	font-family: "Georgia", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding-left: 25px;
}

h3.mailing {
	margin: 0;
	padding: 0 0 0 10px;
}

h3.side {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 5px;
	font-weight: normal;
	font-size: 16px;	
	color: #9f624a;
	padding-bottom: 10px;
}

input, select, textarea {
	background: #fff;
	border: 1px solid #9f8e4a;
}

table.design {
	margin-left: 23px;
}
table.design td {
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

.image {
	border: 2px solid #ccc;
	margin-right: 40px;
	margin-bottom: 20px;
}

.smalimg {
	border: 2px solid #ccc;
	margin-top: 20px;
	padding: 0;
}

.fltright {
	float: right;
	border: 2px solid #ccc;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

.fltleft {
	float: left;
	border: 2px solid #ccc;
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 20px;
}

a.link {
	text-decoration:none;
	color: #d99c54;
}
a.link:hover {
	color: #ccc;
}
																	/* BODY */

body {
	background-color: transparant;
	background-image: url(../img/bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 14px;
	text-align:center;
	color:#333;
}

																	/* CONTAINER */

div#container {
	background-image: url(../img/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: 322px;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

div#flaggen {
	position: absolute;
	top: 15px;
	right: 5px;
}

div#flaggen .flags {
	margin: 0px;
	padding-left: 20px;
}

div#menu {
	float: right;
	width: 697px;
	_width: 704px; /*Speciaal voor ie6*/
	margin-top: 205px;
}

div#menu ul {list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
div#menu ul li{display:block;float:left;margin:0 0 0 7px;height:27px;}
div#menu ul li.left{margin:0;}
div#menu ul li a{display:block;float:left;color:#fff;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
div#menu ul li a.right{padding-right:19px;}

div#menu ul li.home a {background:#7e5a50;}
div#menu ul li.home a:hover{background: #d99c54;}
div#menu ul li.home a.current{color:#fff;background: #7e5a50;}

div#menu ul li.algemeen a {background:#9f624a;}
div#menu ul li.algemeen a:hover{background: #d99c54;}
div#menu ul li.algemeen a.current{color:#fff;background: #9f624a;}

div#menu ul li.collectie a {background:#9f744a;}
div#menu ul li.collectie a:hover{background: #d99c54;}
div#menu ul li.collectie a.current{color:#fff;background: #9f744a;}

div#menu ul li.wijdoen a {background:#9f804a;}
div#menu ul li.wijdoen a:hover{background: #d99c54;}
div#menu ul li.wijdoen a.current{color:#fff;background: #9f804a;}

div#menu ul li.mailing a {background:#9f8e4a;}
div#menu ul li.mailing a:hover{background: #d99c54;}
div#menu ul li.mailing a.current{color:#fff;background: #9f8e4a;}

div#menu ul li.contact a {background:#9f9c4a;}
div#menu ul li.contact a:hover{background: #d99c54;}
div#menu ul li.contact a.current{color:#fff;background: #9f9c4a;}


																	/* CONTENT */

div#content{
	background-color: transparant;
	background-image: url(../img/bg_content.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	float: right;
	width: 803px;
	min-height: 400px;
	_height: 410px;  /*Speciaal voor ie6*/
	margin-top: 25px; 
}

#content ul.bullit {
	list-style: square;
}

div#content p {
	line-height: 1.3em;
	padding-left: 25px;
	padding-right: 25px;
}
div#content p.product {
	padding: 0 10px 0 10px;
}
.img {
	margin: 0px;
	padding: 0px;
}

																	
#content p.intro {
	font-weight: bold;
	line-height: 1.4em;
}

																	/* SIDEBAR */

div#sidebar {
	background-image: url(../img/side_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background: #transparant;
	min-height: 210px;
	float: left;
	width: 180px;
	margin-top: 50px;

}

div#side_content {
	background-color: #transparant;
	background-image: url(../img/bg_side.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 210px;
	_height: 210px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 110px;
}

																	/* SUB-MENU */
div#side_content ul {list-style-type: none; margin: 0px; padding: 0px;}
div#side_content ul li{display:block; margin-top: 10px; margin-left: 10px; border-bottom: 1px dashed #ccc;}
div#side_content ul li a{line-height: 20px; text-decoration:none; font-weight:bold; color: #d99c54;}
div#side_content ul li a:hover{color:#d99c54;}
div#side_content ul li a.current{color:#d99c54;}
div#side_content li.archief{margin-left: 35px;}

div#side_footer {
	background-image: url(../img/side_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

																	/* FOOTER  MENU */

div#footer_menu {
	float: right;
	width: 803px;
	text-align: center;
	margin-top: 15px;
}

div#footer_menu p {
	font-size: 12px;
	color: #888;
}

#footer_menu ul {
	margin: 0px;
	padding: 0px;
}

#footer_menu ul li {
	display: inline;
	padding-right: 15px;
}

#footer_menu ul li a {
	line-height: 28px;
	color: #666;
	text-decoration: none;
}

#footer_menu ul li a:hover {
	padding-bottom: 2px;
	border-bottom: 3px solid #ff9966;
}

#footer_menu ul li a.current {	
	border-bottom: 3px solid #ff9966;
	padding-bottom: 2px;
}

																	/* FOOTER */
																	
div#footer {
	background-image: url(../img/footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background: #transparant;
	float: right;
	width: 803px;
	height: 49px;
}