body  {
        scrollbar-face-color : #FF3300;
        scrollbar-shadow-color : #000000;
        scrollbar-highlight-color : #000000;
        scrollbar-3dlight-color : #000000;
        scrollbar-darkshadow-color : #000000;
        scrollbar-track-color : #000000;
        scrollbar-arrow-color : #000000;
        color : #000000;
        font-family : Verdana;
        font-size : 10pt;
        font-style : normal;
        background-position: top center;
        background-color: #ccff99;
}

.superkop   {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 200%;
     font-weight: bold;
     text-align: center;
     line-height: 20px;
     color: #000066;
     }

.kop   {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 120%;
     font-weight: bold;
     text-align: left;
     margin-left: 50px;
     margin-right: 50px;
     line-height: 20px;
     color: #000066;
     }

p    {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 90%;
     align : left;
     margin-left: 50px;
     margin-right: 60px;
     line-height: 20px;
     color: #000066;
     }

.p0    {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 90%;
     align : left;
     margin-left: 10px;
     margin-right: 10px;
     line-height: 20px;
     color: #000066;
     }

.p1    {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 90%;
     font-weight: bold;
     align : left;
     margin-left: 60px;
     margin-right: 60px;
     line-height: 20px;
     color: #000066;
     }

.p2    {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 90%;
     align : left;
     margin-left: 80px;
     margin-right: 60px;
     line-height: 20px;
     color: #000066;
     }

.pcenter    {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 90%;
     margin-right: 100px;
     align : center;
     margin-left: 100px;
     line-height: 20px;
     color: #000066;
     }

.tekstbalk {
     text-align: center;
     width:100%;
     background: green;
     }

.tekstbalk p {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     font-weight: bold;
     color: yellow;
     }

li	{
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 90%;
     text-align: left;
     margin-left: 30px;
     line-height: 20px;
     color: #000066;
     }
img.floatleft { 
     float: left; 
     margin: 6px; 
     margin-left: 50px;
     }

img.floatright { 
     float: right; 
     margin: 6px;
     margin-right: 50px;
     }

/*knop*/

      div#knop, #knop ul, #knop li {
        padding:0;margin:0;border:0; }

      div#knop {
        width:160px; /*menu items times width set for them*/
        margin:1 auto 2; /*if wanted centerd*/ }

      #knop ul {
        text-align:center; }

      #knop li {
	list-style:none;
        text-align:center; 
	font-family : Verdana;
	font-size:9pt;
	font-weight:bold;
        float:center;
        width:156px; /*what ever you need them to be*/ }

/*value for other browsers than IE*/

      #knop a, #knop a:link, #knop a:visited,
      #knop a:hover, #knop a:focus, #knop a:active {
	display:block;
	width:100%;
	line-height:1.4em;
	text-decoration:none; }

      #knop a, #knop a:link {
        /*other styles, like colors, borders and backgrounds*/
        color:yellow;
        background:rgb(30,100,0);
        border:outset .1em red; }

      #knop a:hover, #knop a:focus, #knop a:active {
        /*other styles specific for menu item that has focus et cetera,
          like colors, borders and backgrounds*/
        color:black;
        background:yellow;
        border:outset .1em orange; }

/* menu's*/
div#horizontaal, #horizontaal ul, #horizontaal li {
  padding:0;margin:0;border:0; 
}

div#horizontaal {
  width:750px; /*menu items times width set for them*/
  margin:1 auto 2; /*if wanted centered*/ 
}

#horizontaal ul {  
  list-style-type: none;
  text-align: center;   
}
  
#horizontaal li {  
	list-style:none;
	text-indent:0;
  text-align:center;
	font-family : Verdana;
	font-size:9pt;
	font-weight:bold;
  float:left;
  width:106px; /*what ever you need them to be*/ 
}

#horizontaal a, #horizontaal a:link, #horizontaal a:visited,
#horizontaal a:hover, #horizontaal a:focus, #horizontaal a:active {
	display: block;
	width: 100%;
	line-height: 1.4em;
	text-decoration: none; 
}

#horizontaal a, #horizontaal a:link, #horizontaal a:visited {
  /*other styles, like colors, borders and backgrounds*/
  color: yellow;
  background: rgb(30,100,0);
/*	border: outset .1em red; */
}

#horizontaal a:hover, #horizontaal a:focus, #horizontaal a:active {
  /*other styles specific for menu item that has focus et cetera,
  like colors, borders and backgrounds*/
  color: black;
  background: yellow;
/*  border: outset .1em orange;*/
}  
