@charset "UTF-8";
/* CSS Document */

/* ALGEMENE BOUW VAN DE WEBSITES
/ ---------------------------------------------------------- */

body {
	text-align: center;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}

div#container {
	width: 999px;	
	height: 596px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	position: relative;
}

div#container-uticonnect {
	width: 999px;	
	height: 596px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	position: relative;
	background-image: url(../images/bg-uticonnect.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#nav-container {
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 3;
}

div#content {
	width: 630px;
	height: 240px;
	position: absolute;
	top: 140px;
	right: 30px;
	z-index: 2;
}

div#sidebar {
	width: 200px;
	height: 220px;
	position: absolute;
	bottom: 135px;
	left: 73px;
}

div#lijst-zoeken {
	width: 300px;
	height: auto;
	position: absolute;
	top: 222px;
	left: 30px;
}

div#overzichtlijst {
	width: 619px;
	height: 448px;
	position: absolute;
	bottom: 21px;
	right: 21px;
	background-image: url(../images/bg-vacaturelijst.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.inner {
	xheight: 200px;
	xwidth: 619px;
	xoverflow-y: scroll;
}