/*CSS design by laMark.nu*/
html, body {
height: 100%; 
margin:auto;
background-image:url(bg2.gif);
background-position:center;
background-repeat:repeat-y;
font-family: Arial, Lucida, Geneva, Helvetica,;
color:#0C1448;
}


#website{ /*exists of three parts. The middle one is named 'sitearea' */
	width: 870px;
	margin: 0px auto;
	position:relative;
	font-size:12px;
	line-height:18px;
	font-size:11px;
	min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */



		}


	

#sitearea {
	width: 870px;


	

	
}

/*overige websiteonderdelen */
#headertop{
	width: 870px;

	text-align:right;
	color:#000000;
	font-size:11px;

		}

#header{
	background-position:bottom;
	background-repeat:no-repeat;
	font: 11px ;
	text-align:center;
	height:400px;
	width:870px;
	margin-left:3px;
	margin:0px;
	text-align:center;
	
	
	}

#menuarea {
	margin-top:111px;
	height:30px;
	text-align:left;
	
	

		}
#content {

	width: 870px;


	
	
	
	
	
	
}
#lftcol {
    padding-left:49px;
	width:180px;
	text-align:justify;



}


#rgtcol {
	float: right;
	margin-top:10px;
	width:530px;
	padding-right:0px;
	text-align:justify;
	padding-right:40px;
	padding-left:40px;
	
	


}
#footer {
position:absolute;
bottom:0;
width:870px;
height:40px;
color:#000000;
	line-height:18px;
	text-align:center;
	padding-bottom:6px;
	padding-top:6px;
	border-top:1px solid black;
	}

#favoriet{
border-top:1px dashed #817649;
width:100%;
padding-top:8px;
padding-left:0px;
margin-top:5px;
line-height:18px;
color:#000000;

}
#favright {
	float:right
	}
/*--------------set different text styles------------------ */
h1 {
	font-size: 16px ;
	text-align: left;
	margin-top: 0px;
	margin-bottom:15px;
	color:#0C1448;
}
h2 {
	font-size: 12px ;
	text-align: left;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:15px;
	color:#0C1448;
	text-align:justify;
}

h3 {
	font-size: 14px ;
	text-align: left;
	margin-top: 0px;
	margin-bottom:5px;
	color:#0C1448;
	text-align:justify;
}
.style7  {
	font-size:16px;
	color:#344EA2;
	line-height:18px;}
.style1 {
	font-size:14px;
	font-weight:bold;}
.style2  {
	font-size:20px;
	color:#FAD140;
	font-weight:bold;
	font-family: "Courier New", Courier, mono}
.style3  {
	color:#ff0000;}
.style4  {
	color:#0099FF;}
.style5  {
	color:#ff9900;
	font-weight:bold}
.style6  {
	color:#ff9900;
	font-weight:bold;}

.style12  {
	font-size:14px;
	color:#ff9900;
	font-weight:bold;
	font-style:italic;
	text-align:left;}


#bottomarea a:link, #bottomarea a:hover, #bottomarea a:active, #bottomarea a:visited {
	color: #000085;
	text-decoration:underline;}
#headertop a:link, #headertopa a:hover, #headertop a:active, #headertop a:visited {
	color: #000085;
	text-decoration:none;}
.menu a:link, .menu a:hover, .menu a:active, .menu a:visited {
color:white;
	
	text-decoration:none;}
a:link, a:hover, a:active, a:visited {
	color:#000085;
	text-decoration:underline;
	}

#lftcolindex a:link, #lftcolindex a:hover, #lftcolindex a:active, #lftcolindex a:visited {
	color:#000000;
	text-decoration:none;}
#favoriet a:link, #favoriet a:hover, #favoriet a:active, #favoriet a:visited {
	color:#000085;
	text-decoration:underline;}
* THE GREATEST CSS MULTILEVEL MENU EVER MADE*/
/* DEVELOPPED BY: STU - STU@CSSPLAY.CO.UK - WWW.CSSPLAY.CO.UK*/
/* ADJUSTMENTS: GIDEON LAMOT - GIDEON@LAMARK.NU - WWW.LAMARK.NU*/

/* to make this menu vertical: change 4 setting below (look for the double explanation-lines)*/

/* style the outer div to give it width */
/* making the menu vertical: set 'width' at 150px -standardvalue=750px- (the widht of each of the menu items)*/
.menu {
	width:200px; 
	font-size:14px;
	padding-bottom:5px;
	
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:200px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:200px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	text-align:left;
	font-size:14px;
	width:189px; 
	height:40px; 

	padding-left:10px; 
	line-height:39px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:200px;
	w\idth:189px;
}
/* style the second level background #9090FF */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#8882A1;						/* achtergrond submenu */
	color:#000000;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#ff9900;


}
.menu ul ul :hover > a.drop {
	background:#ff9900;

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#8882A1;					/* achtergrond submenu */
	text-align:left;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#ff9900;
}
.menu ul ul ul :hover > a {
	background:#ff9900;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
/* making the menu vertical: set 'left' at 150px -standardvalue=0px (main menu width) and change 'top' in 'margin-top' with value -31px -standardvalue top=31px- (the heigt of the main menu items*/
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	margin-top:-41px;
	left:200px; 
	width:200px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:40px;
	t\op:41px;
}
/* position the third level flyout menu */
/* making the menu vertical: set 'top' at 31px -standardvalue=0- (the height of the main menu)*/
.menu ul ul ul{
	left:200px; 
	top:41px;
	width:200px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-200px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; top:0; left:0;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#8882A1; 							/* achtergrond submenu */
	color:#fffff;
	height:auto; 
	line-height:1.2em; 
	padding:5px 10px; 
	width:179px;
	text-align:left;
	
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:200px;
	w\idth:179px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background-image:url(bgmenuhoover.gif);
	background-position:left;
	background-repeat:no-repeat;


}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-image:url(bgmenuhoover.gif);
	background-position:left;
	background-repeat:no-repeat;


}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}



/* --------------------menus ends here--------------------------*/








