/*=========================== BACKGROUND CLASS ===================*/
.background{
	background-color 	: #B0BFDE;
	z-index				: 0;
	margin				: 0px;
}

/*=========================== BACKGROUND CHILDS ===================*/
.background#airrepeat{
	background-image	: url('../images/background/airrepeat.jpg');
	background-repeat	: repeat-x;
	height				: 560px;
}
/*=========================== HOLDER CLASS ========================*/
.holder{
	background-image 	: url('../images/background/air.jpg');
	background-repeat	: no-repeat;
	background-position : top left;
	min-height			: 600px;
	z-index				: 2;
}

/*=========================== HEADER DIV ==========================*/
#header{
	position			: relative;
	margin-left			: 149px;
	width				: 807px;
	height				: 167px;
}

/*=========================== HEADER CHILDS ========================*/
#whiteBG{
	position			: relative;
	background-color	: #FFFFFF;
	width				: 757px;
	height				: 167px;
	float				: left;
}
#header IMG#links {
	float 				: left;
	margin-top			: 0px;
}
#header IMG#logo {
	float				: left;
	margin-top			: 3px;
}

#header IMG#picture {
	float				: left;
	margin-top			: 3px;
}
#header IMG#rouding {
	float				:right;
	margin-top			:0px;
}

/*=========================== MENUBAR DIV =========================*/
#menuBar{
	position			: aboslute;
	background-image	: url('../images/menu/menuGradient.jpg');
	background-repeat	: repeat-x;
	width				: 811px;
	height				: 25px;
	margin-left			: 134px;
}
/*=========================== MENUBAR CHILDS =======================*/
#menuBar p{
	margin-top			: 0px;
	padding-top 		: 7px;
	padding-right		: 5px;
	margin-left 		: 150px;
	float				: right;
}
#menuBar a{
	padding-top			: 1px;
	padding-left		: 5px;
	padding-right		: 5px;
	text-decoration		: none;
	z-index				: 100;
	color				: #1d5ea0;
}
#menuBar a:hover{
	background			: #d2ee8d url('../images/menu/blueDot.jpg');
	background-repeat	: repeat-x;
	background-position	: bottom;
	text-decoration		: none;
	padding-bottom		: 3px;
	z-index				: 100;
	
}
#menuBar a:visited{
	color 				: #FFFFFF;
}
#menuBar a:active{
	color				: #FFFFFF;
}
#menuBar a:link {
	color				: #FFFFFF;
}
#activeMenuLink{
	background			: #d2ee8d url('../images/menu/blueDot.jpg');
	background-repeat	: repeat-x;
	background-position	: bottom;
	text-decoration		: none;
	padding-bottom		: 3px;
	color				: #1d5ea0;
	z-index				: 100;
}
#activeMenuLink a{
	color				: #1d5ea0; 
}
#whiteSpace {
	background-image	: url('../images/background/horizontaal.png');
	width				: 14px;
	height				: 25px;
	float				: right;
	position			: aboslute;
	margin-right		: -10px;
}
/*=========================== MIDDLE DIV ===========================*/

/*=========================== MIDDLE CHILDS ========================*/
#subMenu{
	position			: absolute;
	width				: 250px;
	height				: 326px;
	margin-left			: 100px;
}
#subMenuLeft{
	background-image	: url('../images/menu/zijkantMenu.png');
	background-repeat	: no-repeat;
	float				: left;
	width				: 36px;
	height				: 326px;
	margin-top			: -25px;
	
}
#itemsHolder{
	background-color	: #b1e03e;
	float				: left;
	width				: 195px;
	height				: 301px;
}

#linksHolder{
	margin-left : -25px;
	margin-top	: 26px;
	width		: 195px;
}

#itemLink {
	width				: 195px;
	padding-left		: 15px;
	padding-top			: 3px;
	margin-left			: -6px;
}

#itemLink:hover{
	background			: #d2ee8d url('../images/menu/blueDot.jpg');
	background-repeat	: repeat-x;
	background-position	: bottom;
}

#itemLink a{
	text-decoration		: none;
}



#subMenuFooter{
	background-image	: url('../images/menu/menuonder.png');
	width				: 231px;
	height				: 14px;
	margin-top			: 301px;
}
#content {
	position			: aboslute;
	background-image	: url('../images/background/horizontaal.png');
	background-repeat	: repeat-y;
	background-position	: right;
	width				: 805px;
	min-height			: 500px;
	margin-left			: 150px;
	z-index				: 2;

}
/*=========================== CONTENT CHILDS =======================*/
#textHolder p{
	padding-left 		: 188px;
	padding-right		: 15px;
	padding-bottom		: 5px;
	padding-top			: 5px;
	margin-top			: 0px;
}
#textHolder	{
	background-color	: #FFFFFF;
	width				: 799px;
	min-height			: 500px;
	z-index				: 3;
}

/*=========================== FOOTER DIV ===========================*/
#footer {
		position 		: relative;
		float			: bottom;
		margin-left		: 75px;
		margin-top		: -8px;
}
/*=========================== GRASS DIV ============================*/
#grass {
	position			: absolute;
	background-image 	: url('../images/background/grass.jpg');
	background-repeat	: repeat-x;
	background-position : bottom left;
	height				: 205px;
	width				: 100%;
	z-index				: 0;
}

/*=========================== FLAGS CLASS ========================*/
.flags A:LINK{
	text-decoration : none;
}
.flags A:VISITED{
	text-decoration : none;
}
/*=========================== FLAGS CHILDS ========================*/
.flags p{
	font-size 			: 10px;
	font-family			: verdana;
	margin				: 0px;
}
.flags nl{
	float 				: left;
}
.flags du{
	float 				: left;
}
.flags en{
	float 				: left;
}
.flags fr{
	float 				: left;
}

#itemLink a:hover{ color : #1d5ea0; }
#itemLink a:active{ color : #1d5ea0; }
#subMenu a img { visibility : hidden; }  #subMenu a:hover img { visibility : visible;}
#subMenu a img { visibility : hidden; }  #subMenu a:active img { visibility : visible;}
#activeItemLink a img{ visibility: visible;}
#activeItemLink a {
		color 			: #1d5ea0;
		text-decoration	: none;

}
#activeItemLink{
	background			: #d2ee8d url('../images/menu/blueDot.jpg');
	background-repeat	: repeat-x;
	background-position	: bottom;
	width				: 195px;
	padding-left		: 15px;
	padding-top			: 3px;
	margin-left			: -6px;
}
#menuBar a:hover{ color : #1d5ea0; } 
#menuBar a:active{ color : #1d5ea0; }
