.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;
	line-height: normal;
}
p {
	margin-top: 5px;
	line-height: 18px;
	font-size: 13px;
}
ul {
	line-height: 18px;
}
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;
}
.header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	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 {
	min-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;
}
.contentContainer-3cols {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/contentcontainer-bg-3cols.jpg);
	background-repeat: repeat-y;
}
.boks2 {
	width: 420px;
	min-height: 200px;
	background-color: #efefef;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
}
.boks3 {
	width: 420px;
	min-height: 200px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	float: left;
}
.boks2-3cols { /* Style til boks2 på skabelonen med 3 bokse */
	width: 270px;
	min-height: 200px;
	background-color: #efefef;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
}
.boks2a-3cols { /* Style til boks2a på skabelonen med 3 bokse */
	width: 269px;
	min-height: 200px;
	background-color: #efefef;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	border-left: #ccc 1px solid;
}
.boks3-3cols {  /* Style til boks3 på skabelonen med 3 bokse */
	width: 270px;
	min-height: 200px;
	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: #F00;
	text-decoration: none;
}
/***************************************UNDERSIDE**************************************/
.indhold {
	width: 870px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/***************************************TEKST MODULER**************************************/
.boks_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
}
.boks_left {
	margin-bottom: 10px;
	margin-right: 10px;
}
.boks_right {
	margin-bottom: 10px;
	margin-left: 10px;
}
.underside_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.underside_left {
	margin-bottom: 10px;
	margin-right: 10px;
}
.underside_right {
	margin-bottom: 10px;
	margin-left: 10px;
}
/*******************************************************************************************/
/*BIL SØGNING */
.carsearch {
	width: 500px;
	margin-right: 80px;
}
#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: #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;
}
/***************************************************************************************/
/* CARROTATOR MODUL TIL SKABELONEN MED 3 BOKSE*/
/* Tabellen der indeholder car rotator modulet */
.carContainer-3cols {
	width: 270px;
	cursor: hand;
	color: #FFFFFF;
	position: relative;
	height: 260px;
	margin-bottom: 10px;
}
.carContainer-3cols a:link {
	text-decoration: none;
}
.carContainer-3cols a:visited {
	text-decoration: none;
}
.carContainer-3cols a:hover {
	text-decoration: none;
}
.headline-3cols {
	/*height: 40px;*/
	position: absolute;
	top: 210px;
	left: 0px;
	width: 270px;
}
.headline-3cols h2 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
	padding-left: 5px;
	margin-left: 0px;
	background-color: #333;
}
.headline-3cols a {
	background-color: #333;
	color: #FFF;
}
/* Område hvori billedet af bilen vises */
.carFrame-3cols {
	width: 270px;
	height: 210px;
	margin-bottom: 2px;
	background-position: center center;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* Bildata tekst område*/
.carInfobox-3cols {
	color: #000;
	width: 260px;
	height: 25px;
	position: absolute;
	top: 235px;
	left: 0px;
	background-color: #999;
	padding-left: 5px;
	padding-right: 5px;
}
.carInfobox-3cols a {
	background-color: #CCC;
	color: #000;
}
.carLabel-3cols {
	line-height: 25px;
	float: left;
	margin-right: 5px;
}
.carInfobox-3cols .year {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	float: left;
	line-height: 25px;
	margin-right: 20px;
}
.carInfobox-3cols .km {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	float: left;
	line-height: 25px;
}
.carInfobox-3cols .price {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	float: right;
	line-height: 25px;
}
/*************************************************************/
/*BIL VISNING */
.bilvisning_photos {
	width: 500px;
	float: left;
	margin-left: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.bilvisning_mainphoto {
	width: 500px;
	height: 375px;
	overflow: hidden;
	margin-bottom: 5px;
}
.billedtekst {
	color: #333;
	font-size: 10px;
	text-align: center;
}
.bilvisning_data {
	width: 250px;
	float: left;
}
.datarow {
	height: 20px;
}
.datarowDivider {
	border-top: 1px dotted;
	height: 4px;
	border-top-color: #666;
}
.bilvisning_data ul li {
	line-height: 18px;
}
.modeldata {
	font-size: 11px;
	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;
}
.modeldata_headline {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
}
.bilvisningDetaljer {
	width: 500px;
	border:  #999 1px solid;
	margin-top: 20px;
	min-height: 100px;
}
.bilvisningDetaljer h2 {
	margin-top: -10px;
	background-color: #CCC;
	display: block;
	width: 145px;
	margin-left: 5px;
	padding-left: 10px;
}