body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.maintable {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
.header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-color: #CCCCCC;
	position: relative;
	z-index: 1;
}
.logo {
	position: absolute;
	left: 20px;
	z-index: 2;
	height: 30px;
	width: 250px;
	top: 10px;
}
.flashbanner {
	height: 250px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.topbillede {
	height: 125px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/***** MENU *********************************/
.menu {
	height: 25px;
	width: 780px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	font-size: 10px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 780px;
	float: left;
}
.menu ul li {
	display: inline;
	float: left;
}
.menu ul a:link, .menu ul a:visited, .menu ul a:active {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: left;
	/*width: 84px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 17px;
	height: 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/menu_arrow.jpg);
}
.menu ul a:hover {
	text-decoration: underline;
}
/********************************************************************************/
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.leftContent {
	float: left;
	width: 440px;
	margin-left: 20px;
}
.rightContent {
	width: 300px;
	float: right;
	margin-right: 20px;
}
.leftContent p, .rightContent p, .underside_indhold p {
	line-height: 17px;
	margin-top: 0px;
}
.underside_indhold {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.underside_indhold ul {
	line-height: 17px;
}
.clear {
	clear: both;
}
.footer {
	height: 55px;
	width: 830px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
.footer p {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.footer a {
	text-transform: none;
	font-size: 12px;
}
/***TEKST MODULER **************/
.left_underside {
	margin-right: 20px;	
}
.right_underside {
	margin-left: 20px;	
}
.center_underside {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.noscale_left {
	margin-right: 20px;	
}
.noscale_right {
	margin-left: 20px;	
}
.noscale_center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/*******************************************************************************************/
/* CARROTATOR MODUL */
/* Tabellen der indeholder car rotator modulet */
.car_td {
	width: 300px;
	cursor: hand;
	margin-bottom: 10px;
}
.car_td a {
	text-decoration: none;
	color: #000;
	text-transform: none;
	font-weight: normal;
}
.car_td h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
}

/* Område (maske) hvori billedet af bilen vises */
.car_imageborder {
	width: 300px;
	height: 200px;
	margin-bottom: 2px;
	background-position: center;
	border: 1px solid #CCCCCC;
}

/* Bildata tekst område*/
.car_infobox {
	width: 290px;
	height: 100%;
	padding: 0px;
	padding-top: 5px;
}
/*******************************************************************************************/
/*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: #000000;
	font-weight: bold;
	text-transform: none;
}
.carlistheadline a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	text-transform: none;
}
.carlistheadline a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	text-transform: none;
}
/* Border der adskiller bilerne i listen */
.listDivider {
	border-top: 1px solid;
	height: 4px;
	border-top-color: #cccccc;
}
/*************************************************************/
/*BIL VISNING */
.bilvisning_photos {
	width: 500px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.bilvisning_data {
	width: 220px;
	float: right;
}
.bilvisning_data ul {
	line-height: normal;
}
