/*Grundstilar*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
a: { color: #0058a7;	text-decoration: none }
a:link {	text-decoration: none;	color: #0058a7;}
a:visited { text-decoration: none;	color: #0058a7; }
a:active { text-decoration: none;	color: #0058a7; }
a:hover   {  text-decoration: underline;	color: #0058a7;}


.body {
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 15px;
}
.bold_10 {
	font-size: 10px;
	font-weight: bold;
}
.bold_12 {
	font-size: 12px;
	font-weight: bold;
}
/*textbasen*/
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.bastabell {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
/* blå navigeringslist*/
.navigering {
	background-color: #0058A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	padding: 3px;
}

.navigering a: { color: #FFFFFF;	text-decoration: none }
.navigering a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
}
.navigering a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
}
.navigering a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
}
.navigering a:hover   {
	text-decoration: underline;
	color: #FFFFFF;
	font-style: normal;
}

/* navigering leftside*/
.leftnav {	color: #0058a7;	text-decoration: none;	font-style: normal;	line-height: 20px;	font-weight: normal; }
.leftnav a: { font-weight: normal; }
.leftnav a:link {	font-weight: normal;}
.leftnav a:visited { font-weight: normal; }
.leftnav a:active { font-weight: normal; }
.leftnav a:hover   {	text-decoration: underline; }

/* inforutan*/
.inforuta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0058A7;
}
