
/******************** General elements ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	background: #FFF;
}


a {
	color: #231F20;
	text-decoration: none;
}

a:hover {
	color: #231F20;
	text-decoration: underline;
}

h1{
	color:#0094d9;
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:10px;
}


ul{
	list-style:none;
	line-height:2em;
}

ul li{
	background: url('../siteimg/bullet.gif') left 12px no-repeat;
	padding-left:15px; 
	
	
}

/******************** Common styles & page layout ***/

.clear {
	clear: both !important;
	height: 0 !important;
	float: none !important;
}



/*___ layout ___*/


div.pagewrapper div.header{
	
	border-bottom:1px solid #e9e8e3;
}

div.pagewrapper{
	background-color:#FFF;
	width:972px;
	margin:auto;
}

div.pagewrapper div.links{
	float:left;
	width:294px;
	margin-top:30px;
}

div.pagewrapper div.links div.visuals{
	width:210px;
	margin-left:54px;
}

div.pagewrapper div.links div.visuals div{
	width:70px;
	height:70px;
	line-height:70px;/*Om de image verticaal te centreren*/
	float:left;
	margin-bottom:20px;	
	text-align:center;
	vertical-align: middle; 
}

div.pagewrapper div.links div.visuals img{
	
	
}

div.pagewrapper div.rechts{
	float:right;
	width:672px;	
}
div.pagewrapper div.rechts div.balkje{
	height:6px;
	width:82px;
	background-color:#e9e8e3;
	margin-bottom:24px;
}
