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: 9pt "arial, verdana, helvetica"; color: Black;}


/*style table */
TABLE {
	border: 0;
	width:px;
	}


/*font style for all links vb verder, pagenumber, bedrijfswagens, grotere foto, print, overzicht en volgende */
A:link { color: #000000; }
A:visited { color: #000000; }
A:hover { color: #000000;  }


/*font style price */
.price {
	font-size: 9pt;
	color: black;
	font-weight : bold;
	font-family: arial, verdana, helvetica;
	
	}


/*font style make model after lees verder */
.make {
	font-size: 10pt;
	color: black;
	font-weight : bold;
	font-family: arial, verdana, helvetica;
	vertical-align : top;
	}



/*description field after lees verder*/
#psecond {

	background :transparant;
}



/*price field after lees verder*/
#third {
    width: ;
	height: 15px;
	text-indent :5px;
	background :transparant;
}


/*middle field make model short description in result display*/
#pos2 {
   vertical-align: top;
	background : transparant;
	color:black;
	}

/*price field in result display*/
#pos3 {
	background : transparant;
	width:80px;
	color:black;
	}

	
/*font style description in result middle field*/
.normaltext {
	color :black;
	font-weight: normal;
	font-style: normal;
	font-family: arial, verdana, helvetica;
}

/*font style pagenumbers 1,2 etc*/
.boldtext {
	color :black;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
}


/*font style make, model link in result*/
A.makemodel:link { text-decoration: underline; color: black; font-weight: bold;}
A.makemodel:visited { text-decoration: underline; color: black; font-weight: bold;}
A.makemodel:hover  { text-decoration: none; color: black; font-weight: bold;}

/*font style link leesverder*/
A.more:link { text-decoration: none; color: black; font-weight: none;}
A.more:visited { text-decoration: none; color: black; font-weight: none;}
A.more:hover  { text-decoration: underline; color: black; font-weight: none;}



/*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;
}

