body {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
}

#main {
	background: url('img/main_bg.gif');
	position: relative;
	z-index: 8;
	height: 200%;
	width: 768px;
	top: 0px;
	left: 0px;
}

#logo {
	position: absolute;
	z-index: 5;
	height: 90px;
	width: 238px;
	top: 0px;
	left: 20px;
	visibility: visible;
}

#witje {
	position: absolute;
	background-color: #FFFFFF;
	z-index: 5;
	height: 90px;
	width: 101px;
	top: 90px;
	left: 20px;
	visibility: visible;
}

#mainmenu {
	position: absolute;
	z-index: 5;
	height: 300px;
	width: 101px;
	top: 180px;
	left: 20px;
	visibility: visible;
}

#engmenu {
	position: absolute;
	z-index: 5;
	height: 100px;
	width: 101px;
	top: 373px;
	left: 20px;
	visibility: visible;
}

#mainheader {
	position: relative;
	z-index: 2;
	width: 370px;
	height: 114px;
	top: 0px;
	left: -30px;
}

#content {
	position: relative;
	z-index: 2;
	width: 370px;
	top: 0px;
	left: -30px;
	text-align: left;
}

#collumnright {
	position: absolute;
	z-index: 5;
	width: 158px;
	top: 0px;
	left: 590px;
	visibility: visible;
}

div.collumncontent {
	text-align: left;
	padding: 8px 10px 4px 10px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	line-height: 12px;
}

div.collumnimg {
	text-align: left;
	padding: 6px 0px 6px 0px;
}

div.collumnpart {
	text-align: left;
	padding: 4px 10px 4px 10px;
}

div.collumnfooter {
	text-align: left;
	padding: 8px 10px 4px 10px;
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	color: #999999;
	line-height: 11px;
}

div.divider {
	position: relative;
	}

div.subcontent {
	position: absolute;
	z-index: 6;
	left: 0px;
}


td {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a {
	color: #F67F00;
	text-decoration: none;
}

a:hover {
	color: #DA5C00;
	text-decoration: underline;
}

div.illustrationright {
	float: right;
	margin: 5px 0px 5px 10px;
}

div.illustrationleft {
	float: left;
	margin: 5px 10px 5px 0px;
}

div.title {
	padding: 15px 0px 10px 0px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
	color: #F67F00;
}

div.maintxt {
	padding: 5px 0px 10px 0px;
}

div.subtitle {
	padding: 5px 0px 0px 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #F67F00;
	font-weight: bold;
}

ul {
	margin: 5px 15px;
	padding: 0;
}

#dummy {
	position: absolute;
	z-index: 1;
	height: 1px;
	width: 1px;
	top: 0px;
	left: 800px;
	visibility: hidden;
}