/* ---------- Styles ---------- */
html {
	height: 100%;
	
	/* force h-scrollbar in firefox to prevent page shift on cetnered content*/
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 66%;
	line-height : 1.25em;
	color:#000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#f5f5f5;
	background-image:url(../img/bg/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
form {
	margin:0px;
	padding:0px;
}
DIV {
	font-size: 100%;
}
td, table {
	font-size: 100%;
}
a {
	font-size: 100%;
	color:#333333;
	text-decoration:underline;

}
h1, .heading1 {
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
	EditMenuName: Heading 1;
	
}
h2, .heading2 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 125%;
	EditMenuName: Heading 2;
}
h3, .heading3 {
	font-size: 105%;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 125%;
	EditMenuName: Heading 3;
}
h4, .heading4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 115%;
}
#EditorHeading{
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 2px;
	EditMenuName: Rubrik 1;
}

#Newslistheading {
	font-size: 115%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 125%;

}

/* ---------- LAYOUT Sidan ---------- */
#mainHolder {
	width: 988px;
	/*height: 100%;*/
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bg/shadow_bg.jpg);
	background-repeat:repeat-y;
}
#centerLayout {
	width: 988px;
	height:100%;
	/*height:600px;*/
	background-image:url(../img/bg/center_bg.jpg);
	background-repeat:no-repeat;
}
#centerHolder {
	padding-left: 15px;
	padding-right: 15px;
}
/* ---------- Toppen ---------- */
#topHolder {
	padding-left: 8px;
	padding-right: 8px;
}
#logo {
	float:left;
}
#logoCars {
	float:right;
}
#mediaHolder {
	padding-left:8px;
	padding-right:8px;
}
#media {
	padding-bottom: 1px;
	padding-top: 1px;
}
/* ---------- Topmenyn ---------- */
#navHolder {
	padding-left: 8px;
	padding-right: 8px;
	padding-top:1px;
	padding-bottom:1px;
}
#navLayout {
	position:relative;
	height: 38px;
	line-height: 38px;
	background-image:url(../img/bg/nav_bg.jpg);
	background-repeat:repeat-x;
	/*vertical-align:middle;*/
}
.nav {
	float:left;
}
.nav a {
	display:block;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}
.nav a:hover {
	display:block;
	text-decoration:underline;
	background-image:url(../img/bg/nav_bg_active.jpg);
	background-repeat: repeat-x;
	background-color:#999999;
}
.navActive {
	float:left;
	background-image:url(../img/bg/nav_bg_active.jpg);
	background-repeat: repeat-x;
}
.navActive a {
	display:block;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}
.navActive a:hover {
	display:block;
	text-decoration:underline;
	background-image:url(../img/bg/nav_bg_active.jpg);
	background-repeat: repeat-x;
	background-color:#999999;
}
.navDivider {
	float:left;
}
#navBottom {
	position:relative;
}
/* ---------- Vänstermeny ---------- */
#menuHolder {
	
}
#menuLayout {
	width: 185px;
}
#menu {
	font-size:95%;
	background-color:#FFFFFF;
	padding-left:2px;
	padding-right:2px;
	border-left: solid 1px #beb9b9;
	border-right: solid 1px #beb9b9;
}
#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	vertical-align:left;
}

#menu ul li {
	text-align: left;/
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #dbdbdd;
	background-color: #f4f4f4;
}

#menu a {
	display:block;
	color: #585656;
	font-weight:bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top:4px;
	padding-bottom: 4px;
}


#menu a:hover {
	background-color: #e1e2e2;
}

#menu a.selected
{
	background-color: #e1e2e2;
}

#menu a.level1
{
}

#menu a.level2
{
	font-weight:normal;
}

#menu a.level3
{
	font-weight:normal;
}

#menu a.level4
{
	font-weight:normal;
}



