@charset "utf-8";
/* VIKTIGT!! a:link etc. används i första hand till UNDERMENYknapparna*/
a:link {
	color: #2e2e2e;
	text-decoration: none;
}
a:visited {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration:none;
}

a:active {
	text-decoration: none;
}

a#vit:link{
	color:#FFFFFF
}
a#vit:visited{
	color:#eee
}
a#vit:hover{
	color:#2e2e2e
}
a#vit:active{
	color:#2e2e2e
}

/*Green*/
a#green:link{
	color:#93DB15;
}
a#green:visited{
	color:#2e2e2e;
}
a#green:hover{
	color:#2e2e2e;
}
a#green:active{
	color:#2e2e2e;
}

/* SVART TEXT MOT VIT */
a#commonlink:link {
	color: #2e2e2e;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a#commonlink:visited {
	color: #222222;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

a#commonlink:hover {
	color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

a#commonlink:active {
	text-decoration: none;
}

/* VIT TEXT MOT SVART */
a#speciallink:link {
	color:#eeeeee; 
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;

}

a#speciallink:visited {
	color:#eeeeee;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;

}

a#speciallink:hover {
	color:#ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

a#speciallink:active{
	text-decoration:none;
}

/* VET EJ????? */
a#speciallink_svart:link { color:#2e2e2e; text-decoration:none; }
a#speciallink_svart:visited { color:#2e2e2e; text-decoration:none; }
a#speciallink_svart:hover { color:#999999; text-decoration:underline;}
a#speciallink_svart:active { text-decoration:none;}

/* SÅ HÄR KAN MAN SKRIVA OM FLERA STILAR INOM SAMMA FUNKTION SKA HA SAMMA ATTRIBUT 
a, a:hover, a:active, a:visited{
	border: none;
	text-decoration: none;
	color: gray;
	font-family: helvetica, arial;
	font-size: 8pt;
}*/

