div#website {
	position:relative;
	height: 620px;
	z-index: 1;
}

/* HEADER */
div#header ul#menu {
	position: absolute;
	left: 323px; bottom: 0;
	width: 520px;
}

*html div#header ul#menu {
	bottom: -1px;
}

/* INLOGVENSTER */
div#inlogVenster,
div#inlogVenster2 {
	position: absolute;
	right: 55px; top: 93px;
}
/* INLOGVENSTER */
div#inlogVenster,
div#inlogVenster2 {
	width: 153px;
	height: 144px;
	padding: 0 15px;
	/*z-index: 20;*/
}
div#inlogVenster {
	background-image: url(/img/png/login-bg.png);
}
div#inlogVenster2 input {
	width: 110px;
	height: 15px;
	padding: 3px;
	border: 1px solid #BABABA;
	color: #5E5E5E;
	font-size: 11px;
	z-index: 20;
}
div#inlogVenster2 h1 {
	color: #B0D300;
}
div#inlogVenster2 p {
	margin: 5px 0 0 2px;
	font-size: 10px;
}
div#inlogVenster2 .buttonGrijs,
div#inlogVenster2 .buttonGroen {
	position: absolute;
	bottom: 15px; right: 15px;
	
}
div#inlogVenster2 a {
	text-decoration: none;
	color: #747474;
}
div#inlogVenster2 a:hover {
	color: #5E5E5E;
}

/* CONTENT */
div#content {
	position: relative;
	width: 965px;
	height: 232px;
	background: url(/img/jpg/content-bg-home.jpg) no-repeat;
	z-index: 5;
}
div#content #welkomTekst {
	position: absolute;
	top: 140px; right: 57px;
	text-align:right;
}
div#content #welkomTekst h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Helvetica, arial;
	color: #BAD821;
	font-size: 24px;
}
div#content #welkomTekst p {
	margin: 0;
	padding: 0;
	text-align: right;
}

/* BLOCKEN */
div#blocken {
	overflow: hidden;
	width: 965px;
	height: 187px;
	margin: 0 46px 0 53px;
	overflow:visible;
	z-index: 15;
}
div#blocken .buttonGrijs,
div#blocken .buttonGroen {
	position: absolute;
	bottom: 21px; right: 24px;
}
div#blocken #mogelijkheid,
div#blocken #poll,
div#blocken #testimonials,
div#blocken #sap,
div#blocken #nieuws {
	position: relative;
	float: left;
	width: 209px;
	height: 187px;
	margin-right: 7px;
}
div#blocken #mogelijkheid {
	background: url(/img/jpg/block-mogelijkheden.jpg) no-repeat;
}
div#blocken #poll {
	background: url(/img/png/block-poll-top.png) no-repeat top;
}
div#blocken #testimonials {
	background: url(/img/jpg/block-profielen-home.jpg) no-repeat;
}
div#blocken #sap {
	background: url(/img/jpg/block-voor-opdrachtgevers.jpg) no-repeat;
}
div#blocken #nieuws {
	background: url(/img/jpg/block-nieuws2.jpg) no-repeat;
}

/* POLL */
div#poll2 {
	position: relative;
}

div#poll {
	position: absolute;
	bottom: 0;
	z-index: 15;
}
div#poll .bottom {
	position: absolute;
	bottom: 0; left: 0;
	width: 211px;
	height: 10px;
	background: url(/img/png/block-poll-bottom.png) no-repeat center;

}
div#poll #pollText {
	position: absolute;
	top: 65px; right: 25px;
	width: 133px;
	height: 31px;
	background: url(/img/png/block-poll-text.png) no-repeat center;
}
div#poll #text {
	padding: 20px;
}
div#poll #text .ajax-loading {
	padding: 20px 0;
	background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

div#poll h1  {
	padding: 5px 0 0 0;
	color: #5E5E5E;
}
div#poll input {
	float: left;
}
div#poll label {
	float: left;
	display: block;
}
div#poll #text p  {
	z-index: 10px;
	font-weight: bold;
	text-align: left;
}
div#poll div#pop {
	position: absolute;
	bottom: 10px; left: 20px;
	width: 29px;
	height: 119px;
	background: url(/img/png/block-poll-pop.png) no-repeat;
}
div#poll div#uitslag p {
	margin: 0;
	padding: 0;
	font-weight: normal; 
}

div#poll #text #uitslag .lijn {
	width: 200;
	height: 12px;
	margin-bottom: 3px;
	padding: 1px;
	border: 1px solid #343434;
}
div#poll #text #uitslag .balk {
	height: 12px;
	line-height: 12px;
	background-color: #fff;
}

/* FOOTER */
div#footer {
	position: absolute;
	bottom: 0;
	margin-top: 20px;
	height: 30px;
}