@import url("popup.css");
 
  html, body, #wrapper {
      height:100%;
      margin: 0px;
      padding: 0px;
      border: none;
	  background-color: #014378;
      text-align: center;
	  font-family:Verdana, Helvetica, sans-serif;
	  font-size:12px;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
	  background-color:#014378;
      vertical-align: middle;
      width: 400px;
   }
   
   table {
   		border-width:0px;
		border-collapse:collapse;
		border-spacing: 0px;
   }
   
   td {
   		border-width:0px;
		padding: 0px;
		border-style: none;
		
   }
   
   table#maintable {
	   width:947px;
	   height:100%;
	   border-top:2px solid #FFFFFF;
	   border-bottom:2px solid #ffffff;
	   margin: 0px;

   }
   
   td#header {
		background-image:url("../images/header.jpg");
		background-repeat:no-repeat;
		height:128px;
		width:947px;
   }
   
   td#menu {
   		height:100%;
		width:172px;
		background-image:url('../images/menu.jpg');
		background-repeat:no-repeat;
		background-color: #FFFFFF; /* #CCD9E4; */
		vertical-align: top;
   }
   
   .menulinks {
   		width: 172px;
		position: relative;
		top: 100px;
		left:5px;
   }
   
   .menuknop {
   		position: relative;
		left: 5px;
		height: 18px;
		padding-bottom: 2px;
   }

   .menuknop a:link, .menuknop a:visited, .menuknop a:active {
   		color: #014378;
		text-decoration:none;
   }
   
    .menuknop a:hover {
   		color: #FF9900;
		text-decoration:underline;
   }
   
   td#hoofdmenu {
   		height: 40px;
		width:100%;
		background-image:url('../images/hoofdmenu.jpg');
		background-repeat:no-repeat;
   }
   
   .hoofdmenulinks {
   		position: relative;
		left: 75px;
		top:-11px;
		color: #FFFFFF;
   }
   
   .hoofdmenulinks a:link, .hoofdmenulinks a:visited, .hoofdmenulinks a:active {
   		color: #FFFFFF;
		text-decoration:none;
   }
   
    .hoofdmenulinks a:hover {
   		color: #FFFFFF;
		text-decoration:underline;
   }
   
   td#content {
		background-color: #FFFFFF; /* #CCD9E4; */
		text-align:left;
		vertical-align:top;
		margin-top: 2px;
		margin-left: 30px;
   }
   
   td#sponsors {
   		width:175px;
		background-color:#FFFFFF;
		vertical-align:top;
		text-align: center;
		padding-top:15px;
   }	
     td#rechterkolom {
      	width: 170px;
		background-color: #FFFFFF; /* #CCD9E4; */
		text-align:left;
		vertical-align:top;
		margin-top: 2px;
		margin-left: 5px;
   }
   
   

