
html, body 
{ font-family:Arial; font-size:12px; margin:0;  padding:0;  text-align:center; } 

h1 { font-family: Trebuchet MS, Verdana, Arial, Times New Roman; font-style: oblique; font-variant: normal; font-weight: 500; font-size: xx-large; color: #ffffff; text-align: center }
h2 { font-family: Trebuchet MS, Verdana, Arial, Times New Roman; font-style: normal; text-decoration: underline; font-variant: normal; font-size: x-large; color: #ffffff; text-align: left }
h3 { font-family: Trebuchet MS, Verdana, Arial, Times New Roman; font-style: bold; text-decoration: underline; font-size: large; color: #ffffff;  text-align: left; }
h4 { font-family: Verdana, Arial, Times New Roman, Trebuchet MS; font-style: normal; text-decoration: none; font-variant: normal; font-size: small; color: #ffffff; text-align: left }
h5 { font-family: Trebuchet MS, Verdana, Arial, Times New Roman; font-style: italic; text-decoration: underline; font-size: x-small; color: #ffffff;  text-align: center; }
h6 { font-family: Trebuchet MS, Verdana, Arial, Times New Roman; font-style: normal; text-decoration: none; font-size: xx-small; color: #ffffff;  text-align: right; }

 
#paginabreedte{ 
 width:100%; 
 margin-left:auto; 
 margin-right:auto; 
 text-align:left; 
 min-width: 500px; 
 } 
 
#boven{ 
 height:90px; 
 width:100%; 
 background-color: #ffffff; 
 } 
 
#linkerkolom{
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-150px; 
 margin-right:1px; 
 }
 
#buitenkant{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* breedte linkerkolom: rand verbergen in NN4 */ 
 border-left-color: #808080;   /* kleur linkerkolom */ 
 border-left-style: solid; 
 /*/*/ border-right-width: 150px; /* breedte rechterkolom: rand verbergen in NN4 */ 
 border-right-color: #808080;  /* kleur rechterkolom */ 
 border-right-style: solid; 
 background-color: #808080; /* kleur midden */ 
 width: auto; 
 } 
 
#rechterkolom{
 width:150px; 
 float:right; 
 position:relative; 
 margin-right:-150px; 
 margin-left:1px; 
 } 
 
#onder{
 height:100%; 
 width:100%; 
 background-color:#808080; 
 } 
 
#binnenkant{margin:0; width:100%;}
 
#midden{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#buitenkant>#binnenkant { border-bottom: 1px solid #F0FCEC;  }
 
.clr{clear:both;}
 
.inhoud{padding:5px;} /*padding for inhoud */ 
 
#boven .inhoud{padding-bottom:0;} /*padding bottom 0 om spatie in IE5 Mac te verwijderen*/ 
 
#nav {
background-color: #ffc0cb;
border: 1px solid #B8B8B8;
padding-top: 8px;
height: 21px;
padding-left: 3px;
}
#nav a {
border: 1px solid #c0c0c0;
padding: 4px;
background-color: #ffb6c1;
color: maroon;
font-weight: bold;
text-decoration: none;
font-style: italic;
font-family: Verdana, Arial, Sans-Serif;
font-size: 12px;
}
#nav a:hover {
color: #660000;
background-color: #FE3E2F;
border: 1px solid #727272;
border-bottom: 1px solid #ffffff;
}

 body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
div#container {
	width: 500px;
	margin:0 auto;
	border: 1px solid #bac5d6;
	padding: 15px;
	background: #d3d3d3;
}

div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}

<!--
body { scrollbar-arrow-color: #330000; scrollbar-face-color: #ffc0cb; scrollbar-highlight-color: #c0c0c0; scrollbar-3dlight-color: #d3d3d3; scrollbar-shadow-color: #000033; scrollbar-darkshadow-color: #808080; scrollbar-track-color: #B8B8B8; }
-->


 
