body, html {
	color				: #000;
	background-color	: #fff;
	font-family			: sans-serif;
	font-size			: 10pt;
	margin				: 0;
	padding				: 0;
	height				: 100%; 			/* needed for container min-height */
}

a {
	font-weight			: bold;
	color				: #0092cf;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

div#container {
	position			: relative;	 		/* needed for footer positioning*/
	margin				: 0 auto; 			/* center, not in IE5 */
	height				: auto !important; 	/* real browsers */
	height				: 100%; 			/* IE6: treated as min-height*/
	min-height			: 100%; 			/* real browsers */
}

div#content {
	background			: transparent url(/img/bgtop.gif) top right no-repeat;
	text-align			: center;
	padding-top			: 150px;
}

div#contentvacature {
	background			: transparent url(/img/bgtop.gif) top right no-repeat;
	text-align			: center;
	padding-top			: 100px;
	
}


div#logo {
	background			: transparent url(/img/logo.gif) top left no-repeat;
	padding-top			: 140px;
	width				: 417px;
	margin				: 0px auto;
}

div#footer {
	position			: absolute;
	background			: transparent url(/img/bgfoot.gif) 10px 5px no-repeat;
	height				: 38px;
	background-color	: #0092cf;
	color				: #fff;
	bottom				: 0;
	width				: 100%;
}

dl {
	width				: 250px;
	text-align			: left;
	float 				: right;
}

dt {
	float				: left;
	width				: 65px;
}

dd {
	clear				: right;
	width				: 185px;
}

ul {
	margin				: 0;
	padding				: 12px 0px 0px 80px;
}

ul li {
	list-style-type		: square;
	float				: left;
	margin-left			: 20px;
}