/* Debug */
div.php_error {
	background: yellow;
	position: relative;
	z-index: 50;
	color: rgb(211,55,59);
}

/* BODY */
body {
	font-family: helvetica, verdana, arial, sans-serif;	
	margin: 0px;
	background: rgb(247,245,255) url("img/achtergrond.gif");
	font-size: 10px;
	height: 100%;
}
	
div.paragraph {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

ul {
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 15px;
}

img.noborder {
	border: none;
}

img.border {
	border: 1px solid rgb(255,112,41);
}

/* KOPJES */
h1, h2, h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

h1, h1 a {
	text-decoration: none;
	color: rgb(255,112,41);
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 10px;
}
	
h1 a:hover {
	color: rgb(247,112,89);
}

h2 {
	font-size: 18px;
	color: black;
}

h3 {
	font-size: 14px;
	color: black;
}
	
/* LINKJES */	
a {
	color: black;
}
	
a.noline {
	text-decoration: none;
}
	
a.noline img {
	border: none;
}

a.noline:hover {
	text-decoration: underline;
}

/* LAYOUT */
div#site {
	position: absolute;
	width: 774px;
	border-right: 1px solid rgb(255,112,41);
	background: white url("img/navigatie.jpg") repeat-y 0px 160px;
	min-height: 100%;
}

div#top {
	position: absolute;
	width: 100%;
	height: 220px;
	background: url("img/top.jpg") top no-repeat;
	z-index: 2;
}

div#site, div#site td, div#site th {
	color: black;
	text-align: justify;
	font-size: 12px;
}

div#navigatie {
	position: absolute;
	left: 15px;
	top: 220px;
	font-size: 17px;
	line-height: 35px;
	text-align: right;
}

div#navigatie a, div#navigatie {
	color: rgb(40,40,23);
	text-decoration: none;
	font-weight: bold;
}

div#navigatie a:hover {
	text-decoration: underline;
}

div#importeur {
	text-align: center;
	font-size: 80%;
	font-style: italic;
}

div#content {
	position: relative;
	left: 220px;
	padding-top: 200px;
	padding-bottom: 15px;
	min-height: 350px;
	width: 538px;
	z-index: 3;
}

div#contentsub {
	min-height: 250px;
	text-align: justify;
}

/* TABELLEN */
th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
	
td, th {
	vertical-align: top;
}

th a {
	text-decoration: none;
}

table.volledigebreedte {
	width: 538px;
}

table.border {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 538px;
	margin-bottom: 12px;
}
	
table.border td, table.border th {
	border: 1px solid rgb(247,112,89);
	padding: 3px;
	margin: 0px;
}
	
table.border th {
	background: rgb(253,226,222);
}

table.clear {
	border: none;
	border-spacing: 0px;
}

table.clear td, table.clear th {
	border: none;
	padding: 0px;
	margin: 0px;
	background: none;
}

.links {
	float: left;
	margin-right: 10px;
}

.rechts {
	float: right;
	margin-left: 10px;
}

table.border td.noborder {
	border: 0px;
}

/* PRODUCTEN */
table#productencategorieen td, table#productenafbeeldingen td {
	width: 25%;
	text-align: center;
}

table#productencategorieen img, table#productenafbeeldingen img {
	border: 1px solid black;
	margin-top: 3px;
}

table#productencategorieen a, table#productenafbeeldingen a {
	text-decoration: none;
}

table#producten img {
	border: 0px;
}

img.productafbeelding {
	margin-left: 4px;
	border: 1px solid black;
}

table.border th.productenafbeelding,  table.border th.productenprijs{
	width: 70px;
}


