body {
   margin: 0px;
   padding: 0px;
   width: 100vw;
}
#bundel {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   padding: 0px 0px 0px 0px;
   border:0;
   margin: 0;
   width: 100%;
}
.header{
	position: relative;
	background-color: #000000;
	width: 100%;
	min-width:410px;
	font-size:8px;
	border-style: solid;
	border-width: 0px;
  	border-color: #000000;
	box-sizing: border-box;
	margin: 0;
	padding:16px 0px 18px 0px;
	z-index:1;
}
.RRlogo{
	width: 36vw; 
	min-width:120px; 
	max-width:800px;
 
}
#Rdatum {
	position: absolute;
	top: 5px;
	left: 4px;
	text-align: left; 
	padding: 6px 4px 4px 4px;
   	font-size:12px; 
   	font-weight:normal; 
  	color: #d0d0d0;
}
#icons{ 
	position: absolute;
	top: 5px;
	right:6px;
	float: right; 
	width:120px;
	padding: 0px 12px 0px 0px;
	text-align:right;
	}

#tussenregel{
   color: #ffffff; 
   font-size: 3vw;
   font-weight: bold;
   text-align:left;
   text-shadow: 2px 2px #000000;
   padding: 0px 30px 0px 9vw;
   z-index:1;
}

@media only screen and (min-width: 640px) {
#tussenregel{
   font-size:2.2vw;
   }
}
@media only screen and (min-width: 1020px) {
#tussenregel{
   font-size:2.4vw;
   }
}

#kop {
   background-color: #000000;
   color:#ffffff;
   font-size:2.5vw;
   letter-spacing: 1px;
   font-family: Verdana, Geneva, sans-serif;
   line-height:280%;
   border-style: hidden;
   border-width: 0px;
   border-color: #dcdcdc;
   padding:1px 0px;
   margin: 0px;
}
@media only screen and (min-width: 640px) {
#kop {
    font-size:2vw;
   }
}
@media only screen and (min-width: 1020px) {
#kop {
    font-size:2vw;
   }
}
#pagina{
   background-color: #FFFFFF;
   color: #000000;
   box-sizing: border-box;
   padding: 0px 0px 0px 0px;
   border: 0;
   margin: 0;
   font-size: 22px;
   width: 100%;
}
a 	{
	font-family:inherit;
	font-size:inherit;
        text-decoration: none;
	font-style: normal;
	color: #000099;
	}
a:visited{
	text-decoration: none;
	font-style: normal;
	color: #000099;
	}
 a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #000000;
}
  a:active{
	text-decoration: underline;
	font-style: normal;
	color: #000000;
}

#voet{
   background-color: #000000;
   color:#FFFFFF;
   font-size:13px;
   width: 100%;
   z-index:1;
}

#voet a 	{
	font-family:inherit;
	font-size:inherit;
        text-decoration: none;
	}
#voet a:visited{
	text-decoration: none;
	color: white; 
	font-style: normal;
	}
#voet a:hover {
	text-decoration: none;
        color: white;
	font-style: italic;
}
#voet  a:active{
	text-decoration: none;
    	color: white; 
	font-style: italic;
}
#voet td{
	padding: 0px 4px 0px 6px;
	background-color:#000000;
	}
#voet td:hover{
	background-color:#333333;
	}
@media only screen and (min-width: 640px) {
#voet TD{
	padding: 0px 3px 0px 10px;
	}
}

@media only screen and (min-width: 1020px) {
#voet TD{
	padding: 0px 12px 0px 18px;
	}
}
#voet a 	{
	font-family:inherit;
	font-size:inherit;
        text-decoration: none;
	color: white;
	}
#voet a:visited{
	text-decoration: none;
	color: white; 
	font-style: normal;
	}
#voet a:hover {
	text-decoration: none;
        color:white;
	font-style: italic;
}
#voet  a:active{
	text-decoration: none;
    	color:white; 
	font-style: italic;
}



