@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	background-image: url(../images/ha.jpg);
	height: 100%;
	line-height: 1.5em;
}

#container {
	width: 100%;
	margin: 0px;
	padding-bottom: 60px;
	min-height: 100%;
	position: relative;
}

#container #leftbar {
	width: 190px;
	padding-left: 1em;
	float: left;
}
#container #rightbar {
	float: right;
	width: 190px;
	padding-right: 1em;
}


#container #inhoud {
	margin-left: 195px;
	margin-right: 195px;
}


#container #footer {
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/ha.jpg);
	background-repeat: repeat;
}
