/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #f3f1e9;
	font-family:Arial, Helvetica, sans-serif;

}
#header {
	height:177px;
	width: 100%;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}
#inheader {
	height:177px;
	width: 905px;/*882*/
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}
#subtitle {
	float:left;
	margin-top: 102px;
	color: #F0EFE3;
	font-size:21px;
	margin-left: 112px;
}

#footer {
	height:33px;
	width: 100%;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	/*margin-top: 500px;*/
margin-top: 20px;
}
#infooter {
	height:33px;
	width: 905px;/*882*/
	margin: 0 auto;
	font-size:11px;
	line-height: 33px;
	text-align:center;
}
#menu {
	padding-top: 152px;
}
#menu li {
	float: left;
	margin-right:5px;
	background-image:url(../images/rechts_hoek.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#menu li a {
	font-size:12px;
	color:#615440;
	text-decoration:none;
	background-color:#cebb95;
	display:block;
	height: 25px;
	background-image:url(../images/links_hoek.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#menu a span {
	background-image:url(../images/rechts_hoek.png);
	background-repeat:no-repeat;
	background-position:top right;
	display:block;
	padding-top: 7px;
	padding-left:9px;
	padding-right:9px;
}
#menu a:hover {
	background-color:#af9e7e;
}
#menu #actief {
	background-color:#f3f1e9;
}
#menu #houtmarmer{
	margin-left: 100px;
}
/*#menu #houtmarmer a {
	background-image:url(../images/links_hoek.png);
	background-repeat:no-repeat;
	background-position:top left;
}*/
#menu #houtmarmer a span{
	padding-left:5px;
	padding-right:5px;
}
#inhoud {
	width: 100%;
	background-image:url(../images/inhoud_bg.jpg);
	background-repeat:repeat-x;
}
#ininhoud {
	width: 905px;/*882*/
	margin: 0 auto;
	background-image:url(../images/ininhoud_bg.jpg);
	background-repeat:no-repeat;
	background-position: 7px 0;
	padding-top: 20px;
}
.kolom {
	/*width: 202px; /*274*/
	/*background-color:#309;*/
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align:top;
	float:left;
	display:inline;
}
#eerstekolom {
	margin-left: 0px;
	width: 670px;
}
#laatstekolom {
	margin-right: 0px;
}

#eerstekolomhome {
	margin-left: 0px;
	width: 250px;
	padding-left: 50px;
	padding-top: 30px;
}
#laatstekolomhome {
	margin-right: 0px;
	padding-top:30px;
	padding-left: 50px;
	width: 490px;
}
#laatstekolomhome img {
	border: solid #e2e0c8 1px;
	max-width: 230px;
	padding:5px;
	background-color:#FFF;
	margin-bottom: 20px;
	float:left;
	margin-right: 20px;
}

.kolom img{
	border: solid #e2e0c8 1px;
	max-width: 190px;
	padding:5px;
	background-color:#FFF;
	margin-bottom: 20px;
	float:left;
	margin-right: 20px;
}

.kolom_groot img{
	border: solid #e2e0c8 1px;
	max-width: 300px;
	padding:5px;
	background-color:#FFF;
	margin-bottom: 20px;
	float:left;
	margin-right: 20px;
}

p, .bus {
	font-size:11px;
	color: #615440;
	line-height: 16px;
}
h1 {
	font-size:20px;
	color: #cebb95;
	margin-bottom:20px;
}
h2 {
	font-size:16px;
	color: #cebb95;
	margin-bottom:15px;
}
.bold {
	font-weight:bold;
}
#paginering {
	width: 640px;
	text-align:center;
	font-size:10px;
}
#paginering a {
	color: #615440;
	text-decoration:none;
}
#paginering a:hover {
	color: #615440;
	text-decoration:underline;
}

