html, body{height:100%;}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body #container {
	height: auto;  /*for not-IE */
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.4em;
	line-height: 2.5em;
	color: #666;
}
h2 {
	font-size: 1em;
	line-height: 1.7em;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 8px;
}
img {
	border: 0px;
}
a {
	color: #006699;
}
.container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
}
#logo {
	width: 750px;
	height: 66px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(../grafik/logo.gif);
	background-repeat: no-repeat;
}
#topmenu {
	/*position: absolute;*/
	z-index: 100;
	height: 40px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
.banner {
	width: 750px;
	height: 250px;
	margin: 0px 0;
	padding: 0px;
	overflow: hidden;
	/*background-image: url(../grafik/banner.jpg);
	background-repeat: no-repeat;*/
}
#banner_u {
	width: 750px;
	height: 138px;
	margin: 0px 0;
	padding: 0px;
	overflow: hidden;
	background-image: url(../grafik/banner-u.jpg);
	background-repeat: no-repeat;
}
.bottom_row {
	width: 750px;
	height: 244px;
	margin: 0;
	padding: 0;
	background-image: url(../grafik/bottom-row.gif);
	background-repeat: repeat-y;
}
#boks1, #boks2, #boks3  {
	height: 244px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	clear: none;
	overflow: hidden;
}
#boks1 {
	width: 231px;
}
#boks2 {
	width: 256px;
	height: 234px;
	padding: 8px 5px 0 10px;
}
#boks2 h1 {
	font-size: 1.2em;	
	line-height: 1.4em;
}
#boks3 {
	width: 248px;
	background-image: url(../grafik/submenu-bg.jpg);
	background-repeat: no-repeat;
}
/* min-height for IE7+ */
#boks4 {
	float: left;
	width: 700px;
	min-height: 300px;
	padding: 0 25px 15px 25px;
	border: solid 1px #e4e4e4;
}
/* Fix for IE6 and below */
* html #boks4 {
	height: 300px;
}
/* MENU */
#boks3 ul {
	width: 248px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#boks3 ul li {
	width: auto;
	height: 42px;
	margin: 0;
	padding: 18px 18px 0 0;
	display: list-item;
}
#boks3 ul a:link, #boks3 ul a:visited, #boks3 ul a:active, #boks3 ul a:hover {
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 2.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	width: auto;
}
table.udlejtabel {
	border-collapse: collapse;
}
.udlejtabel td{
	border: solid 1px #000;
}
/* CARROTATOR MODUL */
/* Tabellen der indeholder car rotator modulet */
.car_td {
	width: 225px;
	cursor: hand;
}
.car_td a {
	text-decoration: none;
}
/* Område hvori billedet af bilen vises */
.car_imageborder {
	width: 230px;
	height: 150px;
	margin: 0 0 0 5px;
	background-position: center;
}
/* Bildata tekst område*/
.car_infobox {
	background-color: #e5e5e5;
	width: 210px;
	height: 100%;
	padding: 5px 10px;
	color: #666;
}
/* Bildata tekst farve*/
.car_infobox * {
	color: #333333;
}