@charset "utf-8";
/*
border: thin solid #000000; 
*/

body {
	background: #000000 url(../_img/achtergrond.png) no-repeat top center;
  font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	font-size: 12px;
	color:#D6D6D6;
  overflow: auto;
}

a:link {
	text-decoration: none;
	color: #D6D6D6;
}
a:visited {
	text-decoration: none;
	color: #D6D6D6;
}
a:hover {
	text-decoration: none;
	color: #4880C8;
}
a:active {
	text-decoration: none;
	color: #4880C8;
}

    #apDiv1 {
		  padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
    	position:absolute;
    	width:auto;
    	height:auto;
			left: 50%;
			top: 50%;
    	z-index:99;
    	background-color: #747474;
    	visibility: hidden;
			margin-top: 20px;
    }
		
		  #apDiv_inner {
    	background-color: #292929;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			padding-right: 10px;
    }


