html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
}

/* containers en vlakken */

#container {
	position: relative;
	float: left;
	width: 100%;
}

#left {
 display: none;
}

#content_bottom, #carrousel_bottom, #projecten_bottom,#content_right {
 display: none;
}

#content {
	position: relative;
	float: left;
	padding:0px;
	padding-top:10px;
	padding-left:10px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	width: 100%;
	background-color: #FFFFFF;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
}

#content a {
	color: #000000;
	text-decoration: none;
}