body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url( '/assets/images/layout/background.gif');
	background-repeat: repeat-x;
	overflow-y: scroll;
}

input,select,option,textarea {
	font-family: verdana;
	font-size: 11px;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 93px;
	cursor: pointer;
}

#menucontainer {
	position: absolute;
	top: 103px;
	left: 0px;
	width: 180px;
	height: 469px;
	background-color: #ffff40;
}

#menu {
	position: absolute;
	top: 0px;
}

#searchcontainer {
	position: absolute;
	top: 370px;
	left: 3px;
	width: 170px;
	text-align: right;
}

#addresscontainer {
	position: absolute;
	top: 578px;
	left: 0px;
	width: 960px;
	height: 30px;
	background-image: url( '/assets/images/layout/bottom.gif');
}

#address {
	position: relative;
	top: 7px;
	left: 16px;
	font-size: 14px;
	color: white;
}

#clockcontainer {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 55px;
	top: 292px;
}

#homecontainer {
	position: absolute;
	top: 103px;
	left: 190px;
	width: 500px;
	height: 455px;
}

#tijdregistratiebanner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 160px;
	cursor: pointer;
}

#tijdregistratiecontainer {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 160px;
	height: 299px;
	background-color: white;
}

#tijdregistratiecontent {
	position: relative;
	top: 8px;
	left: 10px;
	width: 140px;
}

#toegangscontrolebanner {
	position: absolute;
	top: 0px;
	left: 170px;
	width: 160px;
	height: 160px;
	cursor: pointer;
}

#toegangscontrolecontainer {
	position: absolute;
	top: 170px;
	left: 170px;
	width: 160px;
	height: 299px;
	background-color: white;
}

#toegangscontrolecontent {
	position: relative;
	top: 8px;
	left: 10px;
	width: 140px;
}

#geldverwerkingbanner {
	position: absolute;
	top: 0px;
	left: 340px;
	width: 160px;
	height: 160px;
	cursor: pointer;
}

#geldverwerkingcontainer {
	position: absolute;
	top: 170px;
	left: 340px;
	width: 160px;
	height: 299px;
	background-color: white;
}

#geldverwerkingcontent {
	position: relative;
	top: 8px;
	left: 10px;
	width: 140px;
}

#contentcontainer {
	position: absolute;
	top: 103px;
	left: 190px;
	width: 500px;
	height: 469px;
	background-color: white;
}

#content {
	position: relative;
	top: 16px;
	left: 20px;
	width: 460px;
	height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
}

#newscontainer {
	position: absolute;
	top: 103px;
	left: 700px;
	width: 260px;
	height: 469px;
	background-color: white;
}

#newsheadercontainer {
	position: absolute;
	top 0px;
	left 0px;
	width: 260px;
	height: 30px;
	background-color: #ffff40;
}

#newsheader {
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #002b60;
}

#news {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 240px;
}

#counter {
	position: absolute;
	top: 449px;
	left: 10px;
}

#productscontainer {
	position: absolute;
	top: 103px;
	left: 700px;
	width: 260px;
	height: 439px;
}

#tijdregistratiecontainerright {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 96px;
	background-color: white;
}

#toegangscontrolecontainerright {
	position: absolute;
	top: 106px;
	left: 0px;
	width: 260px;
	height: 96px;
	background-color: white;
}

#geldverwerkingcontainerright {
	position: absolute;
	top: 212px;
	left: 0px;
	width: 260px;
	height: 96px;
	background-color: white;
}

.containerrightimage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 96px;
}

.containerrightheader {
	position: absolute;
	top: 0px;
	left: 96px;
	width: 164px;
	height: 30px;
	background-color: #ffff40;
}

.containerrighttext {
	position: absolute;
	top: 35px;
	left: 106px;
	width: 144px;
	text-align: center;
	line-height: 18px;
}

.containerrightheadertext {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 144px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

