body {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
	background-image: url(/templates/img/bg_right.jpg);
	background-repeat: repeat-x;
	background-position: top left;

}

#main {
	position: absolute;
	width: 1100px;
	height: 700px;
	background-image: url(/templates/img/bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	height: 90px;
	}

#menu {
	position: absolute;
	width: 200px;
	top: 135px;
}

#inhoud {
	position: absolute;
	width: 417px;
	height: 458px;
	left: 210px;
	top: 99px;
	background-image: url(/templates/img/bg01.jpg);
	background-repeat: no-repeat;
}

#image {
	position: absolute;
	width: 382px;
	height: 462px;
	left: 640px;
	top: 99px;
	background-image: url(/templates/img/bg02.jpg);
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	width: 420px;
	top: 563px;
	margin-left: 210px;
	margin-right: auto;
	color: #A3B0BE;
}

#contact {
	position: absolute;
	left: 810px;
	top: 60px;
	text-align: right;
}

#pac {
	position: absolute;
	left: 880px;
	top: 60px;
	text-align: right;
}

h1 {
	color: #FFFFFF;
	font-size: 16px;
}

td.menuitem_selected {
	background-image: url(/templates/img/menu_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 11px;
	height: 28px;
	width: 200px;
	text-align: right;
	padding-right: 20px;
}

td.menuitem {
	background-image: url(/templates/img/menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 11px;
	height: 28px;
	width: 200px;
	text-align: right;
	padding-right: 20px;
}

a.menu:link, a.menu:active, a.menu:visited {color: #334351; text-decoration: none;}
a.menu:hover {color: #334351; text-decoration: underline;}

a.top:link, a.top:active, a.top:visited {color: #677586; text-decoration: none; font-weight: bold;}
a.top:hover {color: #677586; text-decoration: underline; font-weight: bold;}
