body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*******************************************************************************************/
/*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: 300px;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.billedetekst {
	color: #999;
	font-size: 11px;
	text-align: center;
}
.bilvisning_data {
	width: 160px;
	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;
}
