body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

#back {
	height: 700px;
	width: 900px;
	background: url(/images/splash_back.png) no-repeat;
	margin: 0 auto 0 auto;
	position: relative;
}

#logo_splash {
	position: absolute;
	top: 35px;
	left: 50px;
}

#werk_zoeken {
	width: 387px;
	height: 240px;
	position: absolute;
	top: 100px;
	left: 50px;
	border-right: solid 1px #fff;
}

#personeel_zoeken {
	width: 412px;
	height: 240px;
	position: absolute;
	top: 100px;
	left: 438px;
}

#frame {
	width: 800px;
	height: 16px;
	background: url(/images/frame_splash.png) no-repeat top left;
	position: absolute;
	top: 100px;
	left: 50px;
}

#overlay {
	background: url(/images/header_front.png);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 116px;
	left: 50px;
}

#tekst_werknemer {
	position: absolute;
	top: 343px;
	left: 64px;
	font-size: 1.2em;
}

#tekst_werknemer a {
	color: #26296c;
	text-decoration: none;
}

#tekst_werkgever {
	position: absolute;
	top: 343px;
	right: 68px;
	font-size: 1.2em;
}

#tekst_werkgever a {
	color: #eb870d;
	text-decoration: none;
}

#secmenu_splash {
	position: absolute;
	top: 415px;
	left: 492px;
}

#secmenu_splash ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(/images/secmenu_back_splash.png);
	_background: #ef9f3d;
}

#secmenu_splash li {
	width: 358px;
	_width: 327px;
	height: 21px;
	list-style-image: url(/images/list_image.png);
	list-style-position: inside;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 1.2em;
}

#secmenu_splash li:hover {
	list-style-image: url(/images/list_image_over.png);
	list-style-position: inside;
}

#secmenu_splash li:hover a {
	color: #26296c;
}

#secmenu_splash a:hover {
	_color: #26296c;
}

#secmenu_splash li a {
	color: #fff;
	text-decoration: none;
}

#secmenu_splash li ul {
	display: none;
}