body {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.maintable {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
h1 {
	color: #333;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	color: #333;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
}
p {
	line-height: 17px;
	margin-top: 10px;
}
ul {
	line-height: 17px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #E4831F;
	text-decoration: none;
}
.header {
	height: 71px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	position: relative;
}
.header .logo {
	height: 45px;
	width: 380px;
	position: absolute;
	top: 17px;
	left: 20px;
}
.header .slogan {
	height: 20px;
	width: 170px;
	position: absolute;
	top: 46px;
	left: 420px;
}
.header .newsletter {
	height: 20px;
	width: 90px;
	position: absolute;
	top: 7px;
	right: 10px;
	display: none;
}
.header .homebutton {
	display: none;
}
.newsletter_input {
	width: 160px;
	height: 20px;
	margin-top: 0px;
	background-color: transparent;
	border: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-image:url(../images/formfield_newsletter_bg.jpg);
	font-size: 10px;
	color: #000000;
	padding: 0px;
	padding-left: 0px;
	padding-top: 6px;
}
/*MENU*/
.menu {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.flash {
	height: 250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	background-color: #FFF;
}
.content { /* Forside og Underside 2 */
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.content_subpage { /* Underside 1 */
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-image: url(../images/streg.jpg);
	background-repeat: repeat-y;
	background-position: 580px;
	min-height: 400px;
}
.indhold { 
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	min-height: 400px;
}
.left {
	width: 550px;
	float: left;
}
.maerke_visning {
	width: 540px;
	min-height: 250px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #EBEBEB;
	background-image: url(../images/campaignbox_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	line-height: 17px;
}
.maerke_visning h1 {
	color: #E4831F;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
}
.maerke_visning a:link {
	color: #000;
	text-decoration: underline;	
}
.maerke_visning a:visited {
	color: #333;
	text-decoration: underline;
}
.maerke_visning a:hover {
	color: #000;
	text-decoration: none;	
}
.right {
	width: 280px;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.campaignbox1 {
	height: 110px;
	width: 260px;
	background-color: #EBEBEB;
	background-image: url(../images/campaignbox_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.campaignbox2 {
	height: 110px;
	width: 260px;
	margin-bottom: 10px;
	background-color: #EBEBEB;
	background-image: url(../images/campaignbox_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.campaignbox3 {
	height: 110px;
	width: 260px;
	background-color: #EBEBEB;
	background-image: url(../images/campaignbox_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.campaignbox1 h1, .campaignbox2 h1, .campaignbox3 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #E4831F;
	margin-top: 0px;
	margin-bottom: 5px;
}
.campaignbox1 p, .campaignbox2 p, .campaignbox3 p {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
}
.clearer {
	clear: both;
}
.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 924px;
	position: relative;
}
.footer .adresse {
	position: absolute;
	height: 30px;
	width: 200px;
	left: 200px;
	top: 8px;
	font-size: 10px;
	color: #333;
}
.footer p {
	margin: 0px;
	line-height: normal;
}
.footer .submenu {
	height: 20px;
	width: 300px;
	position: absolute;
	top: 10px;
	right: 110px;
	font-size: 10px;
	color: #333;
}
/**************** SUBMENU I FOOTER ****************************/
.footer .submenu {
	width: 300px;
	position: absolute;
	z-index: 2;
	right: 105px;
	top: 13px;
	color: #333;
}
.footer .submenu ul {
	padding: 0px;
	list-style-type: none;
	color: #000000;
	width: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
}
.footer .submenu ul li {
	display: inline;
	float: right;
}
.footer .submenu ul a:link, .footer .submenu ul a:visited, .footer .submenu ul a:active {
	font-size: 10px;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	vertical-align: middle;
}
.footer .submenu ul a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
.login_link {
	height: 17px;
	width: 85px;
	position: absolute;
	right: 24px;
	top: 12px;
	font-size: 10px;
	color: #333;
	line-height: 17px;
}
.login_link a:link {
	color: #333333;
}
.login_link a:visited {
	color: #333333;
}
.login_link a:hover {
	text-decoration: none;
	color: #333333;
}
/*******************************************************************/
/* TEKST MODULER */
.campaignbox_left {
	margin-left: 0px;
	margin-right: 10px;
}
.campaignbox_right {
	margin-left: 10px;
	margin-right: 5px;
}
.noscale_left {
	margin-left: 0px;
	margin-right: 10px;
}
.noscale_right {
	margin-left: 10px;
	margin-right: 5px;
}
.intlink {
	margin-top: 0px;
}
.left_forside {
	margin-left: 0px;
	margin-right: 10px;
	/*float: left;*/
}
.right_forside {
	margin-left: 10px;
	margin-right: 0px;
	/*float: right;*/ 
}
.right_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*******************************************************************************************/
/*BIL SØGNING */
.carsearch {
	float: left;
	width: 530px;
	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;
}
/*************************************************************/
/*CARROTATOR */
/* Område (maske) hvori billedet af bilen vises */
.carrotator_container {
	float: left;
}

.car_td {
	width: 250px;
	cursor: hand;
	margin-bottom: 10px;
}
.car_td a {
	text-decoration: none;
	color: #000;
	text-transform: none;
	font-weight: normal;
}
.car_td h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
}
.car_imageborder {
	width: 250px;
	height: 150px;
	margin-bottom: 0px;
	background-position: center;
	/* border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;*/
}
/* Bildata tekst område*/
.car_infobox {
	width: 238px;
	height: 100%;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #CCC;
	background-image: url(../images/carrotator_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
}
/*******************************************************************************************/
/*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;
}
.carlistheadline a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.carlistheadline a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
/* Border der adskiller bilerne i listen */
.listDivider {
	border-top: 1px solid;
	height: 4px;
	border-top-color: #cccccc;
}
/*************************************************************/
/*BIL VISNING */
.bilvisning_photos {
	width: 600px;
	float: left;
	margin-left: 0px;
	margin-right: 30px;
}
.forhandler {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bilvisning_data {
	width: 220px;
	float: left;
}
.bilvisning_data ul {
	line-height: normal;
}
.modeldata {
	font-size: 10px;
	border: 1px solid #CCC;
	width: 100%;
}
.modeldata_headline {
	font-size: 12px;
	font-weight: bold;
}
/*************************************************************/
/* POPUP */
.popupbody {
	margin: 0px;
	padding: 0px;
}
.popupbox {
	margin: 5px;
	padding: 10px;
}
.popupbox td, .popupbox td * {
	font-size: 11px;
}
.popupbox input {
	width: 100%;
}
