body {
	scrollbar-face-color:       #ffffff;
	scrollbar-arrow-color:      #4968B8;
	scrollbar-highlight-color:  #ffffff;
	scrollbar-shadow-color:     #4968B8;
	scrollbar-darkshadow-color: #4968B8;
	scrollbar-3dlight-color:    #4968B8;
	scrollbar-track-color:      #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  margin: 0px;
  padding: 15px 0;
}
#wrapper{
  box-shadow: 0 0 10px;
  height: 100%;
}

a:visited {text-decoration: none;}
a:hover   {text-decoration: none;}
a:link    {text-decoration: none;}
a:active  {text-decoration: none;}

.kolom{
  font-size:10pt;
}
.border{
  border-color:#4968B8;
}
.onder{
  font-size:7.5pt;
  color:#cccccc;
}
.enter{
  font-size:12pt;
  font-weight:bold;
}
.fout{
  font-weight:bold;
  color:red
}
.button{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:400;
  color:#000000;
  background-color:#bbbbbb;
  border-style:solid;
  border-width:1;
  border-color:#4968B8;
}
.input{
  border-width:1;
  border-style:solid;
}