.kop{
  background-color: #FF9999;
  width: 500px;
  height: 300px;
  font-family: "MS Sans Serif", sans-serif
}


body{
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
}
.adresblok{
	  margin-left:5px;
	  font-size: 9px;
	  color:Yellow;
}
.contentArea
{
	font-size: 12px;
}

h1 {
  position: relative;
  left: -1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: rgb(57,61,124);
  padding-bottom: 10px;
}

h2 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: rgb(57,61,124);
}

h2 span {
  font-weight: bold;
}



link {
  color :#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold
}
div{
margin-top : 0px;
	margin-bottom : 0px;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
    color :black;
}


A:link    {

  color: navy;
  text-decoration: none;
}
A:visited {
  color: navy;
  text-decoration: none;
}
A:active  {
  color: blue;
  text-decoration: underline;
}
A:hover   {

  color: blue;
  text-decoration: underline;

}

INPUT {
	background-color : #BBBBBB;
	font-size:14px;
	border : 0px;
}
.checkbox {
	background-color : #EEEEEE;
	font-size:14px;
	border : 0px groove;
	padding:4pt;
}
.menuspan
{
  width: 100%;
  height: 36px
}


.menulink:link,.menulink:visited    {
  color: #000000;
  background-image: url(../images/knopGrijs.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
   width:166px;
   height:33px;


}

.menulink:active  {
  color :Maroon;
  background-image: url(../images/knopBlauw.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
   width:166px;
   height:33px;
}
.menulink:hover   {
  color :Maroon;
  background-image: url(../images/knopBlauw.png);
	text-decoration: underline;
}
