/* CSS Document */

/*ALLMANA*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}

  body#skrivut {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_skrivut.gif);
	background-repeat: repeat;
}

body#fel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	background-image: url(../images/bg_skrivut.gif);
	background-repeat: repeat;
}

html>body { 
	min-height:100%;
	height:auto !important;
	height:100%;
} 

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

h1 span {
	font-size: 16px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
	border-bottom: 1px dashed #999999;
	margin: 5px 0px;
	padding-bottom: 5px;
	background-color:#fafafa;
}

h2 span {
	color: #666666;
	background-color:#fafafa;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
	margin: 10px 0px 5px;
	padding-bottom: 5px;
	background-color:#fafafa;
}

h3 span {
	color: #666666;
	background-color:#fafafa;
}

h3.dark {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 10px 0px 5px;
	padding-bottom: 5px;
	background-color:#fafafa;
}

h3.entreprenad {
	margin: 10px 0px 3px;
	padding-top: 10px;
	border-top: 1px dashed #999999;
}

/* LAYOUT HUVUDMALL */

#ram {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
}

.rensa {
	clear: both;
}					

/* LAYOUT SIDHUVUD MALL */
			
#sidhuvud 	{	
	margin-top:0px;
	background: url(../images/bg_topp_ny.gif) no-repeat;
	width:950px;
	height: 180px;
}

#bildspel {
	float: right;
	padding-top: 20px;
	padding-right: 5px;
}

#logga {
	float: left;
	padding-top: 35px;
	padding-left: 70px;
}

/* LAYOUT INNEHALL MALL */

#innehall {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:auto;
	text-align:left;
	background-color:#FAFAFA;
	border-right: 1px dashed #999999;
	border-left: 1px dashed #999999;
}

/* LAYOUT MENY */
#meny {
	width: 150px !important;
	width: 143px;
	margin-left: 10px;
	float: left;
	height: auto !important; /* ignored by IE, applied everywhere else */
	height: 100%; /* IE treats as min-height */
	min-height: 100%; /* IE ignores this */
}

#meny p {
	padding-left: 10px;
}

#meny dl {
	padding: 0px;
	list-style-type: none;
	width: 150px !important;
	width: 143px;
	margin-top: 15px;
}

#meny dt, #meny dd, #meny ul, #meny li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 150px !important;
	width: 143px;   /* hack for IE */
}
#meny #menu {
	top: 0;
	left: 0;
}
#meny #menu {
	width: 100px;
	margin-left:0px;
}
#meny #menu dt {
	cursor: pointer;
	margin-left: 0px;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 2px;
	height: 22px;
	line-height: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	background-position: 0px 0px;
	background-image:url(../images/bg_meny.gif);
	background-repeat:repeat-y;
	border-bottom: 1px dashed #999999;
	text-indent: 5px;
	letter-spacing: 0.8px;
}
#meny #menu dd {
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	background-color:#fafafa;
	/*text-indent: 5px;*/
}

#meny #menu dd ul li {
	background-color: #f0f0f0;
	padding-left: 5px;
}
#meny #menu li {
	text-align: left;
	width: 145px !important;
	width: 138px;   /* hack for IE */
	/*border-bottom: 0px;*/
}
#meny #menu dt a {
	color: #333333;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#meny #menu dt a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	background-position: 0px 0px;
	background-image:url(../images/bg_meny_on.gif);
	background-repeat:repeat-y;
}

#meny #menu li a {
	color: #CC9900;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	letter-spacing: 0.8px;
}

#meny #menu li a:hover {
	color: #666666;
}

/* LAYOUT LAGERVAGNAR STARTSIDAN */

#lagervagnar {
	width: 497px !important;
	width: 490px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-right: 1px dashed #999999;
	border-left: 1px dashed #999999;
}

#lagervagnar img {
	border: 1px solid #EEBB11;
	padding: 5px;
}

#lagervagnar img.noborder {
	border: 0px;
	padding: 5px;
}

