body, html {
	height: 100%;
	margin: 0; 
	padding: 0; 
	background-color: #C1A675; 
	font-family: arial, sans-serif;
}

img {
	border: 0;
}

p {
	margin: 0 25px 10px 15px;
	font-size: 0.9em;
}

a {
	color: black;
}

h2 {
	font-weight: bold;
	margin: 5px 15px 10px 15px;
	font-size: 1em;
}

div#header {
	background-image: url(img/headerbg.jpg); 
	height: 154px;
}

div#headersep {
	background-image: url(img/sep1.jpg); 
	height: 26px; 
	padding-left: 209px;
}

div#headersep_c {
	background-image: url(img/sep2.jpg); 
	height: 26px; 
	width: 100%; 
	margin: 0;
	padding: 0;
}

div#headersep_c img#sep3 {
	float: left; 
	height: 26px;
}

div#headersep_c img#sep4 {
	float: right; 
	height: 26px;
}

div#menu {
	position: absolute; 
	left: 0; 
	width: 223px;
}

div#menu_c {
	position: absolute; 
	left: 56px;
	line-height: 0;
}

div#main {
	background-image: url(img/cleftbg.jpg); 
	background-repeat: repeat-y;
}

div#main_c {
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#content {
	margin-left: 222px; 
	margin-right: 0px; 
	background-color: #FFFFFF; 
	background-image: url(img/crightbg.jpg); 
	background-position: right; 
	background-repeat: repeat-y;
	min-height: 400px;
	position: relative;
}

div#footer {
	background-image: url(img/footerbg.jpg); 
	background-repeat: repeat-x;
}

div#footer_c {
	background-image: url(img/footer_right.jpg); 
	background-position: bottom right; 
	background-repeat: no-repeat; 
	line-height: 0;
}

div#footertext {
	text-align: center;
	font-size: 0.7em;
}

table {
	border-collapse: collapse;
	margin: 0 25px 10px 15px;
	border: 0;
}

th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px 3px 3px;
}

td {
	font-size: 0.8em;
	padding: 3px 10px 3px 3px;
	vertical-align: top;
}

table a {
	text-decoration: none;
}

table#producten td {
	padding: 5px 5px 5px 5px;
}

table#producten td.productheader {
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 5px;
}

span.productheader {
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 5px;
}

.prop {
	height:400px;
	float:left;
	width:1px;
}

.clear {
    clear:both;
    height:1px;
}

