Body {

/*font style description after lees verder*/
	font-family: arial, verdana, helvetica;
	color: #ffffff;
	font-size: 12px;
	
/*style background*/
	background-color: #000000;
	}

/*general td style without class*/
TD {
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/*style table */
TABLE {
	border-spacing: 0;
}

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


.navbutton1, .navbutton2, .navbutton3, .printButton {
	background-color: #ff0000;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
	height: 25px;
}
.navbutton1 a:hover, .navbutton2 a:hover,  .navbutton3 a:hover{
	text-decoration: underline;
}
.indimageleft img{
	border: 1px solid #ffffff;
}
.smallImageBox img {
	border: 0px solid white;
}


/*font style price */
.price {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
}

/*font style make model after lees verder */
.make {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	vertical-align: top;
}

/*description field after lees verder*/
#psecond {
	background-color: #000000;
}

/*price field after lees verder*/
#third {
	height: 15px;
	background-color: #000000;
	padding: 5px;
}

/*middle field make model short description in result display*/
#pos2 {
	vertical-align: top;
	background-color: #000000;
	padding: 5px;
}

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

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

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

/*bedrijfwagen, motoren en personenauto's link*/
A.channel:link { text-decoration: none; color: #ff0000; font-weight: none;}
A.channel:visited { text-decoration: none; color: #ff0000; font-weight: none;}
A.channel:hover  { text-decoration: none; color: #ff0000; font-weight: none;}

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

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

/*style searchengine*/
table.zoektabel {
	background-color: #00B2EC;
	border: 1px solid #ffffff;
}

/*font style headers in searchengine*/
td.formkopje {
	font-family: arial, verdana, helvetica; 
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
}

/*font style dropdownboxes in searchengine not active*/
select.dropdown{
	width: 120px;
	background-color: #ffffff;
	font-family: arial, verdana, helvetica; 
	font-size: 12px; 
	color: #000000; 
}

/*style searchbutton*/
input.button {
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: arial, verdana, helvetica; 
	background-color: #ff0000; 
	height: 20px; 
	width: 85px; 
	cursor: hand;
}

/*style keyword field in (advanced) searchengine*/
input.keywords {
	width: 120px;
	background-color: #ffffff;
	font-family: arial, verdana, helvetica; 
	font-size: 12px; 
	color: #000000; 
}


