body {
	background: #ffffff;
	text-align: center; /* for centering main table in IE */
	margin-top: 20px;
	font-family: verdana, sans-serif;
	color: #808080;
	font-size: 10pt;
	font-weight: normal;
	line-height: 145%;
}

table.maintable {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

img {
	border: 0px;
}

h1 {
	font-size: 15pt;
	font-weight: normal;
	margin-top: 10px;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
	margin-top: 25px;
}

td {
	vertical-align: top; 
}

a {
	text-decoration: none;
	color: #808080;
}

a:hover {
	color: #000000;
}

.frontpagepicture {
	margin-left: 7px;
	margin-right: 7px;
}

.imagetext {
	font-size: 10pt;
	font-weight: normal;
	line-height: 100%;
}

.menubutton, .menubuttonbox, .menubuttonboxleft, .menubuttonboxright {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menubuttonbox {
	background: #eeeeee;
}

.menubuttonboxleft {
	background: #eeeeee;
	margin-left: 9px;
	padding-left: 6px;
}

.menubuttonboxright {
	background: #eeeeee;
	margin-right: 9px;
	padding-right: 6px;
}

.blackmenu, .blackmenuheader {
	color: #ffffff;
	line-height:145%;
	font-size: 8pt;
}

.blackmenu {
	margin-top: 26px;
	line-height:170%;
}

.blackmenuheader {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 8pt;
}

a.blackmenulink {
	color: #ffffff;
	font-size: 8pt;
}

.blackmenulink:hover {
	color: #808080;
}

.priserutstyrimagetext {
	padding-left: 20px;
}

#googlemap {
	width: 948px;
	height: 400px;
}

img.carlistthumb {
	margin-bottom: 26px;
}

#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

.prevnextbutton {
	vertical-align: middle;
}

* html img,
* html .png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}