

/* ALGEMENE STYLING ----------------------------------*/
body{
	margin:20;
	padding:0;
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#CCCCCC;
}

a:link, a:hover, a:visited{
	color:#398431;
	text-decoration:underline;
}
/* -------------------------------------------------- */
/*----------clearfix----------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*--------end clearfix--------*/


/* STYLING  CONTAINER -------------------- */
#container{
	width:810px;
	min-height:500px;
	margin:0 auto;
		position: relative;
		background-color:#FFFFFF;
		padding:30px;
}
/* -------------------------------------------------- */


/*----------clearfix----------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#definition {
	padding-right: 10px;
}

.clearfix {display: block;}


h1 {
	font-family: arial;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../images/spacer_bruin.gif);
	background-repeat: repeat-x;
	background-position: 35px;
	padding-bottom: 0px;
	overflow: visible;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #398431;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	color: #009900;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
