body {
	border: 0px;
	margin: 0px;
	height: 100%;
	font-family: arial, times new roman, arial;
	font-size: 12px;
	padding: 0px;
	background-color: #d2cac1;
}

html {
	height: 100%;
}

td,table,div {
	border: 0px;
	margin: 0px;
	font-family: arial, times new roman, arial;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
}

img {
	border: 0px;
}

input {
	border: 2px;
}

p {
	margin: 0px;
}

a {
	color: #8d381d;
}

a:hover, a:visited {
	color: black;
}

div#main {
	min-height: 100%;
}

div#container {
	position: relative;
	width: 766px;
	min-height: 100%;
	margin: auto;
	background-color: #e3d9ce;
}

div#topspacer {
	position: absolute; 
	left: -35px;
	height: 21px; width: 767px;
	background: url("/template/images/top_spac_bar_bg.gif");
}

div#lastnews {
	position: relative;
	padding-left: 58px;	padding-top: 312px; padding-right: 4px;
	width: 402px;
}

div#mainmenucont {
	position: relative;
	color: white;
	width: 232px;
 	height: auto;
	background: url("/template/images/mainmenu_repeat_bg.jpg");
}

div#mainmenu {
	position: relative;
	height: 100%; top: 0px; 	left: 0px;
	width: 174px;
	padding-right: 58px;	padding-top: 26px;	padding-bottom: 24px;	padding-left: 0px;
	border-left-width:35px;
	border-left-style:solid;
	border-left-color: #8d381d;
	margin-left: -35px;
	background: url("/template/images/mainmenu_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

div#maincontainer {
	position: relative;
	left: 35px;		top: 0px;
	min-height: 100%;
	width: 697px;	height: auto;
	background: url("/template/images/maincontainer_bg.gif");
}

.homepagenewsTitle {
	text-decoration:none;
	font-weight:bold;
}

#footer {
	position: absolute;
	left: -35px;
	bottom: -1px;
	width: 696px;
	height: 35px;
	padding-top:30px;	padding-left: 35px; padding-right: 35px;
	background: url("/template/images/footer_bg.gif");
}

table#contactFormulier td input{
	border: 1px solid #999;
}