
/*
 --------------------------------------------------------
 Detta CSS är en del av Askås Webbverktyg.
 
 Copyright (c) Askås Internet- & Reklambyrå 2004-2009.
 --------------------------------------------------------
*/


/*
  ------------------------------------------------------------------------

  CSS som styr divvar.

  ------------------------------------------------------------------------ 
*/

#div_wrapper {
	align: center;
}
#div_ruta1 {
	float:left; width: 176px;
}
#div_ruta2 {
	width:140px; margin-left:0px;
}
#div_ruta3 {
	width: 140px; margin-left: 15px;
}
#div_ruta4 {
	position: realtive; width: 806px;
}
#div_ruta5 {
	float:left; width: 140px; margin-left:23px; margin-top:19px;
}
#div_ruta6 {
	width: 620px; float:left; margin-left:0px; margin-top:75px;
}
#div_ruta7 {
	float:left; width: 806px;
}
#div_ruta8 {
	width:806px; margin-left:0px;
}
#div_ruta9 {
	width: 750px; margin-left: 38px;
}
#div_ruta10 {
	float:left; width: 625px;
}
#div_ruta11 {
	width: 625px; margin-left:0px;
}
#div_ruta12 {
	width: 549px; margin-left: 38px;
}
#div_main {
	width: 480px; float:left; margin-left:9px;
}
#div_main2 {
	width: 727px; float:left; margin-left:2px;
}
#div_bott {
	width: 889px; float:left; margin-top:9px;
}
#rubrikRuta {
	padding-left:10px; padding-top:5px;
	font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
}



/*
  ------------------------------------------------------------------------

  CSS som styr speciella inställningar

  ------------------------------------------------------------------------ 
*/

.bgBild{
	background: url(../bilder/dekor/topp_sturuppark.jpg);
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 889px; 
	height: 202px;
	padding-top: 0px;
}

.bgSokruta {
	background: url(../bilder/dekor/bg_navigation.png);
	vertical-align: middle;
	position: absolute; 
	top: 202px; 
	left: 0px; 
	width: 889px; 
	height: 43px;
}

.rutaTopp1 {
	height: 13px;
	width: 176px;
	background: url(../bilder/dekor/topp_ruta1.gif);
}
.rutaMitten1 {
	width: 176px;
	background: url(../bilder/dekor/mitt_ruta1.gif);
}
.rutaBott1 {
	height: 20px;
	width: 176px;
	background: url(../bilder/dekor/bott_ruta1.gif);
}
.rutaTopp2 {
	height: 13px;
	width: 806px;
	background: url(../bilder/dekor/topp_ruta2.gif);
}
.rutaMitten2 {
	width: 730px;
	background: url(../bilder/dekor/mitt_ruta2.gif);
}
.rutaBott2 {
	height: 20px;
	width: 806px;
	background: url(../bilder/dekor/bott_ruta2.gif);
}
.rutaTopp3 {
	height: 13px;
	width: 625px;
	background: url(../bilder/dekor/topp_ruta3.gif);
}
.rutaMitten3 {
	width: 625px;
	background: url(../bilder/dekor/mitt_ruta3.gif);
}
.rutaBott3 {
	height: 20px;
	width: 625px;
	background: url(../bilder/dekor/bott_ruta3.gif);
}



/*
 --------------------------------------------------------
 Speciella definitioner för denna site enbart, som
 används i mallen arbetsyta_singlepage.XX.html
 --------------------------------------------------------
*/

.sidfot {
	font-size: 7pt;
	color: #888888;
}

/*
 --------------------------------------------------------
 Generella definitioner
 --------------------------------------------------------
*/

body,p,td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 14px;
}

select,input,textarea,button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/*
 --------------------------------------------------------
 Definition av generellt utseende på länkar
 --------------------------------------------------------
*/

a:link {
	color: #f59318;
	text-decoration: none;
}
a:visited {
	color: #f59318;
	text-decoration: none;
}
a:active {
	color: #f59318;
	text-decoration: Underline;
}
a:hover {
	color: #f59318;
	text-decoration: Underline;
}




/*
 --------------------------------------------------------
 Definition av Rubrik1, Rubrik 2 osv
 --------------------------------------------------------
*/

h1 {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	margin-bottom: 2px;
}


h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}


h3 {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}


h4 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}




