/* --------------------------------------------- // -------- Font size instellen */

#login, #divMelding {
	font-size: 0.75em;
}

/* --------------------------------------------- // -------- Header */

body#splash #header {
	float: left;
	width: 980px;
	height: 557px;
}

body#splash #flash_pt1 {
	float: left;
	width: 980px;
	height: 445px;
}
#divMelding {
	float: left;
	width: 980px;
	text-align: center;
	color: #990000;
	font-weight: bold;
	padding: 2px 0 2px 0;
	background: url(../_images/splash/bg_message.gif) repeat-y 0 0;
}
#login {
	float: left;
	width: 980px; /* 980 */
	height: 46px;
	padding: 0;
	color: #AEADAE;
	background: url(../_images/splash/bg_login_splash.jpg) no-repeat 0 0;
}

body#splash #flash_pt2 {
	float: left;
	width: 980px;
	height: 66px;
}


/* --------------------------------------------- // -------- Footer */

body#splash #footer {
	float: left;
	width: 980px;
	height: 156px;
	background: url(../_images/splash/bg_footer_splash.jpg) no-repeat 0 0;
}



/* --------------------------------------------- // -------- Login */

#login dl {
	float: left;
	padding: 0 0 0 125px;
}
#login dt {
	float: left;
	width: 125px;
	height: 31px;
	font-weight: bold;
	text-align: right;
	margin: 0 10px 10px 5px;
	padding: 15px 0 0 0;
	color: #AEADAE;
}

#login dd {
	float: left;
	width: 158px;
	height: 31px;
	margin: 8px 0 10px 0;
	background: url(../_images/splash/bg_txtBox_splash.gif) no-repeat 0 0;	
}
#login dt.empty {
	width: 20px;
}

#login dd.empty {
	width: 53px;
	margin: 16px 0 10px 0;
	background: none;
}

#login dd .txtBox {
	width: 148px; /* 158 */
	height: 31px;
	color: #923D20;
	font-weight: bold;
	padding: 6px 5px 0 5px;
	margin: 0;
	border: none;
	background: none;
}

a.btn_login {
	float: left;
	width: 53px;
	height: 12px;
	margin: 0 0 0 10px;
	background: #FFFFFF url(../_images/splash/btn_login.gif) no-repeat 0 0;
}
a.btn_login:hover {	background: #FFFFFF url(../_images/splash/btn_login.gif) no-repeat 0 0; }

