/*CSS design by laMark.nu*/
html, body {
height: 100%; 
margin:auto;

background-position:bottom;
background-repeat:repeat-x;

font-family: Verdana, Lucida, Geneva, Helvetica, Arial;
}

table{
	width:100%;
	height:100%;

	padding: 0px;
	margin: 0px;
	margin: 0 auto;
	
	}

#website{ /*exists of three parts. The middle one is named 'sitearea' */
	width: 900px;
	height:auto;
	margin: 0px auto;
	position:relative;
	overflow:hidden;
	background-color:white;
	
	background-position:top;
	background-repeat:no-repeat;
	font-size:11px;
	color: #00000;
	line-height:16px;
	border:1px solid #F2F2F2;
	

	
	

		}

#sitearea {
	width: 900px;
	
	

	
}
#bottomarea {
	width: 900px;
	color:#666666;
	height:35px;
	text-align:center;
	font-size:11px ;
	padding-top:7px;
	padding-bottom:10px;
	line-height:18px;
	margin: 0px auto;

	


}


#container {
	width: 900px;
	height:auto;
	margin: 0px auto;
	
	

		}
#headertop{
	text-align:right;
	height:25px;
	line-height:25px;
	font-size:11px;
	width:900px;
	padding-top:5px;

	color:#000000;
}
#header{
	background-position:bottom;
	background-repeat:no-repeat;
	
	font: 11px ;
	text-align:left;
	height:115px;
	width:900px;

	
	}
	



#menuarea {
	margin-top:84px;
	height:30px;

		}

#content {
	float: left;
	width: 900px;
	background-repeat:no-repeat;
	background-position:center;
	overflow:visible;	
	padding-bottom:0px;
	
	
}
#lftcol {
	overflow:visible;
	float:left;
	width: 150px;
	margin-top:10px;
	padding-left:0px;
	padding-right:0px;

	
	text-align:left;

}

#rgtcol {
	float: right;
	width:650px;
	margin-left:-1px;
	overflow:visible;
	padding-right:45px;
	padding-top:25px;
	padding-left:45px;
	padding-bottom:15px;
	text-align:left;

	text-align:justify;
	background-image:url(yinyang2.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	
	


}
#bg{
	float:left;
	overflow:visible;
	
	padding-bottom:0px;
	
	}

/*--------------set different text styles------------------ */
h1 {
	font-size: 18px ;
	text-align: left;
	margin-top: 0px;
	margin-bottom:15px;
	font-family:magneto, arial;
	
}
h2 {
	font-size: 12px ;
	text-align: left;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:15px;
	color:#ff9900;
	text-align:justify;
}

h3 {
	font-size: 16px ;
	text-align: left;
	margin-top: 0px;
	margin-bottom:5px;
	color:black;
	font-family:magneto, arial;
}
.style1 {
font-family:magneto, arial}

#bottomarea a:link, #bottomarea a:hover, #bottomarea a:active, #bottomarea a:visited {
	color: #00000;
	text-decoration:underline;}
#rgtcol a:link, #rgtcol a:hover, #rgtcol a:active, #rgtcol a:visited {
	color: #000000;
	text-decoration:underline;}
.menu a:link, .menu a:hover, .menu a:active, .menu a:visited {
	color: #000000;
	text-decoration:none;}
a:link, a:hover, a:active, a:visited {
	color:#000000;
	text-decoration:underline;
	}

/*-----------------------Site areas ends here-------------------------*/

* 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:150px; 
	font-size:0.85em;
	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:150px;
}
/* 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:150px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	color:;
	width:139px; 
	height:30px; 
	border:1px solid #dddddd; 
	border-width:0 0 0 0; 
	padding-left:10px; 
	line-height:29px;
	background-color:;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:139px;
}
/* style the second level background #9090FF */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#F2F2F2;						/* achtergrond submenu */
	color:#666666;
}
/* 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:#F2F2F2;					/* achtergrond submenu */
	color:#666666;
	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:-31px;
	left:150px; 
	width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* 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:150px; 
	top:31px;
	width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}
/* 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:#F2F2F2; 							/* achtergrond submenu */
	color:#666666;
	height:auto; 
	line-height:1.2em; 
	padding:5px 10px; 
	width:129px;
	text-align:left;
	
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:150px;
	w\idth:129px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background-color:#FF8C00;
	background-image:url(menubg.gif);
	background-repeat:no-repeat;



}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#ff9900;

}
/* 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--------------------------*/







