@charset "utf-8";

body  {
	text-align: center;
	font-family: "Arial" ;
	color: #000000;/*zwart*/
	background-color:#009999;/*mafblauw*/
}

#container {
	width: 90%;
	margin: 0 auto;
	border: 0;
	position: absolute;
	left: 5%;
	top: 30px;
	background-color:#FFFFBB;/*lichtgeel*/
} 
@media screen and (max-width: 800px) {
#container { 
	width: 100%;
	left: 0;
	top: 0;} /*werkt !*/
}
#smallecontainer {
	width: 80%;
	margin: 0 auto;
	border: 0;
	position: absolute;
	left: 10%;
	top: 30px;
	background-color:#FFFFBB;/*lichtgeel*/
} 
@media screen and (max-width: 800px) {
    #container { 
	width: 100%;
	left: 0;
	top: 0;} /*werkt !*/
}

#header {
}
#header td{
	border:0;
}
#english{
	margin-right: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: #D55200;
	padding: 5px;
}
#english a{
	color: #000000; 
	text-decoration: none;	
	font-size: 24px;
}

#hoofdmenu{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #009999;/*mafblauw*/
}
#hoofdmenu table{
	width:100%
}
#MainMenuHorizOuter{
	width: 100%;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 22px;
	background-color: #009999;/*mafblauw*/
}
#nieuwmenu
{
	background-color: #009999;/*mafblauw*/
	font: bold 16px arial;
}
#nieuwmenu td{
/*	width: 15%; */
	padding: 0 3px;
}

#nieuwmenu td a
{
	display: block;
	margin: 0;
	padding: 3px 3px;
	width: 100%;
	background: #D55200;/*mafrood*/
	color: #FFFFBB;
	text-align: center;
	text-decoration: none;
}
#nieuwmenu td a:hover
{	
	background: #FFFFBB;
	color: #D55200;
}
#subcontainer {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	background-color:#FFFFBB;
	text-align: center;
}
#subcontainer a{
	font-size: 18px;
	text-decoration: none;
	color: #196F78;
	clear: none;
}
#subcontainer a:hover a:visited {
	color: #D55200;
	text-decoration: none;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
}
#sidebar .wtoets{
    height: 36px;
}
#sidebar #tFis4 {
width: 150px;
height: 21px;
position: absolute;
top: 30px;
left: 0px;    
margin: 0;
padding: 0;
}
#tEs4 {
width: 150px;
height: 21px;
position: absolute;
top: 95px;
left: 0px;    
}
#tCis4 {
width: 150px;
height: 21px;
position: absolute;
top: 136px;
left: 0px;    
}
#tBes3 {
width: 150px;
height: 21px;
position: absolute;
top: 201px;
left: 0px;    
}
#tGis3 {
width: 150px;
height: 21px;
position: absolute;
top: 241px;
left: 0px;    
}
#tFis3 {
width: 150px;
height: 21px;
position: absolute;
top: 282px;
left: 0px;    
}
#tEs3 {
width: 150px;
height: 21px;
position: absolute;
top: 347px;
left: 0px;    
}
#tCis3 {
width: 150px;
height: 21px;
position: absolute;
top: 388px;
left: 0px;    
}

.linktoets {
position: relative;
float: left;
}
/*
.linktoets .tekst_container {
position: absolute;
top: 2px;
left: 5px;
color: #FFFFBB;
font: bold 13px arial;
} 
.linktoets .tekst_container a{
color: #FFFFBB;
text-decoration: none;
} 
.linktoets .tekst_container a:hover a:visited {
color: #FFAA00;
text-decoration: none;
}*/
#wrapper {
  width: 222px;
  background-color: #FEA700;
  position: relative;
  height: 32px;
  line-height: 32px;
  margin: 0 ;
  overflow: hidden;
}
div.marquee {
  position: absolute;
  width: 222px;
  background-color: #FEA700;
  text-align: center;
  font-size: 14px;
  animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
}
div.marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
p {
  margin: 0;
}
@keyframes marquee {
  from {left: 100%; }
  to {left: -100%;  }
}
@-webkit-keyframes marquee {
    0%   { left: 100%; }
    100% { left: -100% }
}
.bloka {  
	background-color:#FFFFBB; padding: 3%;
}
#plaatje {
	float:left; 
	padding: 8px 40px 10px 0px;	
}
#leftimg {
	float:left; 
	padding: 20px 50px 20px 20px;
}
#mainContent {
	min-height: 424px;
	text-align: left;
	font-size: 18px;
	padding: 20px 30px 20px 40px;
	color: black;
	clear: none;
} 
#mainContent TABLE {  
	border-collapse: collapse;  
}
#mainContent td{
	font-size: 16px;
	border: 0;
	padding-left:7px; 
	padding-right:7px 
	color: black;
	clear: none;
} 
#nieuws{
	margin-left: 210px;
	border-width: 3px;
	border-style: solid;
	border-color: #D55200;
	padding: 10px;
}

#BenHurBlok{
	text-align: center;
	font-size: 16px;
}
#mainContentSmall {
	min-height: 424px;
	text-align: left;
	font-size: 18px;
	padding: 20px 65px 20px 65px;
	color: black;
	clear: none;
}
#mainContentSmall TABLE {  
	border-collapse: collapse;  
}

#mainContentSmall td{
	font-size: 16px;
	border: 0;
	padding-left:7px; 
	padding-right:7px 
	color: black;
	clear: none;
} 


.vraag{
	padding: 5px 10px 5px 10px;
}

#kleineletters{
	font-size: 14px;
}

#footer{
	background: #D55200;/*mafrood*/	
	color: #FFFFBB;
	font: bold 16px arial;
	padding: 3px 3px;
}

#footer td{
	width: 15%;
	font: bold 14px arial;
}

#footer td a
{
	color: #FFFFBB;
	font: bold 14px arial;
}

#blauwestrook{
	height: 30px;
	background-color:#009999;/*mafblauw*/
}

