html, body {
	border: 0px none;
	margin: 0;
	padding: 0;	
	font-size: 77% 
}

body {
	color: #33345A;
 	font-family: Verdana, Geneva, Arial;
	font-size: 10pt;
	text-align: justify;
}

p.hoofding {
	color: #33345A;
        font-size: 16pt;
}

span.hoofding {  
	color: #33345A;
        font-size: 30pt;
}   
			
span.titel {
	font-weight: bold;
	text-transform: uppercase;
}   

p.kader {
	color: #33345A;
        font-size: 8pt;
}

A {
	color: #33345A;
	border: 0px;
 	text-decoration: none;
}

td a{
	text-decoration: underline;
}

td p a{
	text-decoration: none;
}
              
A:active      {
               color: #256EC7;
               border: 0px;
               text-decoration: none;
              }
A:hover       {
               color: #256EC7;
               text-decoration: none;
               border: 0px;
			   cursor: pointer;
              }
              
table {
	background: #E7E58E;
	font-size: 10 pt;
} 
    		   
#menu {
	color: #256EC7;
	display: block;
	position: relative;
	width: 100%;
	height: 1.9em;
	background: #E7E58E repeat-x left bottom;
	font-size: 0.8em; 
	z-index: 999; padding-left:0; padding-right:0; padding-top: 4px; padding-bottom:0px
}

#menu ul {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float: right;
	min-width: 100%; /* dit is een verhelpt het probleem in Opera */
}

#menu li {
	float: right;
	position: relative;
}

#menu li a.menu1 {
	display: block;
	position: relative;
	height: 1.6em;
	_width: 5px; /* Otherwise IE takes a 100% width for each li and this is rendered as min-width */
	padding: 0 13px 0 13px;
	border-left: 1px solid #256EC7;
	border-right: 1px solid #256EC7;
	color: #256EC7;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}

#menu li a:hover.menu1 {
	color: #33345A;
	border-left: 1px solid #256EC7;
	border-right: 1px solid #256EC7;
}

#menu ul.menu2 {
	display: none;
	left: 0;
	top: 1.6em;
	position: absolute;
}

#menu ul.menu2 li {
	float: none;
}

#menu li:hover ul.menu2, #menu li.over ul.menu2 {
	display: block;
	border: 1px solid #256EC7;
}

#menu ul.menu2 a {
	display: block;
	width: 12em;
	text-decoration: none;
	color: #256EC7;
	border: 1px solid #E7E58E;
	background: #E7E58E none;
	height: auto;
	text-align: center;
	padding: 3px 0 3px 0;
}

#menu ul.menu2 a:hover {
	border: 1px solid #33345A;
}      

form input    {
               color: #33345A;
               background: #E7E58E;
               border-style:groove;
              }
form option   {
               color: #33345A;
               background: #E7E58E;
               border-color : #33345A #33345A #33345A #33345A;
              }
textarea	  {
               color: #33345A;
               background: #E7E58E;
               border-style:groove;
                }