body {
	background:#D2EDF6 url(../images/bg.png) top left repeat-x;
	color:#222;
}
body, textarea, input, select, button {
	font-family:"Arial",sans-serif;
	font-size:11px;
}

#container {
	width:707px;
	margin:0 auto;
	margin-top:20px;
	background:#FFF url(../images/container-bg.png) top left no-repeat;
}

h1 {
	font-size:20px;
}

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

div.clear {
	font-size:0;
	float:none;
	clear:both;
}

p {
	margin: 5px 0;
	text-align:justify;
	line-height:120%;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

/* Header */
#header {
	height:106px;
	position:relative;
}
#header #menu {
	position:absolute;
	left:100px;
	width:600px;
	height:22px;
	top:84px;
	}
#header #menu ul {
	list-style:none;
	padding-right:3px;
}
#header #menu ul li {
	list-style:none;
	float:right;
	height:14px;
	padding:4px 10px;
	margin-left:2px;
	background:#FFF url(../images/menu-top.png) top right no-repeat;
}
#header #menu ul li a {
	color:#222;
}
#header #menu ul li.actief a {
	font-weight:bold;
}
#header #zoek {
	position:absolute;
	left:560px;
	top:24px;
}
#header #zoek input {
	vertical-align:middle;
}
#header #zoek input#paginaZoekTerm {
	border:none;
	background:url(../images/zoek-veld.png) top left no-repeat;
	width:101px;
	height:13px;
	padding:2px;
}

/* Snel naar */
#snelnaar {
	height:250px;
	width:700px;
	background:#222 url(../images/snelnaar-bg.png) bottom left no-repeat;
	position:relative;
}
#snelnaar ul {
	
}
#snelnaar ul li {
	width:293px;
	height:35px;
	padding:20px 0 0 15px;
	background:#333 url(../images/home-cat-bg.png) top left no-repeat;
	border-bottom:solid 1px #555;
}
#snelnaar ul li:hover {
	background-image:url(../images/home-cat-bg-over.png);
}
#snelnaar ul li a {
	color:#FFF;
	font-size:16px;

}
#snelnaar ul li a:hover {
	text-decoration:none;
}
#snelnaar div.image {
	position:absolute;
	left:293px;
	top:0px;
}
#sn1, #sn2, #sn3, #sn4 {
	position:absolute;
	top:0px;
	left:0px;
}
#sn2 {
	top:56px;
}
#sn3 {
	top:112px;
}
#sn4 {
	top:168px;
}

/* Inleiding */
#inleiding {
	width:263px;
	float:left;
	background:url(../images/uitgelicht-lijn.png) no-repeat top right;
	padding:15px;
}

#inleiding h1, #uitgelicht h1 {
	margin-bottom:3px;
}

/* Uitgelicht */
#uitgelicht {
	float:left;
	width:377px;
	padding:15px;
}
#uitgelicht ul {
}
#uitgelicht ul li {
	height:110px;
	width:385px;
	position:relative;
}
#uitgelicht ul li div.product-image {
	position:absolute;
	left:0px;
	top:0px;
}
#uitgelicht ul li div.product-titel {
	width:276px;
	height:13px;
	padding:3px 8px;
	font-size:12px;
	background:url(../images/uitgelicht-head.png) top left no-repeat;
	position:absolute;
	left:87px;
	top:0px;
	font-weight:bold;
}
#uitgelicht ul li div.product-titel a {
	color:#222;
}
#uitgelicht ul li div.product-tekst {
	padding:1px 8px;
	width:276px;
	height:52px;
	background:url(../images/uitgelicht-body.png) top left no-repeat;
	position:absolute;
	left:87px;
	top:20px;
}
#uitgelicht p.leesmeer {
	margin:0;padding:0;
	margin-top:-5px;
}

/* Normale content-pagina */
/* Titel */
#titel {
	width:685px;
	height:60px;
	background:#444 url(../images/content-header.png) top left no-repeat;
	padding:15px 0 0 15px;
}
#titel h1 {
	padding:0;margin:0;
	color:white;
}
#titel ul {
	padding-top:15px;
	list-style:none;
}
#titel ul li {
	display:inline;
	color:white;
}
#titel ul li a {
	color:white;
}

/* Content */
#content {
	width:685px;
	float:left;
	padding:0 0 15px 15px;
	background:url(../images/content-bg.png) top left repeat-y;
}
#content ul {
	list-style:disc;
	padding-left:2em;
	margin:7px 0;
}
#content h1 {

}
#content strong {
	font-weight:bold;
}
#content em {
	font-style:italic;
}
#content h2 {
	font-size:16px;
	margin:16px 0 8px 0;
	padding:0;
}

#content div.col1 {
	width:475px;
	float:left;
	clear:left;
	margin-right:15px;
}
#content div.col2 {
	width:181px;
	float:left;
	clear:right;
	padding-top:15px;

}
#content div.col2 div.print {
	text-align:right;
	padding:5px 5px 0 0;
}
#content div.col2 ul {
	list-style:none;
	padding:0 0 1px 0;
	margin:0;
	background:url(../images/content-menu-lijn.png) bottom left no-repeat;
}	
#content div.col2 ul li {
	background:url(../images/content-menu.png) top left no-repeat;
	padding:5px;
	padding-left:10px;
}
#content div.col2 ul li a {
	color:#222;
}
#content div.col2 ul li.actief {
	font-weight:bold;
	background:url(../images/content-menu-actief.png) top left no-repeat;
}
#content p.leesmeer {
	margin:0;padding:0;
	margin-top:-5px;
	float:left;
}

/* Footer */
#footer {
	float:none;
	clear:both;
	background:#D2EDF6 url(../images/footer.png) top left no-repeat;
	padding-top:20px;
	padding-bottom:15px;
	text-align:center;
	color:#666;
	display: inline-block;
}
#footer ul {
	padding:0;margin:0;
}
#footer ul li {
	display:inline;
	padding:0 5px;
	margin:0;
}
#footer ul li a {
	color:#666;
}