/*
 * $Id: main.css 54 2010-12-22 11:15:46Z sander $
 */

#vertcenter {
	position: absolute;
	top: 50%;
	margin-top: -273px;
	height: 546px;
	width: 100%;
}
#container {
	width: 967px;
	height: 531px;
	padding-top: 14px;
	padding-left: 44px;
	margin: 0px auto;
}
#body {
	position: relative;
	width: 911px;
	height: 476px;
	font-size: 1.3em;
}

img#pageLogo {
	position: absolute;
	top: 65px;
	right: 20px;
}

#menuMain {
	line-height: 2.2em;
	overflow: auto;
	width: 100%;
	color: #747266;
}
#menuSub {
	line-height: 2.2em;
	overflow: auto;
	width: 100%;
	color: #7C7776;
}

#menuMain ul,
#menuSub ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menuMain ul li,
#menuSub ul li{
	float: left;
	display: inline;
	margin-left: 14px;
}


.menuLeft {
	float: left;
	display: inline;
	width: 500px;
}
.menuRight {
	float: right;
	display: inline;
	width: 328px;
    text-align: right;
}
#menuSub .menuRight a {
    margin-right: 8px;
}

#footer {
	position: absolute;
	width: 100%;
	top: 502px;
}
* html #footer {
	top:501px;
}

#address {
	float: left;
	display: inline;
	width: 355px;
	padding-left: 26px;
	padding-top: 17px;
}
#linkedTo {
	float: right;
	display: inline;
	width: 500px;
	text-align: right;
}
#linkedTo a {
	float: right;
}
#linkedTo a.landgoed {
	margin-top: 12px;		
}
#linkedTo a.paulus {
	margin-top: 14px;		
}
#linkedTo a.petrus {
	margin-top: 11px;		
}
#linkedTo span {
	float: left;	
	display: inline;
	width: 250px;
	margin-top: 26px;
}

#linkedTo img {
	border: 0px;
	padding-right: 18px;
	vertical-align: middle;
}

#body h1#pageTitle {
	position: absolute;
	top: 102px;
	left: 166px;
	width: 323px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 2.0em;
}

#bodyContent {
	position: absolute;
	top: 149px;
	left: 151px;
	width: 323px;
	height: 282px;
	padding-left: 20px;
	padding-right: 10px;
	overflow: auto;
	line-height: 2.2em;

	/* non-standard scrollbar css */
	scrollbar-base-color: #E6E4D9;
	scrollbar-face-color: #DFDDD3;
	scrollbar-track-color: #E6E4D9;
	scrollbar-arrow-color: #400000;

	scrollbar-3dlight-color: #F6F5EE;
	scrollbar-darkshadow-color: #D9D6C5;
	scrollbar-highlight-color: #EAE9E2;
	scrollbar-shadow-color: #E6E4D9;

}
#bodyContent div {
	padding: 0px;
	margin: 0px;
}

	img.pageImageLarge {
	position: absolute;
	height: 327px;
	width: 327px;
	top: 149px;
	left: 584px;
	z-index: 2;
}
img.pageImageLargeOverlay {
	position: absolute;
	height: 22px;
	width: 327px;
	top: 431px;
	left: 584px;
	z-index: 3;
	opacity: .5;
	filter: alpha(opacity=50);
}

img.pageImageSmall {
	position: absolute;
	height: 80px;
	width: 80px;
}
img.pageImage1 {
	left: 44px;
	top: 84px;
}
img.pageImage2 {
	left: 44px;
	top: 183px;
}
img.pageImage3 {
	left: 44px;
	top: 283px;
}