#lagervagnar p.youtubebox {background:#fff url(../images/youtube.gif) no-repeat; padding: 20px 0px 0px 80px; height:28px; text-align:left; margin:0px;}
#lagervagnar p.youtubebox a {text-decoration: none; font-weight: bold; color: #CC9900;}
#lagervagnar p.youtubebox a:hover {color: #666666;}

/* MER INFO */

#visainfo {
	display:none;
	padding:10px;
	position: absolute; 
	left: 65%; 
	top: 50%; 
	margin-left:-650px; 
	margin-top:-340px; 
	z-index 5; 
	height: auto; 
	width: 400px;; 
	background-color: #fafafa; 
	border: 1px dashed #666666;
}

#visainfo a, #visainfo a:link, #visainfo a:active, #visainfo a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

#visainfo a:hover {
	color: #666666;
}

#visainfo .close {
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: right;
}

#visainfo h2, #visainfo p {
	text-align:center;
}

#visainfo img {
	margin-bottom: 5px;
	border: 1px solid #EEBB11;
	padding: 5px;
}

#visainfo img.noborder {border:0px;}

td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

td img {
	border: 1px solid #EEBB11;
	padding: 5px;
	margin-bottom: 5px;
}

#lagervagnar td a, #lagervagnar td a:link, #lagervagnar td a:active, #lagervagnar td a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

#lagervagnar td a:hover {
	color: #666666;
}
#nyheter {
	
	width: 257px !important;
	width: 250px;   /* hack for IE */
	margin-right: 10px;
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}

#nyheter img, #justnu img {
	border: 1px solid #EEBB11;
	padding: 5px;
}

#nyheter a, #justnu a {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;}

#nyheter a:hover, #justnu a:hover {
	color: #666666;
}


#oppettider, #nyttofordon {
	clear: right;
	width: 257px !important;
	width: 250px;   /* hack for IE */
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}

#justnu {
	clear: right;
	width: 257px !important;
	width: 250px;   /* hack for IE */
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
	text-align:left;
	}

#thule {
	clear: right;
	width: 257px !important;
	width: 250px;   /* hack for IE */
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
	text-align:center;
	}

#oppettider img {
	border: 1px solid #EEBB11;
	padding: 5px;
}

/* LAYOUT SIDFOT MALL */

#sidfot 	{
	margin-top:0px;
	width:auto;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	border-top: 1px dashed #999999;
}

#sidfot a {
	text-decoration: none;
	font-weight: normal;
	color: #CC9900;
}

#sidfot a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

/* KONTAKT */

#kontaktform {
	margin-top: 20px;
	width: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal; 
	color:#333333; 
}

#kontaktform .falt {
	width:390px;
	background-color: transparent; 
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px; 
	border-bottom: 1px solid #999999;
}	
					   
#kontaktform textarea.meddelande {
	margin-top: 5px;
	width:390px;
	height:75px;
	background-color: transparent;
	border: 1px solid #999999;
					}								

#kontaktform select.val {
	margin-top: 5px;
	width:390px;
	background-color:#fafafa; 
	border: 1px solid #999999;
}	


#kontaktform .knapp {
	width:80px;
	margin-top: 10px;
	border: 1px solid #EEBB11;
	background-color: #f0f0f0;
}

p span.kommentar {
	color:#990000;
	font-style:italic;
	font-weight:bold;
}

/* LAYOUT UNDERSIDOR */

#undersidamitten {
	width: 447px !important;
	width: 440px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-right: 1px dashed #999999;
	border-left: 1px dashed #999999;
}

.undersidatext {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}

.undersidatext a, .undersidatext a:link, .undersidatext a:active, .undersidatext a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

.undersidatext a:hover {
	color: #666666;
}

