/* CSS Document */

html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

html>body, html>body #holder { 
height: auto;
}

body {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../images/achtergrondPage.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#Divmenu
 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	Z-INDEX: 15; 
	LEFT: 699px; 
	WIDTH: 160px; 
	COLOR: #606060; 
	POSITION: absolute; 
	TOP: 117px; 
	TEXT-ALIGN: left;
}

#gastb
 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	Z-INDEX: 15; 
	LEFT: 240px; 
	WIDTH: 160px; 
	COLOR: #606060; 
	POSITION: absolute; 
	TOP: 350px; 
	TEXT-ALIGN: left;
}

#holder {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/graan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#PageContainer {
	min-height: 100%;
	width: 906px;
	height: 100%;
	text-align:left;
	background-image: url(../images/achtergrondContent.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	width: 699px;
	height: 265px;
	text-align:left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#contentTop {
	width: 400px;
	height: 205px;
	text-align:left;
	position: absolute;
	left: 285px;
	top: 45px;
}
#colBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Sidebar {
	width: 207px;
	padding-bottom: 36px;
	float: right;
}

#LangNav {
	height: auto;
	width: 207px;
	background-image: url(../images/achtergrondMenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#Menu_1 {
	height: auto;
	width: 207px;
	background-image: url(../images/achtergrondMenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	
}

#bottomMenu {
	height: 20px;
	background-image: url(../images/bottomMenu.gif);
	Z-INDEX: 15; 
	LEFT: 1px; 
	WIDTH: 160px; 
	COLOR: #606060; 
	POSITION: absolute; 	
	TEXT-ALIGN: left;
}

#News {
	height: auto;
	width: 207px;
}

#contentMainContainer {
	padding-bottom: 36px;
	width: 680px;
	height: auto;
	text-align:left;
}

#tabs {
	padding-bottom: 36px;
	width: 51px;
	height: auto;
	text-align:left;
	margin-left: 149px;
}

#content {
	padding-bottom: 36px;
	height: auto;
	text-align:left;
	clear: left;
	float: right;
	width: 460px;
}

#footerNav {
	width: 906px;
	height: 36px;
	background-image: url(../images/achtergrondFooter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer {
clear: both;  
bottom: 0; 
left: 0; 
width: 100%;
height: 36px;
}

/* hide from Mac IE5 */
/* \*/
#footer {
position: absolute; 
}
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
position: absolute;
}
/* */

