body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	line-height: 18px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.main {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 75px;
	width: 900px;
	background-image: none;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	margin-right: 2px;
}
.header h1 {
	line-height: 75px;
	font-size: 36px;
	margin-left: 20px;
}
/****************** MENU **********************************/
.menu {
	height: 30px;
	width: 902px;
	margin-bottom: 5px;
	/*background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;*/
}
div.dommenu {
	height: 30px !important;
	height: 30px;
	width: 902px !important;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	/*margin-bottom: 5px;*/
}
/* Default Style (Opera inspired) */
div.domMenu_menuBar {
	float: left;
	width: 902px;
}
div.domMenu_menuElement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	margin-left: 0px;
	margin-right: 2px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
	font-weight: bold;
	background-image: none;
	background-color: #454545;
}
div.domMenu_menuElementHover {
	color: #FFF;
	background-image: none;
	background-color: #4f4f4f;
}
div.domMenu_subMenuBar {
	margin-left: 0px;
	padding-bottom: 1px;
	background-color: #666;
	opacity: .9;
	filter: alpha(opacity=90);
}
div.domMenu_subMenuElement {
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFF;
	text-align: left;
}
div.domMenu_subMenuElementHover {
	border: none;
	color: #FFF;
	background-color: #333;
}
/**********************************************************************/
.flashbanner {
	height: 350px;
	width: 900px;
	margin-bottom: 5px;
	margin-right: 2px;
}
.container_til_forside_bokse {
	width: 900px;
	background-color: #333;
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-y;
	background-position: 485px top;
}
.boks1 {
	width: 455px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.boks2 {
	width: 380px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
}
.indhold {
	width: 860px;
	background-color: #333;
	margin-top: 5px;
	margin-right: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 400px;
}
* html .indhold {
	height: 400px;
}
.clearer {
	clear: both;
}
.footer {
	font-size: 12px;
	height: 25px;
	width: 900px;
	margin-top: 5px;
	margin-right: 2px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}
.footer p {
	font-size: 12px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.google_map_popop {
	color: #000;
}
.google_map_popop a {
	color: #000;
}
/*******************************************************************************************/
/*TEKST MODULER */
.underside_right {
	margin-left: 20px;
	margin-bottom: 10px;
}
.underside_left {
	margin-right: 20px;
	margin-bottom: 10px;
}
.underside_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.noscale_right {
	margin-left: 20px;
}
.noscale_left {
	margin-right: 20px;
}
.noscale_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.boks_right {
	margin-left: 10px;
	margin-bottom: 10px;
}
.boks_left {
	margin-right: 10px;
	margin-bottom: 10px;
}
.boks_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*******************************************************************************************/
/*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: #FFF;
	font-weight: bold;
	text-transform: none;
}
.carlistheadline a:visited {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
	text-transform: none;
}
.carlistheadline a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
	text-transform: none;
}
/* Border der adskiller bilerne i listen */
.listDivider {
	border-top: 1px solid;
	height: 4px;
	border-top-color: #666;
}
/***************************************************************************************/
/* CARROTATOR MODUL */
/* Tabellen der indeholder car rotator modultet */
.car_td {
	width: 380px;
	cursor: hand;
	color: #FFFFFF;
	position: relative;
	height: 220px;
}
.car_td a:link {
	text-decoration: none;
}
.car_td a:visited {
	text-decoration: none;
}
.car_td a:hover {
	text-decoration: none;
}
.headline {
	/*height: 40px;*/
	position: absolute;
	top: 5px;
	left: 0px;
}
.headline h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #CCC;
	text-align: left;
	margin-top: 0px;
}
/* Område hvori billedet af bilen vises */
.car_imageborder {
	width: 250px;
	height: 165px;
	margin-bottom: 2px;
	background-position: center center;
	border: 1px solid #666;
	position: absolute;
	top: 40px;
	right: 10px;
}
/* Bildata tekst område*/
.car_infobox {
	color: #CCC;
	width: 100px;
	height: 100%;
	position: absolute;
	top: 40px;
	left: 0px;
}
.car_infobox p {
	margin-top: 0px;
	margin-bottom: 2px;
	color: #CCC;
}
.car_infobox .data {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
/*************************************************************/
/*BIL VISNING */
.bilvisning_photos {
	width: 500px;
	float: left;
	margin-left: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.billedtekst {
	color: #666;
	font-size: 11px;
	text-align: center;
}
.bilvisning_data {
	width: 220px;
	float: left;
}
.bilvisning_data ul {
	line-height: normal;
}
.modeldata {
	font-size: 10px;
	border: 1px solid #666;
	width: 100%;
	margin-top: 20px;
}
.modeldata h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
.modeldata_headline {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
}