﻿/* Stylesheet 1, 2007-12-30*/
/* Rev 2009-12-31, 2011-01-30 */
/* ------------------------------------------------------- */
body {
	color:#000000;
	background:#F0F0F0;
	text-align:left;
	font-family:arial,verdana,helvetica,swiss,sans-serif;
}
/* Rubriker */
/* ------------------------------------------------------- */
h1 {
	font-family:arial,verdana,helvetica,swiss,sans-serif;
	font-size:24px;
	font-weight:bold;
}
h2 {
	font-family:arial,verdana,helvetica,swiss,sans-serif;
	font-size:20px;
	font-weight:bold;
}
h3 {
	font-family:arial,verdana,helvetica,swiss,sans-serif;
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-family:arial,verdana,helvetica,swiss,sans-serif;
	font-size:12px;
	font-weight:bold;
}
/* färgfält som bakgrund för rubriker */
/* ------------------------------------------------------- */
.band3 {
	line-height: 24px;
	background-color: #ABCD99;
	color: #FFFFFF;
}
.band4 {
	line-height: 20px;
	background-color: #ABCD99;
	color: #FFFFFF;
}

/* Radhöjd */
/* ------------------------------------------------------- */
.lh10 {
	line-height: 10px;
}
.lh110 {
	line-height: 110px;
}
.lh140 {
	line-height: 140px;
}
.lh170 {
	line-height: 170px;
}
/* Styckesformatering */
/* ------------------------------------------------------- */
p {
	font-family:arial,verdana,helvetica,swiss,sans-serif;
	font-size:11px;
}
ul {
	font-family:arial,verdana,helvetica,swiss,sans-serif;
	list-style-type: square
}
td {
	font-family:arial,verdana,helvetica,swiss,sans-serif;
	font-size:11px;
}
.annons {
	font-size=9px;
	color:#808080;
	text-align:center;
}
.right	{
	text-align:right;
}
.not	{
	font-size:9px;
	color:#808080;
}
/* liten vänstermarg t.ex. i celler */
.vmarg	{
	padding-left: 5px;
}
/* ------------------------------------------------------- */
/* kantlinjer i tabeller, färg mörk grön (226208) */
/* används på tabell eller cell (eller stycke) */
/* ------------------------------------------------------- */
/* punkter */
/* alla kanter */
.dotall {
	border: 1px dotted #226208;
}
/* överkant */
.dottop {
	border-top: 1px dotted #226208;
}
/* högerkant */
.dotright {
	border-right: 1px dotted #226208;
}
/* vänsterkant */
.dotleft {
	border-left: 1px dotted #226208;
}
/* hel kantlinje */
.kant1 {
	border: 1px solid #226208;
}
/* inga kantlinjer */
.kant0 {
	border-width: 0px;
}
/* Länkar
/* ------------------------------------------------------- */
.meny	{
	font-size: 12px;
}
.menyakt	{
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}
/* egenskap för länkar */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