.undersidatextutanborder {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.undersidatext ul, .undersidatextutanborder ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

.undersidatext li, .undersidatextutanborder li {
	display: block;
	background-image: url(../images/bg_li_mark.gif);
	background-repeat: no-repeat;
	width: 387px !important;
	width: 380px;
	/*height:20px;*/
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.undersidatabell {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.undersidatabell img {
	border: 1px solid #EEBB11;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}

td.rubriktopp {
	font-weight: bold;
	border-bottom: 1px solid #CC9900;
}

td.rubrikleft {
	font-weight: bold;
	border-right: 1px solid #CC9900;
}

#undersidahoger {
	
	width: 307px !important;
	width: 300px;   /* hack for IE */
	margin-right: 10px;
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}

#undersidaverkstad {
	
	width: 307px !important;
	width: 300px;   /* hack for IE */
	margin-right: 10px;
	float: right;
	padding-bottom: 5px;
}

#undersidahoger img, #undersidaverkstad img {
	border: 1px solid #EEBB11;
	padding: 5px;
	margin-bottom: 5px;
}

#undersidahoger a, #undersidahoger a:link, #undersidahoger a:active, #undersidahoger a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

#undersidahoger a:hover {
	color: #666666;
}

#undersidahoger span, #undersidaverkstad span {
	font-style: italic;
	font-size: 11px;
	color: #666666;
}

/* LAGERVAGNAR, SLAPVAGNAR, BATTRAILERS, ENTREPRENADVAGNAR */

#undersidabred {
	width: 755px !important;
	width: 748px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-left: 1px dashed #999999;
}

#skrivutram {
	width: 607px !important;
	width: 600px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.skrivuttabell {
	width: 607px !important;
	width: 600px;
}

h2.rubrik {
	margin-left: 10px;
}

.undersidabredtabell {
	width: 417px !important;
	width: 410px;   /* hack for IE */
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.undersidabredtabell img {
	border: 1px solid #EEBB11;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.lagersidabredtabell {
	width: 712px !important;
	width: 705px;   /* hack for IE */
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.litentabell td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: left;
	font-size: 11px;
}

.litentabell td.rubriktopp {
	font-weight: bold;
	border-bottom: 1px solid #CC9900;
}

.litentabell td.rubrikleft {
	font-weight: bold;
	border-right: 1px solid #CC9900;
}

.bild {
	width: 307px !important;
	width: 300px;   /* hack for IE */
	margin-right: 0px;
	margin-top: 10px;
	float: right;
	padding-bottom: 5px;
}
.bild img {
	border: 1px solid #EEBB11;
	padding: 5px;
	margin-bottom: 5px;
}

#undersidabred a, #undersidabred a:link, #undersidabred a:active, #undersidabred a:visited, .undersidatextutanborder a {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

#undersidabred a:hover, .undersidatextutanborder a:hover {
	color: #666666;
}

.rensaborder {
	clear: both;
	margin-left: 10px;
	border-bottom: 1px dashed #999999;
}

/* KALKYLATOR */

#kalkylatorform {
	margin-top: 10px;
	width: 350px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#333333;
	padding: 10px;
	border: 1px dotted #999999;
}

#kalkylatorform label {
	font-weight: bold;
}

#kalkylatorform .falt {
	width:250px;
	background-color: transparent; 
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px; 
	border: 1px solid #999999;
}	
					  

#kalkylatorform select.val {
	margin-top: 5px;
	width:250px;
	background-color:#fafafa; 
	border: 1px solid #999999;
}	

#kalkylatorform .knapp {
	width:120px;
	margin-top: 10px;
	background-color: #e6e6e6; 
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px; 
	border: 1px solid #EEBB11;
}	

table#finansiering td.fet {
	font-weight: bold;
}

/* SKRIV UT HASTVAGNAR */

.skrivut {
	text-align: right;
	margin: 0px;
}
.skrivut a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

.skrivut a:hover {
	color: #666666;
}

/* FEL SIDAN BORTA */

#bortaram {
	margin: 0px auto;
	padding: 0px;
	width: 400px;
	text-align: left;
}

table#borta {
	margin-top: 30px;
	padding: 15px;
	border: 1px dotted #999999;
}

table#borta img {
	border: 0px;
}

table#borta a, table#borta a:link, table#borta a:active, table#borta a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
}

table#borta a:hover {
	color: #666666;
}

/* BLOCKET */

#blocket {
	text-align:center;
	background:url(../images/bg_blocket.jpg) #fff no-repeat;
	width:300px;
	padding: 20px;
	}
.iframebox {
	background-color:#333;
	}