@import url('_init.css');
body { 
	background: url('splashbg.jpg') repeat-x top center; 
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
a:link,a:visited
{
	color: #fff;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
div#splashContainer {
	width: 860px;
	height: 600px;
	margin: 60px auto 0 auto;
}

div.splashWrap { width: 870px; position: relative; }

div.rightcol { 
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
}

div.splashWrap  div.rightcol div.inner { min-height: 400px; }
div.splashWrap div.moviesplacehldr {
	position: absolute;
	left: -10px;
	top: 48px;
	width: 597px;
}

div.park {
	padding-bottom: 5px;
	background: #006fb7 url('dots.jpg') repeat-x top left;
	cursor: pointer;
}
div.park .sb-inner { background: #006fb7 url('dots.jpg') repeat-x top left; }
div.park.active { background: #5ca3d1; }
div.park.active .sb-inner {	background: #5ca3d1 !important; }

div.park div.logo { 
	height: 66px;
	background: url('parklogos.png') no-repeat top center;
	text-indent: -5000px;
	overflow: hidden;
	width: 100%;
	behavior: url("/splash/iepngfix.htc");
}
div.park div.logo.hasselt { background-position: 50% -67px;}
div.park div.logo.coo { background-position: 50% -135px;}
div.park div.logo.coevorden { background-position: 50% -197px;}

div.langsel {
	padding: 5px 10px; 
	background: #0055a7; 
	width: 210px; 
	margin: 10px auto 6px auto;
	color: #fff;
	text-align: center;
}
div.park div.langsel .sb-inner { background: #0055a7 !important; }
div.park div.langsel ul li { 
	display: inline; 
	font-size: 11px;
	color: #fff;
}
div.park div.langsel ul li.last { background: none;}
div.park div.langsel ul li a { color: #fff; text-decoration: none; }
div.park div.langsel ul li a:hover { text-decoration: underline; }

div.btns { padding-top: 10px; text-align: right; }