/* IE6 Min-Height CSS-hack */
/*\*/
* html div#content {
	height: 				400px;
}
/**/
div, img {
	margin:					0px;
	padding:				0px;
}
img {
	border:					none;
}
body {
	margin:					0px;
	text-align:				center;
	background-color:		#402e18;
	color:					#ffffff;
	font-family:			Verdana;
	font-size:				11px;
	line-height:			14px;
}
a {
	color:					#ffffff;
}
div#container {
	width:					865px;
	margin-left:			auto;
	margin-right:			auto;
}
div#logo {
	height:					323px;
	background-image:		url('images/logo.gif');
	border-left:			solid 1px #000000;
	border-right:			solid 1px #000000;
	background-repeat:		no-repeat;
}
div#sublogo {
	border:					solid 1px #000000;
	border-bottom:			none;
	height:					63px;
	background-image:		url('images/sublogo1.gif');
	background-repeat:		no-repeat;
	text-align:				right;
	line-height:			63px;
	text-decoration:		bold;
	font-size:				18px;
}
div#subborder {
	height:					5px;
	background-image:		url('images/sublogo2.gif');
	background-repeat:		no-repeat;
	overflow:				hidden;
}
div#main {
	margin-top:				12px;
}
div#nav, div#sep, div#content {
	float:					left;
}
div#nav {
	width:					150px;
}
div#sep {
	width:					50px;
	background-position:	center center;
	background-image:		url('images/seperator.gif');
	background-repeat:		no-repeat;
	height:					337px;
	margin-top:				10px;
}
div#content {
	width:					665px;
	min-height:				400px;
	text-align:				left;
}
div#context {
	margin-top:				10px;
}
table#conmain {
	width:					100%;
	border:					none;
	border-collapse:		collapse;
	margin:					0px;
	padding:				0px;
}
td.condesc, input.tfield, textarea#bericht {
	font-family:			Tahoma;
	font-size:				11px;
	line-height:			18px;
}
#captcha
{
	visibility:				hidden;
}
td.condesc {
	width:					350px;
}
input.tfield {
	width:					150px;
}
textarea#bericht {
	width:					500px;
	height:					70px;
}
input#verstuur {
	width:					100px;
}
div.infoleft {
	float:					left;
	width:					500px;
	text-align:				left;
}
div.inforight {
	float:					right;
	text-align:				left;
	width:					20%;
}
p.bigtext {
	font-size:				15px;
	font-weight:			bold;
}

