body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
}
.content-billiste {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-weight: bold;
}
.content-bilvisning {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*******************************************************************************************/
/*BIL SØGNING */
.carsearch {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#carsearch .formlabel {
}
.carsearch select {
	font-size: 11px;
	width: 200px;
	margin-right: 20px;
}
.search_button {
	width: 150px;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-left: 45px;
}
.reset_button {
	width: 150px;
	margin-left: 45px;
}

/*******************************************************************************************/
/*BIL LISTE */
/* Kolonne overskrifter i bil liste */
.carlistheadline {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.carlistheadline a:link {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	text-transform: none;
}
.carlistheadline a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	text-transform: none;
}
.carlistheadline a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	text-transform: none;
}
/* Border der adskiller bilerne i listen */
.listDivider {
	border-top: 1px solid;
	height: 4px;
	border-top-color: #666;
}
/***************************************************************************************/
/*BIL VISNING */
.bilvisning {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}
.bilvisning_photos {
	width: 500px;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.billedetekst {
	color: #999;
	font-size: 11px;
	text-align: center;
}
.bilvisningPrint {
	margin-bottom: 10px; 
}
.bilvisningPrint img {
	margin-right: 5px; 
	vertical-align: middle;
}
.bilvisningKontaktmig {
	margin-bottom: 10px; 
}
.bilvisningKontaktmig img {
	margin-right: 5px; 
	vertical-align: middle;
}
.bilvisningTipEnVen {
	/*display: none;*/
	margin-bottom: 10px; 
}
.bilvisningTipEnVen img {
	margin-right: 5px; 
	vertical-align: middle;
}
.bilvisning_data {
	width: 180px;
	float: left;
}
.datarow {
	height: 25px;
}
.pris {
	font-size: 14px; 
	font-weight: bold;
}
.datarowDivider {
	border-top: 1px dotted;
	height: 4px;
	border-top-color: #666;
}
.bilvisning_data ul {
	line-height: 18px;
}
.modeldata {
	font-size: 10px;
	border: 1px solid #666;
	width: 100%;
	margin-top: 20px;
	clear: left;
}
.modeldata h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: solid 1px #999999;
}
.modeldata_headline {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
}
