/************************************************************
*															*
*	i-leren.be basisstylesheet				*
*															*
*************************************************************/

/* Main Structural Elements & init
---------------------------------- */
html { padding:0; border:0; margin:0; }
body
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 62.5%; /* Sets base font size for site to 10px (because 62.5% of 16px [default browser font size] = 10px) */
	text-align: center; margin-top:0; padding:0;
	background-color:#A7B5BE;
	height:100%;
}
ol, ul, li, p, img { margin:0;padding:0;list-style-type:none; }
form { margin:0; }
div { padding:0; }


/* div section
---------------------------------- */
#wrapper { margin: 60px auto;position:relative; }
#sideBarLeft { margin:0px 0px 9px 5px;width:25px;text-align:right;float:left;border:solid 0px #A4B6C4; }
#navigation { margin:9px 9px 0 0; }
#menu { margin-top:40px; }
#searchBar { margin:20px 0 40px 0; }
#tree { margin: 0px 0 65px 0; }

#footerWrapper { margin:9px 0px 0px 25px;float:left; }
#leftBottomBar { width:200px;height:9px;background-color:#A7B5B4;float:left; }
#michel { width:740px; text-align:right; }


/* Content section
---------------------------------- */
#infoBarBottom p { margin:0px 9px 0px 9px; }
#bottomBar p { margin:0px 0px 0px 0px; font-size:1px; }
#infoBarBottom span { font-family:Arial;color:#737476;font-size:1.0em; }

/* hacks - undo floats
---------------------------------- */
div.clear { clear:both; height:1px; overflow:hidden; }
br.clear { clear:both; height:0; margin:0; font-size:1px; line-height:0; }
