
/*--------------------------------------Body-----------------------------------*/ 

/* Globale design website */
body
{
  background-color:#FFF6EB;  
	font-family: Arial,Times new roman,Verdana;
	font-size: 11px; 
}

/*-----------------------------------Font typen--------------------------------*/ 

/* Een titel kopje boven aan een pagina */
.titel
{
 	font-weight: bold;
	color:#7B3500;
	font-size: 14px; 
	font-style: normal; 
  font-variant: normal; 
}

/* Een subtitel kopje onder een titel kop */
.subtitel
{
 	font-weight: bold;
	color:#7B3500;
	font-size: 11px; 
	font-style: normal; 
  font-variant: normal; 
}

/* Links in footer */
A.links{text-decoration:underline;color: #000000;}
A.links:hover{color: #000000;text-decoration:none;}
A.links:visited{color: #000000;}

A{text-decoration:underline;color: #974A0B;}
A:hover{color: #974A0B;text-decoration:none;}
A:visited{color: #974A0B;}


/*-----------------------------------Tabellen----------------------------------*/ 


/* Pagina tabel ; deze moet 100% breed zijn */
.sub_tabel
{
 	width:100%;
}


/* Knop rij moet een pointer tonen */
td.knop 
{ 
	cursor: pointer; 
	cursor: hand; 
}

/* Globale design website */
table
{
  font-family: Arial,Times new roman,Verdana;
	font-size: 11px; 
	align:left;
	margin:0px 0px 0px 0px;	
	padding:0px;
}

/* Balk met logo bovenaan de website */
.website_header
{
  /*background-image:url(imgs/home/header.gif);*/
	
  background-repeat:repeat-y;
  background-position:left; 
	background-color:#FCEDD8;
	width:770px;
  height:125px;
  vertical-align:middle;
  text-align:right; 
	BORDER-RIGHT: #000000 1px solid; 
  BORDER-TOP: #000000 1px solid;
  BORDER-LEFT: #000000 1px solid; 
  BORDER-BOTTOM: #000000 0px solid; 
	margin:0px;
	padding:0px;
}

/* Border rondom het middelste gedeelte van de website */
.website_center
{
  background-color:#FCEDD8;
	width:770px;
	BORDER-RIGHT: #000000 1px solid; 
  BORDER-TOP: #000000 0px solid;
  BORDER-LEFT: #000000 1px solid; 
  BORDER-BOTTOM: #000000 1px solid; 
	margin: 0;
  padding: 0px;
}

/*------------------------------------Objecten---------------------------------*/ 


/* List boxes */
SELECT			
{ font-size: 10px; 
	font-family: Arial,Verdana;
}

/* Submit knoppen */
INPUT	
{ 
	font-size: 10px; 
	font-family: Arial,Verdana;
}
