/* CSS Document */
/* Utseende på huvudfältet */
table.main {
	width: 750px;
}
.main td {
	vertical-align: top;
	border: 0;
	padding: 0;
}
.main h1 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #004585
}
.main h2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: gray;
	text-align: justify;
}
.main p {
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: justify;
}
.main a {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #004585;
	text-decoration: none;
}
font.Rubrik2 {
	font-weight: bold;
}
font.Rubrik3 {
	color: red;
}
a.ls_kurs_link {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #004585;
	text-decoration: none;
}
/* Utseende på undermenyn */
div.um {
	position: absolute;
	left: 17px;
	top: 82px;
	max-width: 150px;
	z-index: 2;
}
.um td {
	padding-left: 2;
	padding-right: 0;
	padding-top: 1;
	padding-bottom: 1;
	background-color: #C6E2FF
}
.um table {
	background-color: #FFFFFF
}
.um a:link, .um a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #483D8B;
	text-decoration: none
}
.um a:hover {
	color: #A0522D;
}
td#um_bild {
	padding: 0;
	border: 0;
	background-color: #C6E2FF
}
td#um_rubrik {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 2;
	padding-right: 0;
	padding-top: 1;
	padding-bottom: 1;
	border: 0;
	background-color: #004585
}
td#um_botten {
	padding-left: 2;
	padding-right: 0;
	padding-top: 1;
	padding-bottom: 1;
	border: 0;
	background-color: #004585
}
td#um_lista {
	padding-left: 10;
}
td#um_lista a:link, td#um_lista a:visited {
	font-weight: normal;
}

