/* CSS Document */

/* Egenskaper för <body> */
  body.ls_body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	}



/* Utseende på länkar ovanför menyraden */
  div.kontakt {
    position: absolute;
    top: 0px;
    left: 97px; 
    z-index:3
  }
  
  .kontakt td {
	width: 663px;
	height: 29px;
	background-color: none;
	padding: 0;
	border: 0 none;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 1px;
}

	.kontakt a {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: black;
}



 
 /* Utseende på huvudfältet till lastsäkring */
table.main {
	
	width: 900px;
}
.main td {
	vertical-align: top;
	border: 0;
	padding: 5;
}
.main h1 {font-family: tahoma; font-size: 21px; font-weight: bold; color: #004585}
.main h2 {font-family: tahoma; font-size: 18px; font-weight: bold; color: #FFFFFF}
.main h3 {
	font-family: times;
	font-size: 13px;
	font-weight: none;
	color: black;
	font-style: italic;
	text-align: right;
}
.main p {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: none;
	color: black;
}
.main a{
	font-family: tahoma;
	font-size: 17px;
	font-weight: none;
	color: black;
	text-decoration: none;
	
}
.main a:hover {color: #A0522D;}
.main ul {
	font-family: tahoma;
	font-size: 17px;
	font-weight: none;
	color: black;
	text-decoration: none;
	list-style-image: pil_index.GIF;
}
.main li {
	font-family: tahoma;
	font-size: 15px;
	font-weight: none;
	color: black;
	text-decoration: none;
	list-style-image: url(pil_index.gif);
}

a.huvud_namn {
	font-family: tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.lankar_sprak{
	font-family: tahoma;
	font-size: 13px;
	font-weight: none;
	color: black;
	text-decoration: none;
}
  
a.ls_allman_link {
	font-family: tahoma;
	font-size: 13px;
	font-weight: none;
	color: red;
	text-decoration: none;
	}
a.ls_kurs_link {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #004585;
	text-decoration: none;
	}	


/* Utsende på adresserna */
a.fot_namn {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}

p.fot_adress {
	font-family: tahoma;
	font-size: 12px;
	font-weight: none;
	color: white;
	text-decoration: none;
	}
a.fot_epost{
	font-family: tahoma;
	font-size: 12px;
	font-weight: none;
	color: White;
	text-decoration: underline;
}	