@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.75em;	
	color: #000000;
	line-height:17px;
}

#wrapper {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#banner {
	width:960px;
	height:284px;
	margin-bottom:5px;
	float:left;
}

#borderTop {
	width:960px;
	height:15px;
	float:left;
	/*background-image:url(../assets/actie/borderTop.png);*/
}

#borderMain {
	width:960px;
	float:left;
	/*background-image:url(../assets/actie/borderMain.png);*/
}

#contentWrapper {
	width:960px;
	padding:0;
}

#borderBottom {
	width:960px;
	height:15px;
	float:left;
	/*background-image:url(../assets/actie/borderBottom.png);*/
}

#footer {
	width:960px;
	height:auto;
	float:left;
	background-color:#EBF0FA;
	border:solid #a3c2ff 1px;
	margin-top:5px;
	margin-bottom:15px;
}

.textWrapper{
	width:200px;
	padding:10px;
	float:left;
}

.textWrapper p{
	font-size:0.8em;
	color:#999999;
	float:left;
}
