/*
html {
	overflow: hidden;
	height: 100%;
}
*/

body {
/*
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
*/
	overflow: hidden;			/* Vi vill inte ha någon scrollbar i huvudbrowsern */
	font-family: Verdana;
	font-size: 11px;
	line-height: 140%;
}

body#main {
	background: rgb(66,57,57) url(../images/bgmid.png) center repeat-y;
}

#bgtopgrad {
	background: url(../images/bgtopgrad.png) repeat-x;
	display: block;
	position: absolute;
	height: 344px;
	top: 0px;
	left: 0px;
	width: 100%;
}

#bgtop {
	background: url(../images/bgtopwhite.png) center no-repeat;
	display: block;
	position: absolute;
	height: 344px;
	width: 100%;
}

#bgtopred {
	background: url(../images/bgtop.png) center no-repeat;
	display: block;
	position: absolute;
	height: 118px;
	width: 100%;
	top: 25px;
}

#bgtopcorner {
	background: url(../images/bgtopcorner.png) center no-repeat;
	display: block;
	position: absolute;
	height: 55px;
	width: 332px;
	top: 143px;
	left: 50%;
	margin-left: -450px;
	z-index: 100;
}

#bgbot {
	background: url(../images/bgbot2008.png) center no-repeat;
	display: block;
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0px;
}

#logohilite {
	background: url(../images/logohilite.png) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	width: 163px;
	height: 48px;
	margin-left: -442px;
	top: 84px;
}

#logo {
	background: url(../images/logo-prhusbilar.png) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	width: 397px;
	height: 70px;
	margin-left: -437px;
	top: 37px;
}

#logorapido {
	background: url(../images/logo-rapido.png) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	width: 160px;
	height: 54px;
	margin-left: 145px;
	top: 30px;
}

#logoelnagh {
	background: url(../images/logo-elnagh.png) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	width: 128px;
	height: 49px;
	margin-left: 311px;
	top: 31px;
}

#slogan {
	background: url(../images/slogan.png) no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	width: 299px;
	height: 27px;
	margin-left: 50px;
	top: 89px;
}

#menu {
	text-align: right;
	display: block;
	position: absolute;
	width: 475px;
	left: 50%;
	top: 123px;
	margin-left: -60px;
	padding-bottom: 4px;
}

#menu a {
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri, Arial, Verdana, sans-serif !important;
}

#menu a:hover {
	color: silver;
}

#contents {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	width: 882px;
	top: 147px;
	bottom: 54px;
	overflow: auto;
	display: none;
}

#contents * {
	color: black;
}

#contents h1 {
	font-weight: bold;
	font-size: 17px;
	color: gray;
	border-bottom: 1px solid gray;
	margin-bottom: 0.25em;
}

#contents p {
	margin: 0;
	margin-bottom: 1em;
	line-height: 150%;
}

#contents td {
	line-height: 150%;
}

#contents ul {
	margin-left: 2em;
	list-style: disc;
}

#contents ol {
	margin-left: 3em;
	list-style: decimal;
}

#contents ul li,
#contents ol li {
	margin-bottom: 0.5em;
}

#contents strong {
	font-weight: bold;
}

#contents em {
	font-style: italic;
}

#contents blockquote {
	padding-left: 2em;
}

.rightpad {
	padding-right: 1em;
}

body {
	scrollbar-base-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: gray;
	scrollbar-shadow-color: gray;
	scrollbar-face-color: rgb(220,220,220);
	scrollbar-arrow-color: gray;
	scrollbar-track-color: white;
}

#contents {
	overflow-x: hidden;
}


#bbdiv {
	position: absolute;
	height: expression(document.body.offsetHeight - 202 + "px");
	left: 50%;
	margin-left: -440px;
	width: 882px;
	top: 147px;
}

html>body #bbdiv {
	bottom: 54px;
}

#bbiframe {
	width: 100%;
	height: 100%;
}

#loading {
	font-family: Arial; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 26pt;
	color: rgb(0,0,79);
	position: absolute; 
	display: none; 
	z-index: 200; 
	width: 422px; 
	height: 114px; 
	left: 50%; 
	margin-left: -211px; 
	top: 50%; 
	margin-top: -57px; 
	background: url(../nav/loadbg.png) no-repeat; 
	border: none; 
	text-align: center; 
	padding-top: 39px; 
}

