body, html {
	height: 100%;
	margin: 0; 
	padding: 0; 
	background-color: white; 
	font-family: arial, sans-serif;
	line-height: 1.1;
}

body {
	background-image: url(img/contentbg.jpg); 
	background-repeat: no-repeat;
	background-position: center center; 
	background-attachment: fixed;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

textarea, input {
	font-family: arial, sans-serif;
}

div.inline {
	margin: 5px 10px 5px 10px;
	display: inline;
}

p {
	margin: 0 25px 10px 15px;
	font-size: 0.9em;
}

a {
	color: black;
}


h1 {
	font-weight: normal;
	padding: 0 0 0 50px;
	font-size: 1.3em;
	background-image: url(img/pageheaderbg.jpg); 
	background-repeat: no-repeat;
	height: 29px;
}

h2 {
	font-weight: bold;
	margin: 5px 15px 10px 15px;
	font-size: 1em;
}

h3 {
	font-weight: bold;
	margin: 5px 15px 15px 15px;
	font-size: 0.9em;
}

ul {
	font-size: 0.9em;
}

div#recept ul {
	padding: 0;
	font-size: 0.8em;
}

div.kader h1 {
	font-weight: bold;
	font-size: 1em;
	background-image: url(img/menuheaderbg.jpg); 
	background-repeat: none;
	padding: 0 0 0 40px;
	height: 27px;
	margin: 0
}

div#recept h2 {
	font-weight: bold;
	margin: 5px 15px 10px 0;
	font-size: 0.8em;
}

div.kader p {
	margin: 0 25px 10px 0;
}

div#header {
	background-image: url(img/headerbg.jpg); 
	height: 137px;
}

div#menu {
	position: absolute; 
	left: 0; 
	width: 190px;
	line-height: 0;
}

div#main {
}

div#content {
	margin-left: 222px; 
	margin-right: 25px; 
}

div#footer {
	background-image: url(img/footerbg.jpg); 
	background-repeat: repeat-x;
	height: 72px;
	font-size: 0.7em;
}

div#footer_adres {
	float: left;
	background-image: url(img/footer.jpg); 
	background-repeat: no-repeat;
	width: 190px;
	height: 55px;
	color: #EEEEEE;
	padding-top: 17px;
	text-align: center;
}

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;
	background-image: url(img/footer_right.jpg); 
	background-position: bottom right; 
	background-repeat: no-repeat; 
	height: 72px;
}

div#recept {
	float: right;
	display: inline;
	background-image: url(img/receptdl.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 200px;
	margin: 0 0 20px 20px;
	padding-left: 10px;
}

table {
	border-collapse: collapse;
	margin: 0 25px 10px 15px;
}

table.bestellijst {
	width: 95%;
}

th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px 3px 3px;
	white-space: nowrap;
}

table.contact th {
	border: 0
}

table.contact td {
	border: 0
}

td {
	border-top: 1px solid gray;
	font-size: 0.8em;
	padding: 3px 10px 3px 3px;
	vertical-align: top;
	white-space: nowrap;
}

.prop {
	height: 500px;
	float: left;
	display: inline;
	width: 0px;
}

.clear {
    clear:both;
    height:1px;
}

div.hiddendiv {
	display: none; 
}