﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: url(../Images/bg_geel.jpg) center top;
}

#splash
{
	width:708px;
	height:406px;
	/*background-image: url(../Images/splash.jpg);
	background-repeat:no-repeat;*/
	}
	
.txt_zwartsplash{color:#000000; font-size:20px; font-weight:bold}	

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	padding: 10px;
	width: 300px;
}
