/* 
 S T Y L E S H E E T by NedWise
 =============================================================================
*/

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

BODY
{
  background-color:white;
  color:black;
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif; 
  font-size:11px; 
  line-height:normal; 
  margin:0px;
	padding:0px;
}

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

.titel
{
 	font-weight: bold;
	color:#FFFFFF;
	font-size: 13px; 
}


.btitel
{
 	font-weight: bold;
	color:#0560A6;
	font-size: 13px; 
}

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

.logo_balk
{
  background-image:url(../images/header.gif);
  background-repeat:repeat-y;
  background-position:left; 
  height:180px;
  vertical-align:middle;
  text-align:right; 
  padding:0px 12px 0px 12px;
}

.site_table
{
  background-color:#E4FAB6;
	BORDER-RIGHT: #000000 1px solid; 
  BORDER-TOP: #000000 1px solid;
  BORDER-LEFT: #000000 1px solid; 
  BORDER-BOTTOM: #000000 1px solid; 
}

/*-----------------------------------Hyperlinks--------------------------------*/ 

A{text-decoration:none;color: #4089CE;}
A:hover{color: #4089CE;text-decoration:underline;}
A:visited{color: #4089CE;}

A.wit{text-decoration:none;color: #FFFFFF;}
A.wit:hover{color: #FFFFFF;text-decoration:underline;}
A.wit:visited{color: #FFFFFF;}

A.titel{text-decoration:none;color: #FFFF00;}
A.titel:hover{color: #FFFF00;text-decoration:none;}
A.titel:visited{color: #FFFF00;}

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

/*-------------------------------------Einde-----------------------------------*/ 


