.clearer {
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 15px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	line-height: 18px;
	font-size: 13px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}
.main {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-y;
}
.header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #000;
}
.header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	line-height: 100px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/******** MENU *******************************************/
.menu {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
}
div.dommenu {
	height: 50px !important;
	height: 50px;
	width: 900px !important;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	/*margin-bottom: 5px;*/
}
/* Default Style (Opera inspired) */
div.domMenu_menuBar {
	float: left;
	width: 900px;
}
div.domMenu_menuElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
}
div.domMenu_menuElementHover {
	color: #FFF;
	background-image: url(../images/mernu-bg-hover.jpg);
	background-repeat: repeat-x;
}
div.domMenu_subMenuBar {
	margin-left: 0px;
	padding-bottom: 1px;
	background-color: #069;
	opacity: .9;
	filter: alpha(opacity=90);
}
div.domMenu_subMenuElement {
	border: none;
	font-family: 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: #004F75;
}
/**********************FORSIDE***************************************************/
.boks1 {
	height: 350px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #777F82;
}
.contentContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/contentcontainer-bg.png);
	background-repeat: repeat-y;
}
.boks2 {
	width: 420px;
	background-color: #efefef;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
}
.boks3 {
	width: 420px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	float: left;
}
.footer {
	height: 40px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	color: #FFF;
}
.footer p {
	font-size: 11px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}
.footer a:link {
	color: #FFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #CCC;
	text-decoration: none;
}
/***************************************UNDERSIDE**************************************/
.indhold {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
/*******************************************************************************************/
/*BIL LISTE */
/* Kolonne overskrifter i bil liste */
.carlistheadline {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.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;
}
/***************************************************************************************/
/* CARROTATOR MODUL */
/* Tabellen der indeholder car rotator modultet */
.car_td {
	width: 420px;
	cursor: hand;
	color: #FFFFFF;
	position: relative;
	height: 230px;
}
.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: 15px;
	left: 10px;
}
.headline h2 {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	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: 50px;
	right: 10px;
}
/* Bildata tekst område*/
.car_infobox {
	color: #666;
	width: 100px;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 10px;
}
.car_infobox p {
	margin-top: 0px;
	margin-bottom: 2px;
	color: #666;
}
.car_infobox .data {
	color: #333;
	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: #333;
	font-size: 10px;
}
.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: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.modeldata_headline {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
}