body {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 15px;
	font-weight: 500;
	border-bottom: #999 1px dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
}
a:link {
	color: #000;
	text-decoration: underline;	
}
a:visited {
	color: #000;
	text-decoration: underline;	
}
a:hover {
	color: #000;
	text-decoration: none;	
}
.mainTable {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
.header {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2B4D7D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #223F66;
}
.header h1 {
	color: #EFEFEF;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	margin: 0px;
	border-bottom: none;
	padding-left: 20px;
}
.flashbanner {
	background-color: #223F66;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #223F66;
}
.topbillede {
	background-color: #CCC;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #223F66;
}
.mainContent {
	position: relative;
	z-index: 1;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
}
/*
* html .mainContent {
	height: 500px;	
}*/
.menu {
	width: 150px;
	float: left;
	padding-top: 10px;
}
.menu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 25px;
	margin-top: 0px;
}
.menu a:link {
	text-decoration: none;
	display: block;
	color: #FFF;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	background-color: #46648E;
	color: #FFFFFF;
}
.menu a {
	text-decoration: none;
	display: block;
	width: 140px;
	padding-left: 10px;
	height: 25px;
	color: #FFF;
}
.footer {
	width: 130px;
	color: #CCC;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	left: 10px;
	font-size: 11px;
}
.footer a {
	color: #CCC;
}
.boks1 {
	width: 350px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.underside_indhold {
	width: 630px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.boks2 {
	float: right;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
}
.boks1 p, .boks2 p, .underside_indhold p {
	margin-top: 5px;
	line-height: 17px;
}
.clear {
	clear: both;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
/*******************************************************************************************/
/*TEKST MODULER*/
.right_forside {
	margin-left: 10px;
}
.left_forside {
	margin-right: 10px;
}
.center_forside {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.right_underside {
	margin-left: 10px;
}
.left_underside {
	margin-right: 10px;
}
.center_underside {
	margin-right: auto;
	margin-left: 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: #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: 350px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.bilvisning_data {
	width: 220px;
	float: right;
}
.bilvisning_data ul {
	line-height: normal;
}