/*
 --------------------------------------------------------
 Klasserna nedan används till navigationstypen:
 "Navigation till vänster, trädstruktur" (alternativ 1)
 --------------------------------------------------------
*/

.menyTyp1 {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
}
.menyTyp1 a:link {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
}
.menyTyp1 a:visited {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
}
.menyTyp1 a:hover {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
	background-color: #FFC461;
}
.menyTyp1 a:active {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
	background-color: #FFC461;
}
.menyTyp1Rubrik {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
}
.menyTyp1Rubrik a:link {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
}
.menyTyp1Rubrik a:visited {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
}
.menyTyp1Rubrik a:hover {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
	background-color: #FFC461;
}
.menyTyp1Rubrik a:active {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 2px;
	background-color: #FFC461;
}




/*
 --------------------------------------------------------
 Klasserna nedan används till navigationstypen:
 "Navigation till vänster, trädstruktur" (alternativ 2)
 --------------------------------------------------------
*/

.menyTyp2Niva1Markerad {
	color: #ff921f;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}
.menyTyp2Niva1Markerad a:link {
	color: #ff921f;
	text-decoration: none;
}
.menyTyp2Niva1Markerad a:visited {
	color: #ff921f;
	text-decoration: none;
}
.menyTyp2Niva1Markerad a:active {
	color: #ff921f;
	text-decoration: underline;
}
.menyTyp2Niva1Markerad a:hover {
	color: #ff921f;
	text-decoration: underline;
}


.menyTyp2Niva1 {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	border: 0px;
	height: 26px;
}
.menyTyp2Niva1 a:link {
	color: #000000;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	height: 26px;
}
.menyTyp2Niva1 a:visited {
	color: #000000;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	height: 26px;
}
.menyTyp2Niva1 a:active {
	color: #ff921f;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	height: 26px;
}
.menyTyp2Niva1 a:hover {
	color: #ff921f;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	height: 26px;
}




.menyTyp2Niva2 {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	border: 0px;
	height: 26px;
	background-color: #DDDDDD;
}
.menyTyp2Niva2 a:link {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva2 a:visited {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva2 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva2 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva2Markerad {
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}



.menyTyp2Niva3 {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	border: 0px;
	height: 26px;
	background-color: #DDDDDD;
}
.menyTyp2Niva3 a:link {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva3 a:visited {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva3 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva3 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva3Markerad {
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}



.menyTyp2Niva4 {
	font-size: 7pt;
	text-decoration: none;
	color: #000000;
	border: 0px;
	height: 26px;
	background-color: #DDDDDD;
}
.menyTyp2Niva4 a:link {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva4 a:visited {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva4 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva4 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}
.menyTyp2Niva4Markerad {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px 10px 0px 10px;
	height: 26px;
}




/*
 --------------------------------------------------------
 Klasserna nedan styr utseende på popdownmenyer
 (både Typ 3 och Typ 4). Inga klasser får raderas.
 --------------------------------------------------------
*/

#costanzaMeny
{
	z-index:1;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

.leftMenu
{
	text-align:left;
}

.centerMenu
{
	text-align:center;
}

.rightMenu
{
	text-align:right;
}

.myMenu
{
	position:absolute;
	visibility:hidden;
	z-index:5;
}



.menyTypPopDown {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0px 8px 0px 8px;
}
.menyTypPopDown:link {
	border: 0px;
	color: #000;
	text-decoration: none;
}
.menyTypPopDown:visited {
	border: 0px;
	color: #000;
	text-decoration: none;
}
.menyTypPopDown:active {
	border: 0px;
	color: #93aab7;
	text-decoration: none;
}
.menyTypPopDown:hover {
	border: 0px;
	color: #93aab7;
	text-decoration: none;
}



.menyTypPopDown_Undermeny_Bakgrund {
	background-color: #cccccc;
	width:200px;
	height:15px;
}



.menyTypPopDown_Undermeny {
	font-size: 12px;
	display:block;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	border: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding-top:4px;
	padding-left: 5px;
	width:180px;
	height:20px;
}
.menyTypPopDown_Undermeny:link {
	border: 0px;
	color: #000000;
	text-decoration: none;
	width:180px;
	height:20px;
}
.menyTypPopDown_Undermeny:visited {
	border: 0px;
	color: #000000;
	text-decoration: none;
	width:180px;
	height:20px;
}
.menyTypPopDown_Undermeny:active {
	border: 0px;
	color: #000000;
	text-decoration: none;
	background-color: #fd9117;
	width:180px;
	height:20px;
}
.menyTypPopDown_Undermeny:hover {
	border: 0px;
	color: #000000;
	text-decoration: none;
	background-color: #fd9117;
	width:180px;
	height:20px;
}


.menyTypPopDown_Markerad {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0px 8px 0px 8px;
}
.menyTypPopDown_Markerad:link {
	border: 0px;
	color: #fe8b1e
	text-decoration: none;
}
.menyTypPopDown_Markerad:visited {
	border: 0px;
	color: #fe8b1e;
	text-decoration: none;
}
.menyTypPopDown_Markerad:active {
	border: 0px;
	color: #fe8b1e;
	text-decoration: none;
}
.menyTypPopDown_Markerad:hover {
	border: 0px;
	color: #fe8b1e;
	text-decoration: none;
}



.myMenuLabelleft, .myMenuItemleft
{
	text-align:left;
	padding:0;
}

.myMenuLabelcenter, .myMenuItemcenter
{
	text-align:center;
	padding:0;
}

.myMenuLabelright, .myMenuItemright
{
	text-align:right;
	padding:0;
}




/*
 --------------------------------------------------------
 Klasserna nedan används till navigationstypen:
 "Navigation till vänster, trädstruktur" (alternativ 5)
 --------------------------------------------------------
*/

.menyTyp5_Vanster {
	background-image: url(/bilder/webbpub-s/flik_vanster.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 5px;
}
.menyTyp5_Hoger {
	background-image: url(/bilder/webbpub-s/flik_hoger.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 5px;
}
.menyTyp5 {
	background-image: url(/bilder/webbpub-s/flik_mitten.gif);
	background-repeat: repeat-x;
	margin: 2px;
	padding: 2px;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	height: 18px;
}
.menyTyp5 a:link {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.menyTyp5 a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.menyTyp5 a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}
.menyTyp5 a:active {
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

/*
 --------------------------------------------------------
 menyTyp5Markerad används för att indikera markerat objekt
 --------------------------------------------------------
*/

.menyTyp5Markerad_Vanster {
	background-image: url(/bilder/webbpub-s/flik_vanster.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 5px;
}
.menyTyp5Markerad_Hoger {
	background-image: url(/bilder/webbpub-s/flik_hoger.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 5px;
}
.menyTyp5Markerad {
	background-image: url(/bilder/webbpub-s/flik_mitten.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	height: 18px;
}
.menyTyp5Markerad a:link {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.menyTyp5Markerad a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.menyTyp5Markerad a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}
.menyTyp5Markerad a:active {
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}




/*
 --------------------------------------------------------
 Klasserna nedan används för utskrift av kalendarium
 --------------------------------------------------------
*/

.datumNormal			{ display: block; font-size: 11px; color: #000000; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px }
.datumNormal a:link		{ display: block; color: #000000; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumNormal a:visited		{ display: block; color: #000000; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumNormal a:active		{ display: block; background-color: #FFCC00; color: #000000; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }
.datumNormal a:hover		{ display: block; background-color: #FFCC00; color: #000000; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }

.datumNormalHelg		{ display: block; font-size: 11px; color: #888888; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px }
.datumNormalHelg a:link		{ display: block; color: #888888; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumNormalHelg a:visited	{ display: block; color: #888888; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumNormalHelg a:active	{ display: block; background-color: #FFCC00; color: #888888; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }
.datumNormalHelg a:hover	{ display: block; background-color: #FFCC00; color: #888888; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }

.datumNormalIdag		{ display: block; font-size: 11px; color: #CC0000; font-weight:bold; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px }
.datumNormalIdag a:link		{ display: block; color: #CC0000; font-weight:bold; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumNormalIdag a:visited	{ display: block; color: #CC0000; font-weight:bold; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumNormalIdag a:active	{ display: block; background-color: #FFCC00; color: #CC0000; font-weight:bold; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }
.datumNormalIdag a:hover	{ display: block; background-color: #FFCC00; color: #CC0000; font-weight:bold; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }

.datumMarkerad			{ display: block; background-color: #DDDDDD; font-size: 11px; color: #000000; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px }
.datumMarkerad a:link		{ display: block; background-color: #DDDDDD; color: #000000; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumMarkerad a:visited	{ display: block; background-color: #DDDDDD; color: #000000; text-decoration: none; border: 1px solid #DDDDDD; padding: 0px; margin: 0px  }
.datumMarkerad a:active		{ display: block; background-color: #FFCC00; color: #000000; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }
.datumMarkerad a:hover		{ display: block; background-color: #FFCC00; color: #000000; text-decoration: none; border: 1px solid #FFCC00; padding: 0px; margin: 0px  }





.NyhetTyp3_Rubrik {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	margin-bottom: 6px;
}
.NyhetTyp3_Ingress {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	display: inline;
}
.NyhetTyp3_Datum {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	display: inline;
}
.NyhetTyp3_Lasmer {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	display: inline;
}

.NyhetTyp3_Lasmer a:link {
	text-decoration: underline;
	color: #0F50B2;
}
.NyhetTyp3_Lasmer a:visited {
	text-decoration: underline;
	color: #0F50B2;
}
.NyhetTyp3_Lasmer a:hover {
	text-decoration: underline;
	color: #000000;
}
.NyhetTyp3_Lasmer a:active {
	text-decoration: underline;
	color: #000000;
}

.NyhetTyp3_Streck {
	margin-top: 10px;
	margin-bottom: 20px;
}





.Nyhetsarkiv_Rubrik {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	margin-bottom: 6px;
}
.Nyhetsarkiv_Ingress {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	display: none;
	visibility: hidden;
}
.Nyhetsarkiv_Datum {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	display: none;
	visibility: hidden;
}
.Nyhetsarkiv_Lasmer {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	margin-top: 5px;
}

.Nyhetsarkiv_Lasmer a:link {
	text-decoration: underline;
	color: #0F50B2;
}
.Nyhetsarkiv_Lasmer a:visited {
	text-decoration: underline;
	color: #0F50B2;
}
.Nyhetsarkiv_Lasmer a:hover {
	text-decoration: underline;
	color: #000000;
}
.Nyhetsarkiv_Lasmer a:active {
	text-decoration: underline;
	color: #000000;
}
.Nyhetsarkiv_Huvudgrupp {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	display: none;
	visibility: hidden;
}

.Nyhetsarkiv_Huvudgrupp a:link {
	text-decoration: underline;
	color: #0F50B2;
}
.Nyhetsarkiv_Huvudgrupp a:visited {
	text-decoration: underline;
	color: #0F50B2;
}
.Nyhetsarkiv_Huvudgrupp a:hover {
	text-decoration: underline;
	color: #000000;
}
.Nyhetsarkiv_Huvudgrupp a:active {
	text-decoration: underline;
	color: #000000;
}

.Nyhetsarkiv_Streck {
	margin-top: 10px;
	margin-bottom: 20px;
}




.Dokument_Tid_Skapat {
	font-size: 7pt;
	color: #888888;
	margin-top:5px;
	margin-bottom:3px;
}

.Dokument_Tid_Uppdaterat {
	font-size: 7pt;
	color: #888888;
	margin-top:5px;
	margin-bottom:5px;
}



.Nyhetstagg2_Rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0d571b;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	margin-bottom: 6px;
}
.Nyhetstagg2_Ingress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	visibility: visible;
}
.Nyhetstagg2_Datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	visibility: visible;
}
.Nyhetstagg2_Lasmer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	margin-top: 5px;
}

.Nyhetstagg2_Lasmer a:link {
	text-decoration: none;
	color: #fd9117;
}
.Nyhetstagg2_Lasmer a:visited {
	text-decoration: none;
	color: #fd9117;
}
.Nyhetstagg2_Lasmer a:hover {
	text-decoration: underline;
	color: #fd9117;
}
.Nyhetstagg2_Lasmer a:active {
	text-decoration: underline;
	color: #fd9117;
}
.Nyhetstagg2_Huvudgrupp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	display: none;
	visibility: hidden;
}

.Nyhetstagg2_Huvudgrupp a:link {
	text-decoration: underline;
	color: #0F50B2;
}
.Nyhetstagg2_Huvudgrupp a:visited {
	text-decoration: underline;
	color: #0F50B2;
}
.Nyhetstagg2_Huvudgrupp a:hover {
	text-decoration: underline;
	color: #000000;
}
.Nyhetstagg2_Huvudgrupp a:active {
	text-decoration: underline;
	color: #000000;
}

.Nyhetstagg2_Streck {
	margin-top: 4px;
	height: 15px;
	background: url(../bilder/streck.gif);
	margin-bottom: 4px;
}
