body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: white;
    background-color: #2E62C4;
    scrollbar-face-color:#2E62C4;
    scrollbar-arrow-color:#FF00F2;
    scrollbar-track-color:#1A3A76;
    scrollbar-shadow-color:#000000;
    scrollbar-highlight-color:#7EC6F6;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:#1A3A76;

	 background-image: url(img/splash/bg.jpg);
	 background-attachment: fixed;
	 background-position: top;
	 background-repeat: repeat-x;
}

.bg_totaal
{
	width: 800px;
	background-color: #970000;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.datum
{
    font-family: Verdana;
    font-size: 11px;
    color: #FFEBFF;
	 padding-bottom:5px;
	 padding-left: 34px;
}

.info
{
    font-family: verdana;
    font-size: 11px;
    color: black;
	 padding-bottom:5px;
	 padding-left: 20px;
}



.txt {
    font-family: Verdana;
    font-size: 11px;
    color: #FFEBFF;
	 padding-right: 20px;
}

.pict{
    border: 1px solid #FFEBFF;
}

.titel{
	 font-family: Verdana;
    font-size: 18px;
    color: #CF3D85;
	 padding-bottom: 10px;
}

a {
  text-decoration:none;
  color: #FF7E00;
}

a:link,a:visited {
 color: white;
}

a:hover {
  color: white;
  text-decoration:underline;
}
.copyright {
    font-family: Verdana;
    font-size: 10px;
}

.control
{
background-color: #990000;
border: 1px solid White;
}