/* ---------- Startsida ---------- */
#startHolder {
	float:left;
	/*height:100%;*/
	/*height:300px;*/
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(../img/bg/start_dividers_bg.gif);
	background-repeat:repeat-y;
}
#startLeftHolder {
	position:relative;
	float:left;
	width:198px;
}
#startCenterAndRightHolder {
	position:relative;
	width:744px;
	float:left;
}
#startCenterHolder {
	position:relative;
	float:left;
	width:546px;
}
#startRightHolder {
	position:relative;
	float:left;
	width:198px;
}
#startLeftPuffHolder{
	float:left;
}
#startRightPuffHolder{
	float:right;
	width:185px;
}
#rightPuffHolder {
	float:right;
	width:269px;
}
#cLeftPuff {
	float:left;
	padding-left:12px;
}
#cLeftPuffLayout, div.cLeftPuffLayout {
	width:247px;
	height:322px;
	background-image:url(../img/bg/start_center_puff_nyheter.jpg);
	background-repeat:no-repeat;
}
#cLeftPuffLayout2, div.cLeftPuffLayout2 {
	width:247px;
}
#cRightPuff {
	float:Right;
	padding-right:12px;
}
#cRightPuffLayout {
	width:247px;
	height:322px;
	background-image:url(../img/bg/start_center_puff2_b.jpg);
	background-repeat:no-repeat;
}
#middleAndRightAdd {
	clear:both;
	background-color:#ffffff;
	margin-left:13px;
	margin-right:0px;
	padding-top:5px;
}
.annonsStart {
	padding-bottom:4px;
}

/* Added by Sofie Qwarnström, Sogeti, 2007-06-07
   För att få en scrollist på nyhetsrutan på startsidan, om nyheterna blir fler än vad rutan räcker till. */
.startVerkstadTipsLeft 
{
	position:relative;
	left:14px;
	top:41px;
	width:220px;
	font-size:10px;
	line-height: 13px;
	overflow:auto; 
	height:265px;	
}

.startVerkstadTips {
	position:relative;
	left:14px;
	top:41px;
	width:220px;
	height:260px;
	font-size:10px;
	line-height: 13px;	
}
.startPageNews {
	position:relative;
	left:13px;
	top:40px;
	width:220px;
	font-size:10px;
	line-height: 13px;
	
}
div#StartPageTip
{
	position:relative; 
	padding-top:14px
	}
#NewsDivider
{
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: Dotted 1px #d4d4d4;
}
.startVerkstadBoka {
	position:absolute;
	left:25px;
	top:220px;
	width:220px;
	font-size:10px;
	line-height: 13px;
	
}
#StartVerkstadBokaLeft
{
	POSITION: relative;
	
}


#RightImg
{
	width: 65px ;
	float: right;
	padding-left: 5px ;
	
}
.startBegTd {
	font-size:10px;
	padding-bottom:8px;
	line-height: 13px;
}
.startBegFormTd {
	font-size:10px;
	line-height: 13px;
}
/* ---------- Undersida ---------- */
#underpageHolder {
	float:left;
	/*height:100%;*/
	/*height:300px;*/
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(../img/bg/allman_dividers_bg.gif);
	background-repeat:repeat-y;
}
#leftHolder {
	position:relative;
	float:left;
	width:198px;
}
#allmanCenterHolder {
	position:relative;
	float:left;
	width:475px;
}
#allmanCenterAndRightHolder {
	float:left;
	width:744px;
}
#underpageFullHolder {
	float:left;
	/*height:100%;*/
	/*height:300px;*/
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(../img/bg/allman_dividers_full_bg.gif);
	background-repeat:repeat-y;
}
.allmanRightLayout {
	padding-left:10px;
	padding-right:0px;
}

#allmanCenterFullHolder {
	position:relative;
	float:left;
	width:744px;
}
#allmanRightHolder {
	position:relative;
	float:left;
	width:269px;
}
#allmanCenterLayout {
	padding-left: 20px; 
	padding-right:20px;
	text-align:left;
}
#allmanCenterFullLayout {
	padding-left: 22px; 
	padding-right:11px;
	text-align:left;
}
/* ---------- Footer ---------- */
#footer {
	clear: both;
	padding-left:8px;
	padding-right:8px;
	font-size:95%;
	color:#666666;
}
#footerText {
	float:left; 
	width:546px; 
	padding-top: 20px; 
	text-align:center;
}
#footerLinks {
	float:right;
	padding-top:20px;
	width:198px;
}
/* ---------- PuffLayout ---------- */
.puff {
	width:185px;
	position:relative;
	padding:0px;
	margin:0px;
	

	
}
.puffLeft {
	width:185px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}
