html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;}

/* Blue: #153E96  lichtblauw:#7ECCDC BEIGE #BD9E75   rood:#993300   felrood: #CC3300  blauwtitels:#40689A  */
body {
  background:#E6E6E6;
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size:90%;
  line-height:21px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  text-align: center; /* Centers the page content container in IE 5 browsers. */  }
  
h1 {
  color:#CC3300;
  font-size: 15px;
  font-weight: bold;
  margin:12px 0 2px 0;
  padding-bottom:2px;
  border-bottom:1px dotted #40689A;}
h2, h3 {
  color:#CC3300;
  font-size: 14px;
  font-weight: bold;
  padding-bottom:2px;
  border-bottom:1px dotted #40689A;}
  
h4, h5 {
  color:#40689A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom:2px;}
    
hr{	padding:2px 0;}  

/* -------------- links  ----------*/
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;}
  
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;}

a:hover {
  color:#2170bd;
  text-decoration: underline;}

a:focus {
  color: #2170bd;}

a:active {
  color:#2170bd;}
  
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#wrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;}
  
#wrapper #topadres{
	background-color:#E6E6E6;
	height:90px;}
	  
  
#wrapper #header {
  background-color:#DDDDDD
  border-top:1px solid #fff; 
  border-bottom:1px solid #fff; 
  font-size: 18px;
  font-weight: bold;
  height:224px;
  padding:0;}
  
#wrapper #topnav {
  background-color:#333;
  border-bottom: solid 1px #ccc; 
  height:25px;
  padding:4px 1px 4px 20px;}
  
#wrapper #topnav a, #wrapper #topnav a:link {
  color:#fff;
  margin-right:18px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size:13px;
  text-decoration: none;
  text-transform: uppercase;}
#wrapper #topnav a:visited {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size:13px;
  text-decoration: none;
  text-transform:uppercase;}
#wrapper #topnav a:hover {
  color:#993300;}

#wrapper #topnav a:active {
  text-decoration: underline;
  colr:#BD9E75;}
  
 /* --------------- Taal switch -------*/
#wrapper #topnav .taal{
 	margin-left:50px;
	margin-right:-10px;
	color:#eee;}
	
#wrapper #topnav .taal a, #wrapper #topnav .taal a:link{
	color:#fff;
	text-transform:lowercase;
	padding-left:-5px;
	font-size:11px;}
	
#wrapper #topnav .taal a:hover{
	text-decoration:underline;
	color:#fff;}		


#wrapper #contentWrapper #content {
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 0 0;
  padding: 10px 20px;}

  
#wrapper #contentWrapper #content a:hover {
  color:#1A2739;}
  
#wrapper #footer {
  background-color: #1A2739;
  border-top: solid 1px #9bb6d2;
  padding: 2px 10px;
  color: #fff;
  font-size:x-small;}
  
 #wrapper #footer a:link{
 	color:#fff;
 	text-decoration:underline;}
	
 #wrapper #footer a:hover{
 	color:#4095df;
 	text-decoration:none;}	

/* -------------- plaatjes ----------*/
 
.imagelinks{
	float:left;
	padding:8px;
	margin:5px;
	border:1px solid #eee;} 
	
.imagerechts{
	float:right;
	padding:8px;
	margin:5px;
	border:1px solid #eee;} 

/* ------------------ formulier -------------------*/
form{
	width:400px;
	border:1px solid #333;}

label{
float: left;
text-align: right;
margin-right: 2em;
display: block;}

input{
color:#CC3300;
background: #fff;
margin-left:80px;
border: 1px solid #CC3300;}

.submit input{
color:#fff;
background:#CC3300;
border: 2px outset #d7b9c9} 
fieldset{
border: 1px solid #CC3300;}

legend{
color: #fff;
background:#CC3300;
border: 1px solid #CC3300;
padding: 2px 6px;} 

