	/* pollux main style */
	body {
		font-size:11px;
		font-family:arial;
		color:#000000;
		overflow:auto;
		scrollbar-arrow-color:#508eba;
		scrollbar-face-color:#FAFAFA;
		scrollbar-base-color:#DDD;
		scrollbar-3dlight-color:#BBB;
		scrollbar-darkshadow-color:#BBB;
		scrollbar-shadow-color:#E9E9E9;
	}
	p {
		font-size:11px;
		font-family:arial;
		color:#000000;
		padding:1px;
		text-align:justify;
	}
	p:first-letter {
	text-transform: uppercase;
	}
	h1 {
		color:#0065b4;
		padding:0px; 
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px; 
		margin-bottom: 0px;
		font-size:12px;
		font-weight:bold;
		font-family:arial;
	}
	a {
		color:#666666;
		text-decoration:none;
	}
	a:hover {
		color:#508eba;
		text-decoration:none;
	}
	.link {
		font-size:11px;
		font-family:arial;
		color:#0065b4;
		padding:0px;
		font-weight:bold;
		cursor:hand;
	}
	.lichtblauw {
		color:#508eba;
	}
	.donkergrijs {
		color:#666666;
	}
	.rood {
		color:#cc0000;
	}
	.geel {
		color:#ffff00;
	}
	.groen {
		color:#00cc00;
	}
	.paars {
		color:#660099;
	}
	.zwart {
		color:#000000;
	}
	.bold {
		font-weight:bold;
	}
	.bold a {
		color:#000000;
		font-weight:bold;
	}
	
	/* index website layout */	
	#contents {
		position:absolute; 
		width:750px; 
		height:370px; 
		z-index:3; 
		left:10px; 
		top:100px;
	}
	#toplogo {
		position:absolute; 
		width:224px; 
		height:90px; 
		z-index:2; 
		left: 10px; 
		top: 10px;
	}
	#content-verticalline {
		position:absolute; 
		width:1px; 
		height:350px; 
		z-index:4; 
		left: 290px; 
		top: 5px; 
		background-color:#6699CC; 
		layer-background-color:#6699CC; 
		border: 1px none #000000;
	}
	#counter {
	position:absolute;
	width:120px;
	height:20px;
	z-index:1;
	background-color: #FFFFFF;
	left:0;
	top:0;
	}
	/* vacatures layout*/
	#vaccenter {
		position:absolute; 
		width:450px; 
		height:470px; 
		z-index:3; 
		left: 255px; 
		top: 100px;
	}
	#vacleft {
		position:absolute; 
		width:125px; 
		height:370px; 
		z-index:4; 
		left: 110; 
		top: 100;
	}
	
	/* werkgevers en werknemers tabellen */
	#werkpic {
		position:absolute; 
		width:200px; 
		height:160px; 
		z-index:5; 
		left:100px;
		top:132px;
	}
	#werkzoekendenpic {
		position:absolute; 
		width:200px; 
		height:160px; 
		z-index:5; 
		left:100px;
		top:80px;
	}
	#werkleft {
		position:absolute; 
		width:200px; 
		height:115px; 
		z-index:6; 
		left:100; 
		top:0px;
	}
	
	/* contact, pollux en nieuws style */
	#content-toptxt { 
		position:absolute; 
		width:440px; 
		height:160px; 
		z-index:3; 
		left: 310px; 
		top: 0px;
	}
	#contentnieuws { 
		position:absolute; 
		width:440px; 
		height:160px; 
		z-index:3; 
		left: 310px; 
		top: 0px;
	}
	#content-pic {
		position:absolute; 
		width:210px; 
		height:370px; 
		z-index:4; 
		left: 100px; 
		top: 0px; 
	}
	
	/* rest website layout */	
	#indextop {
		position:absolute; 
		width:435px; 
		height:370px; 
		z-index:3; 
		left: 315px; 
		top: 0px;
	} 
	#indexmenuleft {
		position:absolute; 
		width:207px; 
		height:370px; 
		z-index:4; 
		left: 100; 
		top: 0;
	}
	#indexverticalline {
		position:absolute; 
		width:1px; 
		height:350px; 
		z-index:3; 
		left: 305px; 
		top: 5px; 
		background-color:#6699CC; 
		layer-background-color:#6699CC; 
		border: 1px none #000000;
	}

	/* pollux list */
	ul {
		list-style: square outside url('http://www.polluxub.nl/images/dot.gif');
		font-size:11px;
		font-family:arial;
		color:#000000;
		padding:0px;
		margin-left: 8px;
		margin-right: 0px;
		margin-top: 0px; 
		margin-bottom: 0px;
	}
	li {
		list-style: square outside url('http://www.polluxub.nl/images/dot.gif');
		font-size:11px;
		font-family:arial;
		color:#000000;
		padding:0px;
		margin-left: 8px;
		margin-right: 0px;
		margin-top: 0px; 
		margin-bottom: 0px;
	}
	#list a {
		color: #000000;
		text-decoration:none;
	}
	#list a:hover {
		color: #508eba;
		text-decoration:none;
	}
	#listblauw a {
		color: #0065b4;
		text-decoration:none;
	}
	#listblauw a:hover {
		color: #508eba;
		text-decoration:none;
	}
	
	/* vacatures td rollover */
	TD:hover,TD:sfhover {
		background-color:#0066FF; 
		text-decoration:underline; 
		border:1
	} 

	/* pollux top menu */
	#menubar {
		position:absolute;
		z-index:2;
		width:650px;
		left:109px;
		top:75px;
		background-color:#eaeaea;
		border:1px solid;
		padding:2px;
		border-bottom-color:#b0d4ee;
		border-top-color:#b0d4ee;
		border-left-color:#ffffff;
		border-right-color:#ffffff;
	}
	#menubar a {
		color:#000000;
		letter-spacing:1px;
		border:0px solid #b0d4ee;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
	}
	#menubar a:hover {
		color:#508eba;
		text-decoration:none;
	}
	#menubar a.active {
		color:#508eba;
		border:0px;
	}
	.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border-top-color:#eaeaea;
		border:1px solid #b0d4ee;
		background-color:#eaeaea;
	}
	.menu a {
		color:#000000;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
	}
	.menu a:hover {
		background-color:#508eba;
		color:#eaeaea;
	}

	#about {
		position:absolute;
		left:5px;
		top:200px;
	}
	/* verzend formulier style*/
	.reageer {
		height: 19px;
		background: #FFFFFF;
		font-family: arial;
		font-size: 11px;
		overflow: no;
		padding:1px;
		text-align:justify;
		color: #000000;
	}
	.opmerkingen {
		background: #FFFFFF;
		font-family: arial;
		font-size: 11px;
		overflow: auto;
		padding:1px;
		text-align:justify;
		color: #000000;
	}
	.input {
		height: 19px;
	}
	.knoppen {
		height: 20px;
		background: #FFFFFF;
		font-family: arial;
		font-size: 11px;
		overflow: no;
		padding:1px;
		text-align:justify;
		color: #000000;
	}