body { 
	font-family: verdana, sans-serif; 
	font-size: 10px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	background-color: #FFED00; 
	background-image: url(images/achtergrond.gif); 
	background-attachment: fixed; 
	background-repeat: repeat-x; 
	background-position: bottom; 
	scrollbar-face-color:		#CCC7EB; 				
	scrollbar-shadow-color:		#D2CEEE;
	scrollbar-highlight-color:	#D2CEEE; 
	scrollbar-3dlight-color:	#B8B1E3;
	scrollbar-darkshadow-color:	#B8B1E3; 
	scrollbar-track-color:		#FFFFFF;
	scrollbar-arrow-color:		#FFFFFF;
}
.Basic { 
	font-family: verdana, sans-serif; 
	font-size: 12px;
	color: #808080
}

a {
text-decoration : none; 
color:#1D318A;
} 
a:hover {
text-decoration : underline; 
}

#pullquote {
	margin: 0 0 .0em 0em;
	width: 50px;
	font-family: verdana, sans-serif;
	font-variant: small-caps;
	/*font-size: 20px;*/
	/*line-height: 1em;*/
	width: 250px;
}
.img {
	border: 1px solid #000;
}


#menu a {
	width: 149px;
	height: 24;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #808080;
	border: 0px solid #FF9436;

	background-color: #FCF4E9;
	/*border: 1px outset gray;*/
	text-align: center;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F38138;
	width: 149;
}
#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F38138;
}

#menu a:active {
	color: #dcdce9;
	background-color: #FFFFFF;
background: url(images/menu5.gif) 0 -64px;
	}

	.tabelcel
{
   /* eerst geven we de cel een hoogte en een breedte */
   width: 149px;  
   height: 18px;
   /* en we zetten de padding op 0 zodat we geen randjes zien */
   padding: 0;
}
.tabelcel a
{
   /* we zorgen er voor dat de link zich als een block element gaat gedragen zodat we de breedte en hoogte aan kunnen passen */
   display: block;
   /* breedte en hoogte op 100% zodat hij zijn 'moeder'-object (de tabelcel in dit geval) zal opvullen */
   width: 100%;
   height: 100%;
   /* en uiteraard de achtergrondkleur */
   background-color: #FCF4E9;
   	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #808080;
	text-align: center;
	text-decoration: none;
}
.tabelcel a:hover
{
   /* nu enkel de achtergrondkleur aangeven voor het :hover effect */
   background-color: #F38138;
   color: #FFFFFF;
   text-decoration: none;
}
.tabelcel a:active
{
   /* nu enkel de achtergrondkleur aangeven voor het :hover effect */
   background-color: #F38138;
   color: #FFFFFF;
   text-decoration: none;
}
	.tabelcelup
{
   /* eerst geven we de cel een hoogte en een breedte */
   width: 149px;  
   height: 18px;
   /* en we zetten de padding op 0 zodat we geen randjes zien */
   padding: 0;
}
.tabelcelup a
{
   /* we zorgen er voor dat de link zich als een block element gaat gedragen zodat we de breedte en hoogte aan kunnen passen */
   display: block;
   /* breedte en hoogte op 100% zodat hij zijn 'moeder'-object (de tabelcel in dit geval) zal opvullen */
   width: 100%;
   height: 100%;
   /* en uiteraard de achtergrondkleur */
   background-color: #F38138;
   color: #FFFFFF;
   font-size: 15px;
	font-family: Arial;
	font-weight: bold;

	text-align: center;
	text-decoration: none;
}
.tabelcelup a:hover
{
   /* nu enkel de achtergrondkleur aangeven voor het :hover effect */
   text-decoration: none;
}