* {
	margin:0; padding:0;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family:Tahoma,sans-serif;
	font-size:13px;
	background:url(/img/bgsite.png) repeat-y center;
}

#main {
	min-height:100%;
	position:relative;
	width:850px;
	margin:0 auto;
	background:url(/img/bgmain.png) repeat-y;
}

* html #main {
	height:100%;
}

#top {
	height:30px;
	background:url(/img/bgfooter.png) repeat-x;
	text-align:right;
	padding-right:20px;
	font-size:11px;
	color:#FFFFFF;
	line-height:30px;
	border-bottom:1px solid #FFFFFF;
}

#top a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#top a:hover {
	text-decoration:underline;
}

#header {
	height:150px;
}

#header_menu {
	width:199px;
	height:150px;
	float:left;
	background:url(/img/bgheader.png) repeat-x;
	border-right:1px solid #FFFFFF;
}

#header_menu ul {
	list-style:none;
}
#header_menu li {
	display:inline;
}
#header_menu li a {
	display:block;
	height:29px;
	border-bottom:1px solid #FFFFFF;
	line-height:29px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	padding-right:20px;
}

#header_menu li a:hover {
	background:url(/img/bgheadermenulia.png);
}

#header_menu .laatste a {
	border:0;
	height:30px;
}

#header_logo {
	float:left;
	width:650px;	
}

#header_logo_pictures {
	height:89px;
	border-bottom:1px solid #FFFFFF;
}

#header_logo_logotext {
	height:60px;
	line-height:60px;
	padding-right:30px;
	text-transform:uppercase;
	background:url(/img/bgheaderbottom.png) repeat-x;
	text-align:right;
}

#header_logo_logotext h1 {
	font-size:18pt;
	color:#FFFFFF;	
}

#mainmenu {
	width:650px;
	height:30px;
	background:url(/img/bgmainmenu.png) no-repeat;
	padding-left:200px;
	margin:1px 0;
}

#mainmenu ul {
	list-style:none;
}

#mainmenu li {
	display:inline;
}

#mainmenu li a {
	display:block;
	height:30px;
	line-height:30px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 15px;
	border-right:1px solid #CCCCCC;
	float:left;
}

#mainmenu li a:hover {
	background:url(/img/bgmainmenuliahover.png) repeat-x;
}

#page {
	padding-top:15px;
	padding-bottom:40px;
	overflow:auto;
}

#sidebar {
	width:199px;
	padding-right:1px;
	float:left;
	text-align:center;
}

#content {
	width:620px;
	float:left;
	padding:0 1px 0 15px;
	text-align:justify;
}

#content h1 {
	margin-bottom:20px;
	color:#323064;
	font-size:14pt;
}

#content h2 {
	margin-bottom:15px;
	color:#323064;
	font-size:11pt;
}

#content a {
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content ul {
	margin:5px 0 10px 20px;
}

#footer {
    clear:both;
	position:absolute;
	bottom:0;
	width:850px;
	height:30px;
	background:url(/img/bgfooter.png) repeat-x;
	line-height:30px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
}
#imageContainerX { height:290px; position:relative; margin:0 0 0 15px;}
#imageContainerX img.first { display:block; opacity: 0.95; }  
#imageContainerX img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:290px;  	
			width:169px; 	
			opacity: -0.01; }

hr {
    margin:20px 0;
}