
@charset "utf-8";
body 
{
	font-family: “Trebuchet MS ”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;

	background-color:#FFFFFF; 
	background-image:url(../images/interface/bg.jpg); 
	background-repeat: repeat-x;
	
	
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #3A0404;
	scrollbar-shadow-color: #3A0404;
	scrollbar-3dlight-color: #3A0404;
	scrollbar-arrow-color: #3A0404;
	scrollbar-track-color: #3A0404;
	scrollbar-darkshadow-color: #3A0404;
}

html, body 
{
   margin:0;
   padding:0;  
   height:100%; 
}


a:link 
{ 
	color:#000000;
	text-decoration: underline;
}

a:visited
{ 
	color:#3952a4;
	text-decoration: underline;
	
}

a:hover 
{ 
	color:#FF0000;
	text-decoration: underline;	
}

a:active 
{ 
	color:#000000;
	text-decoration: underline;		
} 


input
{
	background-color: #e5e5e5;
	font-size: 11px; 
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: “Trebuchet MS ”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

input:hover 
{
	border-color: #FF0000;
}

select
{
	background-color: #e5e5e5;
	font-size: 11px; 
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: “Trebuchet MS ”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

select:hover 
{
	border-color: #FF0000;
}

textarea 
{
	background-color: #e5e5e5;
	font-size: 11px; 
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: “Trebuchet MS ”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

textarea:hover
{
	border-color: #FF0000;
}

table td
{
	font-family: “Trebuchet MS ”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #000000;
}

.agenda
{
	font-family: “Trebuchet MS ”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.snapshot
{
	border-color:	#000000;
	border-width:	1px;	
}

.motto
{
	height:15px;
	background-color:#e5e5e5;
	font-style: italic;
}

.menu
{
	height:15px;
	background-color:#e5e5e5;
}

.titel
{
	background-image:url(../images/titel.jpg); 
	background-repeat: repeat-x;
}

.nieuw
{
	background-color:#FF0000;
}

.inhoud
{
	background-image:url(../images/interface/kader.jpg); 
	background-repeat: repeat-x;
}

.achter
{
	background-image:url(../images/interface/bg_menu.jpg); 
	background-repeat: repeat-x;
}