.puffRight {
	width:185px;
	position:relative;
	float:right;
	padding:0px;
	margin:0px;
}
.puffLayout {
	display:block;
	min-height:50px;
	position:relative;
	float:left;
	width:185px;
	background-image:url(../img/puff/puff_borders.gif);
	background-repeat:repeat-y;
	

}
*html .puffLayout {
	display:block;
	height:50px;
	position:relative;
	float:left;
	width:185px;
	background-image:url(../img/puff/puff_borders.gif);
	background-repeat:repeat-y;
	
}

.puff img {
	border:none;
}
.puffImageHeader {
	display:block;
}
.puffTop, .puffTopBlue, .puffTopGreen, .puffTopOrange, .puffTopYellow, .puffTopRed {
	display:block;
	height:35px;
	line-height:35px;
	padding-left:10px;
	padding-right:6px;
	font-weight:bold;
	background-repeat:no-repeat;
}

.puffTop {
	background-image:url(../img/puff/puff_top.jpg);
}

.puffTop a:link, .puffTop a:visited, .puffTop a:hover {
	color:#000000;
	text-decoration:none;
}

.puffTopBlue {
	color:#ffffff;
	background-image:url(../img/puff/puff_top_blue.gif);
}

.puffTopBlue a:link, .puffTopBlue a:visited, .puffTopBlue a:hover {
	color:#ffffff;
	text-decoration:none;
}

.puffTopGreen {
	color:#ffffff;
	background-image:url(../img/puff/puff_top_green.gif);
}

.puffTopGreen a:link, .puffTopGreen a:visited, .puffTopGreen a:hover {
	color:#ffffff;
	text-decoration:none;
}

.puffTopOrange {
	color:#ffffff;
	background-image:url(../img/puff/puff_top_orange.gif);
}

.puffTopOrange a:link, .puffTopOrange a:visited, .puffTopOrange a:hover {
	color:#ffffff;
	text-decoration:none;
}

.puffTopYellow {
	color:#ffffff;
	background-image:url(../img/puff/puff_top_yellow.gif);
}

.puffTopYellow a:link, .puffTopYellow a:visited, .puffTopYellow a:hover {
	color:#ffffff;
	text-decoration:none;
}

.puffTopRed {
	color:#ffffff;
	background-image:url(../img/puff/puff_top_red.gif);
}

.puffTopRed a:link, .puffTopRed a:visited, .puffTopRed a:hover {
	color:#ffffff;
	text-decoration:none;
}

