body {
	background:url('../images/interface/bg_main.jpg');
	background-repeat:repeat-x;
	padding:auto;
	margin:0px;
	text-align:center;
	font-family:arial;
	font-size:11px;
	color:black;
	line-height:190%;
}

#footer 
{
	line-height: normal;
}
#maincontainer 
{	
	width:898px;	
	border:1px solid silver;
	border-width:0px 1px 1px 1px;
	background-color:white;
	text-align:left;
	padding:0px;
	margin:auto;
	min-height:898px;	
}

#header {
	width:898px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#altcontent {
	width:898px;
	background-color:white;
}
#toplayer 
{	
	display: table;	
	background-color: #afcfff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 878px;
}


#menucontent {
	width:898px;
	background-color:white;
	overflow-y: auto;
}
#menu {
	float:left;
	width:202px;
	padding:10px;
	line-height:150%;
	background-color:white;	

}

#content 
{
	overflow-x: auto;
	overflow-y: auto;
	float:right;
	width:634px;
	padding:20px;
	background-color:white;
}
/*-------------------------------------------------------------
Opmaak menu
-------------------------------------------------------------*/

#menu ul {
	list-style:none;
	color:#006699;
	margin-left:0px;
}
*html #menu ul {margin-left:10px;}

#menu > ul {	
	width:185px;			
	}
	#menu > ul > li {
		border:1px solid silver;
		border-width:1px 0px 0px 0px;
		padding:8px 6px;
		font-weight:bold;		
	}	
	#menu > ul > li > ul {
		font-weight:normal;
	}

li.active {
	background-color:#f1f1f1;
	border:1px solid silver;
	border-width:1px 0px 0px 0px;
	padding:8px 6px;
	font-weight:bold;
}

#menu li {
	font-weight:normal;
	margin-left: 10px;
}

#menu li.menu {
	border:1px solid silver;
	border-width:1px 0px 0px 0px;
	padding:8px 6px;
	font-weight:bold;
}

/*-------------------------------------------------------------*/
	
h1 {
	color:#010266;
	font-size:15px;
}

h2 {
	color:#0099cc;
	font-size:11px;
	margin-bottom:0px;
}

hr {
	color:silver;
	height:1px;
}

p.text {
	width:450px;
}

span.blue {
	color:#010266;
}

a.menu 			{text-decoration:none; color:#006699;}
a.menu:hover 	{text-decoration:underline;}
a.content 		{text-decoration:none; color:#0099cc;}
a.content:hover {text-decoration:underline;}
a.active		{color:#0099cc; text-decoration:none;}

