Body {

/*font style description after lees verder*/
	font-family: arial, verdana, helvetica;
	color: black;
	font-size: 10pt;
	
/*style background*/
	background : #ffffff url(main.jpg) fixed;
 	background-image : url(main.jpg);
	}

/*general td style without class*/
TD {font-family: arial, geneva, sans-serif; font-size: 10px; text-decoration: none; color: #666666;}


/*style table */
TABLE {
	border: 0;
	width:px;
	}


/*font style for all links vb verder, pagenumber, bedrijfswagens, grotere foto, print, overzicht en volgende */
A:link {font-family: arial, geneva, sans-serif; font-size: 10px; color: #666666;}
A:visited {font-family: arial, geneva, sans-serif; font-size: 10px; color: #666666;}
A:hover {font-family: arial, geneva, sans-serif; font-size: 10px; text-decoration: bold; color: #CC0000;}


/*font style price */
.price {font-family: arial, geneva, sans-serif; font-size: 10px; text-decoration: none; color: #666666;}


/*font style make model after lees verder */
.make {font-family: arial, geneva, sans-serif; font-size: 10px; text-decoration: none; color: #666666;}



/*description field after lees verder*/
#psecond {

	background : #eeeeee;
}



/*price field after lees verder*/
#third {
    width:;
	height: 15px;
	text-indent :5px;
	background : #eeeeee;
}


/*middle field make model short description in result display*/
#pos2 {
   vertical-align: top;
	background : #eeeeee;
	}

/*price field in result display*/
#pos3 {
	background : #eeeeee;
	width:80px;
	}

	
/*font style description in result middle field*/
.normaltext {font-family: arial, geneva, sans-serif; font-size: 10px; color: #666666;}

/*font style pagenumbers 1,2 etc*/
.boldtext {font-family: arial, geneva, sans-serif; font-size: 10px; text-decoration: none; color: #CC0000;}


/*font style make, model link in result*/
A.makemodel:link {font-family: arial, geneva, sans-serif; font-size: 10px; color: #666666;}
A.makemodel:visited {font-family: arial, geneva, sans-serif; font-size: 10px; color: #666666;}
A.makemodel:hover  {font-family: arial, geneva, sans-serif; font-size: 10px; text-decoration: bold; color: #CC0000;}

/*font style link leesverder*/
A.more:link {font-family: arial, geneva, sans-serif; font-size: 10px; color: #666666;}
A.more:visited {font-family: arial, geneva, sans-serif; font-size: 10px; color: #666666;}
A.more:hover  {font-family: arial, geneva, sans-serif; font-size: 10px; text-decoration: bold; color: #CC0000;}



/*style searchengine*/

table.zoektabel {
	background-color: #00B2EC;
	border: 1px solid #000000;
}

/*font style headers in searchengine*/
td.formkopje {
	font-family: arial, verdana, helvetica; 
	font-size: 11px; 
	color: white; 
	font-weight: bold;
	text-decoration:none;
}

/*font style dropdownboxes in searchengine not active*/
select.dropdown{
	width: 120px;
	background-color:white;
	font-family: arial, verdana, helvetica; 
	font-size: 12px; 
	color: black; 
	font-weight:;
	text-decoration:none;
}

/*style searchbutton*/
input.button {
	color: white; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: tahoma;  
	background-color: #FF0000; 
	height: 20px; 
	width: 85px; 
	cursor: hand;
}

/*style keyword field in (advanced) searchengine*/
input.keywords{
	width: 120px;
	background-color:white;
	font-family: arial, verdana, helvetica; 
	font-size: 12px; 
	color: black; 
	font-weight:;
	text-decoration:none;
}