.puffText, .puffLink{
	display:block;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.puffText a.NoDecoration:link, .puffText a.NoDecoration:visited, .puffText a.NoDecoration:hover {
	text-decoration:none;
}
.puffText p {
	margin-top:0px;
	margin-bottom:10px;
}
.puffBodyContainer {
	display:block;
}
.puffTextAd
{
	padding-top: 6px;
	/*padding-bottom: 4px;*/
	padding-left: 10px;
	padding-right: 10px;
	
	
	}
.puffLinkAd
{
	/*padding-top: 6px;*/
	/*padding-bottom: 4px;*/
	padding-left: 10px;
	padding-right: 10px;
	
	
	}

.puffText {
	font-size:95%;
	color:#333333;
}
.puffTextAd {
	font-size:95%;
	color:#333333;
}
.puffLink {
	vertical-align:top;
}
.puffBottom {
	display:block;
}
/* ---------- Nybil ---------- */
.nyBilPuff {
	width:340px;
	position:relative;
	padding:0px;
	margin:0px;
}
.nyBilPuffLeft {
	float:left; 
	width:340px;
	position:relative;
	padding:0px;
	margin:0px;
}
.nyBilPuffRight {
	float: right;
	width:340px;
	position:relative;
	padding:0px;
	margin:0px;
}
.nyBilPuffLayout {
	min-height:50px;
	position:relative;
	float:left;
	width:340px;
	background-image:url(../img/bg/ny_bil_puff_borders.gif);
	background-repeat:repeat-y;
}
*html .nyBilPuffLayout {
	height:50px;
	position:relative;
	float:left;
	width:340px;
	background-image:url(../img/bg/ny_bil_puff_borders.gif);
	background-repeat:repeat-y;
}
.nyBilPuffTop {
	height:35px;
	line-height:35px;
	padding-left:10px;
	padding-right:6px;
	font-weight:bold;
	background-image:url(../img/bg/ny_bil_puff_top.jpg);
	background-repeat:no-repeat;
}
.nyBilPuffText {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.nyBilPuffText {
	font-size:95%;
	color:#333333;
}
.nyBilPhoto {
	float:left; 
	padding-right: 8px; 
	padding-bottom:4px;
}
.nyBilLink {
	padding-top:4px;
}
/* ---------- Begagnatsidan ---------- */
.begHolder {
	width:708px;
	position:relative;
	padding:0px;
	margin:0px;
}
.begLayout {
	min-height:50px;
	position:relative;
	float:left;
	width:708px;
	background-image:url(../img/bg/begBgLayout.gif);
	background-repeat:repeat-y;
}
*html .begLayout {
	height:50px;
	position:relative;
	float:left;
	width:708px;
	background-image:url(../img/bg/begBgLayout.gif);
	background-repeat:repeat-y;
}
.begTop {
	height:37px;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	background-image:url(../img/bg/begTopBg.jpg);
	background-repeat:no-repeat;
}
.begInfoLayout {
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:95%;
	color:#333333;
}
/* ---------- Begagnatsidan navigering ---------- */
#begNavHolder {
	padding: 0px;
}
#begNavLayout {
	position:relative;
	height: 37px;
	line-height: 37px;
	background-image:url(../img/beg_menu/off_bg.jpg);
	background-repeat:repeat-x;
	/*vertical-align:middle;*/
}
.begNavOff {
	float:left;
}
.begNavOn {
	float:left;
	background-image:url(../img/beg_menu/on_bg.jpg);
	background-repeat:repeat-x;
}
.begNavOff a {
	display:block;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}
.begNavOff a:hover {
	display:block;
	text-decoration:underline;
}
.begNavOn a {
	display:block;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 20px;
}
.begNavOn a:hover {
	display:block;
	text-decoration:underline;
}

.begNavDivider {
	float:left;
}
.begNavDividerEnd {
	float:right;
}
#begNavBottom {
	position:relative;
}
/* ---------- Diverse ---------- */
#verkstadPuff {
	float:left;
	border:solid #b9b9b9 1px;
	padding:2px;
}
#verkstadPuffLayout
{
	background-color:#d9d9d9;
	width:241px;
}

#verkstadTipsHeader {
	position:relative;
	font-size:12px;
	font-weight:bold;
	color:Black;
	line-height: 13px;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

#verkstadTips {
	position:relative;
	font-size:10px;
	line-height: 13px;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.bildtext {
	padding-top:4px;
	padding-bottom:12px; 
	font-style:italic;
}
#brodtext
{
	font-size:10px;
	line-height: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 15px;

	}
#rubriktext
{
	font-size:130%;
	font-weight:bold;
	line-height: 13px;
	padding-left: 13px;
	padding-right: 13px;
}
#nyhetsrubrik
{
	font-size:10px;
	line-height: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-top: 6px;
	
}

.uPageAvd {
	border-bottom:solid 1px #d4d4d4;
	padding-bottom:15px;
	padding-top:15px;
}
.linkArrow {
	position:relative;
	padding-top:4px;
}
.stationInfo {
	padding-right: 15px;
}
.stationAvd{
	padding-bottom:5px;
	padding-top:15px;
}
.stationAvdLayout {
	background-color:#d9e7f0;
	padding-left:10px; 
	padding-right:10px; 
	padding-top:3px; 
	/*padding-bottom:5px;*/
	margin:0px;
	height:20px;
	
	
}
.stationAvdHeader {
	float:left;
	font-weight:bold;
}
.stationAvdInfo {
	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px; 
	padding-bottom:15px;
}
.workerLeft {
	width: 200px;
	float:left;
}
.workerRight {
	width: 200px;
	float:right;
}
.workerInfo {
	padding-top: 4px;
	padding-bottom:15px;
}
.workerName {
	font-size: 105%;
	font-weight: bold;
	line-height: 150%;
}


.horizontalRuler
{
	clear:both;
	margin:10px 0 10px 0;
	padding:0;
	height:1px;
	border-top:solid 1px #d4d4d4; 
}