html, body {
	height: 100%;
}

/* Notification */
#temp-cover {
	display: none;
	z-index: 2;
	position: absolute;
	min-height: 1200px;
	height: 100%;
	width: 100%;
	background: url(../../images/cover.png);
}

#temp-cover .notification {
	width: 310px;
	height: 161px;
	margin: 290px auto auto;
	font-family: Arial, Helvetica, sans-serif;
}

#temp-cover .notification-background {
	width: 310px;
	height: 161px;
	background: url(../../images/splash_notification.png) no-repeat;
}

#temp-cover .notification-content {
	position: absolute;
	padding: 15px 21px 0 21px;
	width: 268px;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.3em;
}

#temp-cover .notification-content h2 {
	font-size: 1.4em;
	font-weight: bold;
}

#temp-cover .notification-content p {
	margin-top: 10px;
	padding-bottom: 11px;
	border-bottom: 2px solid #FFF;
}

#temp-cover .notification-content a.close {
	position: absolute;
	right: 20px;
	top: 13px;
	display: block;
	width: 8px;
	height: 8px;
	font-size: 0;
	background: url(../../images/splash_notification-close.gif);
}

#temp-cover .notification-content a.move-on {
	float: left;
	margin-top: 12px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	
}

#container {
	min-height: 100%;/*duwt de footer buiten beeld*/
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(../../images/splash_background.gif) no-repeat 315px top;
}

#container .header {
	margin-left: 12px;
}

#container .header a img {
	float: left;
	border: none;
}

#container .header .header-text {
	float: left;
	width: 320px;
	margin: 6px 0 0 42px;
	font-size: 1.7em;/* cunfon.css diffrent font-size for anti-alias*/
	font-weight: bold;
	line-height: 1.1em;
}

#container .content {
	padding: 6px 0 0 33px;
	margin-left: 12px;
}

#container .content span.program {
	font-size: 1em;
	text-transform: none;
}

#container .content img {
	float: left;
}

#container .content .info {
	float: left;
	width: 600px;
	padding: 37px 0 0 34px;
}

#container .content .info div.language-selection {
	margin-bottom: 14px;
}

#container .content .info div.language-selection a  {
	float: left;
	width: 28px;
	height: 28px;
	padding-top: 0;
	color: #000000;
	font-size: 1.2em;/* cunfon.css diffrent font-size for anti-alias text */
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 2.2em;/* cunfon.css diffrent line-height for anti-alias text */
	background: #FFF;
	border: 2px solid #000;
}

#container .content .info div.language-selection a:hover {
	color: #8C8C8C;
}

#container .content .info div.language-selection a.selected {
	color: #FFFFFF;
	background: #F04E11;
}

#container .content .info a#switch-eng {
	position: relative;
	left: -2px;
}

#container .content .info .hide {
	display: none;
}

#container .content .info ul {
	list-style: none;
	width: 364px;
	padding: 5px 0 12px 0;
	margin: 0;
	color: #FFF;
	font-size: 1.8em;/* cunfon.css diffrent font-size for anti-alias text*/
	font-weight: bold;
	line-height: 1em;
	background: #000;
}

#container .content .info ul li {
	font-size: 1.2em;
	margin: 0 14px 0 18px;
	padding: 13px 0;
}

#container .content .info ul li.question {
	padding: 10px 0 2px 0;
	padding-left: 21px;
}

#container .content .info ul li.seperate{
	border-bottom: 2px solid #FFF;
	padding-bottom: 11px;
}

#container .content .info ul li.answer {
	padding-left: 31px;
	background: url(../../images/splash-listitem.gif) no-repeat left center;
}

#container .content .info ul li span {
	font-size: 0.9em;/* cunfon.css diffrent font-size for anti-alias text*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container .content .info ul li a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#container .content .info ul li a:hover {
	color: #F04E11;
}

#container .content .info ul li.choice {
	font-size: 0.55em;
	font-weight: normal;
	color: #F04E11;
	margin: 0 14px 0 43px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 0;
	height: 20px;
	background: url(../../images/splash_remember.png) repeat-x right 2px;
}

#container .content .info ul li.choice div.input {
	float: left;
	padding-right: 2px;
	font-size: 1.1em;
	background: #000;
}

#container .content .info ul li.choice div.input span {
	padding-right: 3px;
}

#container .content .info ul li.choice div.input span.en {
	padding-right: 5px;
}

#container .content .info ul li.choice div.input input {
	margin: 0 8px 0 0;
}

/* Explanation */
#container .explain {
	position: relative;
}

#container .explain a {
	margin-top: 8px;
	color: #F04E11;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#container .explain a:hover {
	text-decoration: underline;
}

#container div.explanation {
	position: absolute;
	top: -5px;
	width: 302px;
	padding: 0 20px 23px 43px;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: none;
	background: #000;
}

#container div.explanation h2 {
	font-size: 1.1em;
}

#container div.explanation a.close {
	display: block;
	position: absolute;
	right: 13px;
	top: 11px;
	width: 8px;
	height: 8px;
	background: url(../../images/splash_closeX.png) no-repeat;
}

#container div.explanation h2 {
	padding-top: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

/* footer */
#container .footer {
	z-index: 1;
	position: relative;
	bottom: 0;
	margin-top: 225px;
	height: 353px;
	padding-top: 31px;
	min-width: 1024px;
	width: 100%;
	background: #000;
	background: url(../../images/splash_footer-repeat.gif) repeat-x left bottom;
}

#container .footer .faux {
	width: 538px;
	height: 353px;
	background: url(../../images/splash_footer-left.gif) no-repeat;
}

#temp-cover.ned .nederlands,
#temp-cover.eng .engels {
	display: block;
}
#temp-cover.ned .engels,
#temp-cover.eng .nederlands,
#temp-cover.ned .engels div,
#temp-cover.eng .nederlands div,
#temp-cover.ned .engels h2,
#temp-cover.eng .nederlands h2,
#temp-cover.ned .engels img,
#temp-cover.eng .nederlands img {
	display: none;
}


#temp-cover.ned .engels div.notification-content,
#temp-cover.eng .nederlands div.notification-content {
	position: relative;
	top: -5000px;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