#nojs {
	background: url(../images/jssaknas.png) center no-repeat;
	display: block;
	position: absolute;
	height: 66px;
	width: 148px;
	bottom: 64px;
	left: 50%;
	margin-left: -440px;
	z-index: 100;
}

#navlist span {
	display: block;
}

#navlist span a {
	text-decoration: none;
	color: black;
}

#navlist span.list0 {
	font-size: 140%;
	font-weight: bold;
}

#navlist span.list1 {
	margin-left: 1em;
	font-size: 110%;
}

body.simple {
	overflow: auto;
	height: auto;
}

div.simple {
	margin-left: 200px;
	width: 660px;
	position: relative;
}

.spcontainer {
	width: 176px;
	left: 5px;
	top: 44px;
	display: block;
	position: absolute;
	font-family: Calibri, Arial, Verdana, sans-serif !important;
	font-size: 12px;
}

.sidepanel {
	border: 2px solid #952f2f;
	background-color: #febebe;
	padding: 6px;
	position: relative;
	font-family: Calibri, Arial, Verdana, sans-serif !important;
	font-size: 12px;
}

html>body .spcontainer {
	position: fixed;
}

.supportedbrowsers a {
	color: gray;
}

.supportedbrowsers a:hover {
	color: black;
}

.sidepanel span.ctr,
.sidepanel span.ctl,
.sidepanel span.cbl,
.sidepanel span.cbr {
	line-height: 1px;
	font-size: 5px;
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(../images/boxcorners.png);
	background-repeat: no-repeat;
}

.sidepanel span.ctr {
	top: -2px;
	right: -2px;
	background-position: -9px 0px;
}

.sidepanel span.ctl {
	top: -2px;
	left: -2px;
}

.sidepanel span.cbl {
	bottom: -2px;
	left: -2px;
	background-position: 0px -9px;
}

.sidepanel span.cbr {
	bottom: -2px;
	right: -2px;
	background-position: -9px -9px;
}

.sidepanel strong {
	font-size: 16px;
	font-weight: bold;
}

.sidepanel .linklist a {
	font-size: 13px;
	line-height: 18px;
	background-image: url(../images/linkbg.png);
	background-repeat: no-repeat;
	background-position: -4px 40%;
	padding-left: 12px;
	color: #952f2f;
	text-decoration: none;
}

.sidepanel .linklist a:hover {
	background-image: url(../images/linkbg-over.png);
	text-decoration: underline;
}

.sidepanel .linklist a.currentlink {
	font-weight: bold;
	background-image: url(../images/linkbg-active.png);
}

.sidepanel div.backlink {
	margin-top: 1em;
	border-top: 1px dotted #952f2f;
	text-align: right;
}

.sidepanel div.backlink a {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	background-image: url(../images/backbg.png);
	background-repeat: no-repeat;
	background-position: -4px 40%;
	padding-left: 12px;
	color: #952f2f;
	text-decoration: none;
}

.sidepanel div.backlink a:hover {
	background-image: url(../images/backbg-over.png);
	text-decoration: underline;
}

h1 {
	border-bottom: 2px solid #febebe;
	color: #952f2f;
	font-family: Calibri, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
	padding-bottom: 9px;
}

td {
	vertical-align: top;
}

div.piclink {
	float: left;
	width: 300px;
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid white;
	position: relative;
}

div.piclink:hover {
	border: 1px dotted gray;
}

div.piclink a.modelname {
	display: block;
	width: 300px;
	text-align: center;
	background-color: silver;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 120%;
	font-family: Calibri;
	text-decoration: none;
}

a.newmodel {
	display: block;
	position: absolute;
	width: 118px;
	height: 59px;
	top: -10px;
	left: -10px;
	background-image: url(../images/nyhet.png);
	background-repeat: no-repeat;
}

img.newmodel {
	position: absolute;
	top: -10px;
	left: -10px;
}

div.sideview {
	position: relative;
	width: 400px;
	text-align: center;
}

div.newmodel {
	display: block;
	position: absolute;
	width: 118px;
	height: 59px;
	top: -10px;
	left: -10px;
	background-image: url(../images/nyhet.png);
	background-repeat: no-repeat;
}

div.plancontainer {
	width: 640px;
}

div.plan {
	float: left;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

div.section {
	clear: both;
	margin: 4em;
}

div.modeldesc {
	padding-top: 3em;
}

div.modeldesc p {
	margin-bottom: 1em;
	font-family: Calibri;
}

div.modeldesc p.beskrivning,
div.tekdata p.beskrivning {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.3em;
}

tr.oddrow {
	background-color: #EEE;
}

tr.evenrow {
	background-color: #DDD;
}

td.tdcol1,
td.tdcol2,
td.tdcol3 {
	font-size: 120%;
	font-family: Calibri;
	font-weight: bold;
	padding: 5px;
}

td.tdcol2 {
	text-align: right;
}

td.tddesc {
	font-style: italic;
	padding: 5px;
	padding-top: 0px;
	font-family: Calibri;
	font-size: 120%;
}

div.sidfot {
	text-align: center;
	color: gray;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Calibri;
	padding-bottom: 20px;
}

div.prisdiv table th {
	font-family: Calibri;
	font-weight: bold;
	font-size: 140%;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted gray;
}

div.prisdiv table td {
	font-family: Calibri;
	font-size: 120%;
	padding-top: 4px;
}

div.prisdiv table td.prcol2 {
	text-align: right;
	padding-left: 3em;
}

div.foton {
	text-align: center;
}

div.foton a img {
	margin: 1em;
	border: 1px solid gray;
}

tr.fotnoter td {
	padding: 5px;
	font-style: italic;
	font-family: Calibri;
	font-size: 120%;
}

div.simple p {
	font-family: Calibri;
	font-size: 110%;
	margin-bottom: 1em;
}

div.simple h2 {
	font-family: Calibri, Arial, Verdana;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

div.simple ul {
	list-style: disc;
	margin-left: 3em;
	margin-bottom: 1em;
}

div.tekdata table {
	width: 560px;
}

div.simple strong {
	font-weight: bold;
}

div.simple em {
	font-style: italic;
}

div.persbox {
	border-bottom: 1px dotted silver;
	float: left;
	margin-bottom: 1em;
	margin-right: 2em;
	width: 305px;
	font-size: 11px;
	font-family: Calibri;
}

img.persfoto {
	border-left: 7px solid silver;
	float: left;
	margin-right: 1em;
}

a#printbut {
	background: url(../images/print.png) no-repeat;
	display: block;
	position: absolute;
	height: 17px;
	width: 18px;
	top: 123px;
	left: 50%;
	margin-left: 425px;
	z-index: 50;
}

a#printbut span {
	display: none;
}


/*
**	FOR PHOTO GALLERY
*/
div.imgwrap {
	position: relative;
}

a.imga img {
	border: 1px solid black;
}

/*
**	Tabell för bilder och filnamn
*/
#gallerytable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	width: 100%;
}

/*
**	Filnamn i fotogalleriet
*/
#gallerytable td span.captiontd,
#gallerytable td span.nocaptiontd {
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 10px;
	padding-bottom: 1.5em;
	height: 2.5em;
}

/*
**	Tabellcell för bilden
*/
#gallerytable td.imgtd {
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	padding-left: 0.7em;
	padding-right: 0.7em;
	text-align: center;
}

/*
**	Navigation i fotogalleriet
*/
#navgallery {
	text-align: center;
	position: absolute;
	top: 1em;
	left: 5%;
	width: 90%;
	height: 2em;
	border-bottom: 1px solid black;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

* html #navgallery {
	height: 3em;
}

#nojsnav {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 10%;
	width: 80%;
	border: 2px solid red;
	font-weight: bold;
	font-size: 150%;
	background: salmon;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#linktable td {
	padding-bottom: 0.75em;
	padding-top: 0.75em;
	border-bottom: 1px solid rgb(245,245,245);
}

#linktable td a.mainlink {
	display: block;
}

#linktable td img {
	width: 100px;
}

/*
**	Nyhetspanel
*/
div#nyheter {
	border: 2px solid #952f2f;
	-moz-border-radius: 5px;
	background-color: #febebe;
	padding: 6px;
	float: right;
	font-family: Calibri, Arial, Verdana, sans-serif !important;
	font-size: 12px;
	color: #952f2f;
	width: 160px;
	margin-left: 2em;
	margin-bottom: 2em;
}

div#nyheter #newshead {
	font-size: 16px;
	font-weight: bold;
}

div#nyheter #newslist {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

div#nyheter .nyhetsdiv {
	margin-top: 0.7em;
}

div#nyheter .nyhetsdiv span.nyhetsdatum {
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	display: block;
}

