/*
--------------------------------------------------------------------------------------------------
  Detta CSS är en del av Askås Webbverktyg.
  COPYRIGHT (c) ASKÅS INTERNET- & REKLAMBYRÅ AB 1998-2010. ALLA RÄTTIGHETER RESERVERADE.
  INNEHÅLLET FÅR EJ KOPIERAS, ÄNDRAS, ANVÄNDAS, LAGRAS ELLER DISTRIBUERAS UTAN TILLSTÅND 
  FRÅN ASKÅS INTERNET- & REKLAMBYRÅ AB.
  
-----------------------------------------------------------------------
*/

/*
--------------------------------------------------------------------------------------------------

  Generella inställningar

--------------------------------------------------------------------------------------------------
*/

#body1 {
	font-family:Arial, Helvetica, Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#222;
	margin:0px;
	background:url(../bilder/dekor/bg.gif);
	background-color:#d2d0bd;
	background-repeat: repeat-x;
	background-position:center top;
}

body,p,td,ul,ol {
	font-family:Arial, Helvetica, Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#222;
	margin:0;
}

select,input,textarea,button {
	font-family: Arial, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #2167ac;
	text-decoration: none;
}
a:visited {
	color: #2167ac;
	text-decoration: none;
}
a:active {
	color: #2167ac;
	text-decoration: underline;
}
a:hover {
	color: #2167ac;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	letter-spacing:-1.2px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-top: 0;
	background:url(../bilder/bg-h1.gif);
	background-repeat:repeat-x;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 3px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.ingress {
	font-size:15px;
	line-height:21px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
}

.AddThis {
	margin:15px auto;
	width:150px;
}

.rubrikStart4 {
	font-size: 28px;
	letter-spacing:-1.2px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-top: 0;
	margin-bottom:5px;
}

.datumStart4 {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	margin-top:5px;
	margin-bottom:10px;
}

/*
 --------------------------------------------------------
 Speciella definitioner för denna site enbart, som
 används i mallen arbetsyta_singlepage.XX.html
 --------------------------------------------------------
*/
#wrapper {
	width:800px;
	margin:0 auto;
}
#toppwrapper {
	position:relative;
	width:800px;
	height:172px;
	margin-bottom:0px;
	background:url(../bilder/dekor/topp.jpg) no-repeat;
}
#logo {
	position:absolute;
	top:70px;
	left:0px;
	width:280px;
	height:70px;
	z-index:50;
}
#bild {
	position:absolute;
	top:0px;
	left:500px;
	width:275px;
	height:172px;
	z-index:50;
}

#toppmeny {
	width:760px;
	padding:8px 20px 0px 20px;
	height:30px;
	background-color:#DCDCCD;
}

#toppmeny a {
	color:#000;
	font-size:14px;
}

#main-wrapper {
	position:relative;
	width:800px;
	margin-top:0px;
	margin-left:0px;
	z-index: 1;
	background-color:#fff;
}
#vansterkolumnen-wrapper {
	float:left;
	width:180px;
	margin: 0px 10px 10px 10px;
}
#hogerkolumnen-wrapper {
	float:right;
	width:170px;
	padding:5px;
	margin: 10px 10px 0px 0px;
	background-color: #a3a47a;
}
#hogerkolumnen-wrapper i {
	font-size:11px;
	font-style:normal !important;
	display:block;
}
#hogerkolumnen-wrapper a {
	font-size:11px;
	display:block;
	margin-bottom:5px;
}
#hogerkolumnen-wrapper br {
	display:none;
}
#hogerkolumnen-wrapper h3 {
	margin-top:5px;
	margin-bottom:10px;
}

#main {
	z-index: 1;
	float:left;
	width:760px;
	margin:0px;
	padding:20px;
	background-color:#fff;
}
#main-start {
	z-index: 1;
	float:left;
	width:760px;
	margin:0px;
	padding:20px;
	background-color:#fff;
}
#sokrutan {
	position: absolute;
	top:35px;
	left:370px;
	width:318px;
	height:33px;
	padding: 9px 0px 0px 9px;
	background:url(../bilder/dekor/sokruta.gif);
	background-repeat:no-repeat;
}
#sokruta {
	border: none;
	display:inline;
	float:left;
	margin-right:0px;
	margin-top:0px;
	height:20px;
	padding:0px;
	margin-left:8px;
	margin-top:7px;
}
.sokruta {border:1px solid #dddddd;background-color:#ffffff;width:265px; float:left; font-size:11px; color:#777777; padding-top:4px; padding-left:4px; height:16px;}
.sokruta-epost {border:1px solid #ccc; width:85px; height:18px;}
.sokknapp {display:block;width:20px;height:22px;float:left; margin-left:4px; margin-top:2px;}

#lankar-topp {
	position:absolute;
	top:100px;
	width:950px;
	height:30px;
	padding-left:15px;
	margin-left:10px;
	z-index:250;
	background:url(../bilder/butik/bg-toppmeny.gif);
	background-repeat: repeat-x;
}

#bott {
	width:100%;
	display:block;
	margin:0 auto;
	margin-bottom: 20px;
}
#bott-wrapper {
	position:relative;
	width:800px;
	margin:0 auto;
	background-color:#dcdccd;
	padding-bottom:10px;
	padding-top:25px;
	margin-top: 10px;
}
#topp-wrapper {
	position:relative;
	width:1000px;
	height:135px;
	z-index:80;
	background-color:#fff;
}

#footer-wrapper {
	width:780px;
	margin-left:20px;
	margin-top:0px;
	padding-bottom:10px;
}
#footer-rad {
	width:760px;
	height:80px;
	position:relative;
	text-align:center;
}
#footer-rad-1 p, #footer-rad-2 p, #footer-rad-3 p, #footer-rad-4 p, #footer-rad-5 p  {
	color:#444444;
	font-size:11px;
	line-height:18px;
}
#footer-rad-1 {
	float:left;
	width:165px;
	height:280px;
	margin-left:0px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px dotted #ddd;
}
.footer-rubrik {
	color:#444;
	font-size:12px;
	font-weight: bold;
	display: block;
}

#footer-rad-1 a, #footer-rad-2 a, #footer-rad-3 a, #footer-rad-4 a {
	color:#2167ac;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
}
#footer-rad-2 {
	float:left;
	width:165px;
	height:280px;
	color:#444;
	font-size:11px;
	line-height:18px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px dotted #ddd;
}
#footer-rad-3 {
	float:left;
	width:165px;
	height:280px;
	color:#444;
	font-size:11px;
	line-height:18px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px dotted #ddd;
}
#footer-rad-4 {
	float:left;
	width:165px;
	height:280px;
	color:#444;
	font-size:11px;
	line-height:18px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px dotted #ddd;
}
#footer-rad-5 {
	float:left;
	width:750px;
	color:#444;
	font-size:11px;
	line-height:21px;
	margin-top:0px;
}

#main-start font style {
	font-size:20px !important;
}

/*
 --------------------------------------------------------
 Klasserna nedan används till navigationstypen:
 "Navigation till vänster, trädstruktur" (alternativ 1)
 --------------------------------------------------------
*/

.menyTyp1 {
	font-size: 11px;
	display: block;
	width: 100%;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1 a:link {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1 a:visited {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1 a:hover {
	display: block;
	width: 100%;
	text-decoration: underline; 
	color: #99D329;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1 a:active {
	display: block;
	width: 100%;
	text-decoration: underline; 
	color: #99D329;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1Rubrik {
	font-size: 11px;
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #99D329;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.menyTyp1Rubrik a:link {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #99D329;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1Rubrik a:visited {
	display: block;
	width: 100%;
	text-decoration: none; 
	color: #99D329;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1Rubrik a:hover {
	display: block;
	width: 100%;
	text-decoration: underline; 
	color: #99D329;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.menyTyp1Rubrik a:active {
	display: block;
	width: 100%;
	text-decoration: underline; 
	color: #99D329;
	border: 0px;
	margin: 0px;
	padding: 0px;
}




/*
 --------------------------------------------------------
 Klasserna nedan används till navigationstypen:
 "Navigation till vänster, trädstruktur" (alternativ 2)
 --------------------------------------------------------
*/

.menyTyp2Niva1 {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	border: 0px;
	height: 22px;
	background-color: #FFC461;
}
.menyTyp2Niva1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva1 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva1 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva1Markerad {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFC461;
	padding: 1px 10px 0px 10px;
	height: 22px;
}



.menyTyp2Niva2 {
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
	height: 22px;
	background-color: #FFC461;
}
.menyTyp2Niva2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva2 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva2 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 22px;
}
.menyTyp2Niva2Markerad {
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFC461;
	padding: 1px 10px 0px 10px;
	height: 22px;
}



.menyTyp2Niva3 {
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
	height: 20px;
	background-color: #FFC461;
}
.menyTyp2Niva3 a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva3 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva3 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva3Markerad {
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFC461;
	padding: 1px 10px 0px 10px;
	height: 20px;
}



.menyTyp2Niva4 {
	font-size: 7pt;
	text-decoration: none;
	color: #000000;
	border: 0px;
	height: 20px;
	background-color: #FFC461;
}
.menyTyp2Niva4 a:link {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva4 a:visited {
	color: #000000;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva4 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva4 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 1px 10px 0px 10px;
	height: 20px;
}
.menyTyp2Niva4Markerad {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFC461;
	padding: 1px 10px 0px 10px;
	height: 20px;
}




/*
 --------------------------------------------------------
 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:17px;
	font-weight: normal;
	color:#000000;
	border:0px;
	margin:0;
	padding:0px 20px 0px 0px;
}
.menyTypPopDown a {
	color: #000000;
	text-decoration: none;
}
.menyTypPopDown a:hover {
	text-decoration: underline;
}

.menyTypPopDown_Undermeny_Bakgrund {
	background-color: #ffffff;
	width:200px;
	height:15px;
}



.menyTypPopDown_Undermeny {
	font-size: 8pt;
	text-decoration: none;d;
	font-weight: bold;
	color: #000000;
	border: 0px;
	background-color: #C6E096;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:2px;
	width:200px;
	height:15px;
}
.menyTypPopDown_Undermeny:link {
	border: 0px;
	color: #000000;
	text-decoration: none;
	width:200px;
	height:15px;
}
.menyTypPopDown_Undermeny:visited {
	border: 0px;
	color: #000000;
	text-decoration: none;
	width:200px;
	height:15px;
}
.menyTypPopDown_Undermeny:active {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #73AF61;
	width:200px;
	height:15px;
}
.menyTypPopDown_Undermeny:hover {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #73AF61;
	width:200px;
	height:15px;
}



.menyTypPopDown_Markerad {
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding:0px 20px 0px 0px;
}
.menyTypPopDown_Markerad a {
	text-decoration: none;
}
.menyTypPopDown_Markerad a:hover {
	text-decoration: underline;
}



.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 {
	font-family: Arial Black, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-image: url(/bilder/webbpub-s/flik_mitten.gif);
	background-repeat: repeat-x;
	margin: 2px;
	padding: 2px;
	font-weight: normal;
	color: #ffffff;
	font-size: 15px;
	height: 18px;
}
.menyTyp5 a:link {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}
.menyTyp5 a:visited {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}
.menyTyp5 a:hover {
	font-size: 15px;
	text-decoration: underline;
	color: #B1E351;
}
.menyTyp5 a:active {
	font-size: 15px;
	text-decoration: underline;
	color: #B1E351;
}

/*
 --------------------------------------------------------
 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 {
	font-family: Arial Black, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-image: url(/bilder/webbpub-s/flik_mitten.gif);
	background-repeat: repeat-x;
	margin: 2px;
	padding: 2px;
	font-weight: normal;
	color: #B1E351;
	font-size: 15px;
	height: 18px;
}
.menyTyp5Markerad a:link {
	font-size: 15px;
	text-decoration: none;
	color: #B1E351;
}
.menyTyp5Markerad a:visited {
	font-size: 15px;
	text-decoration: none;
	color: #B1E351;
}
.menyTyp5Markerad a:hover {
	font-size: 15px;
	text-decoration: underline;
	color: #B1E351;
}
.menyTyp5Markerad a:active {
	font-size: 15px;
	text-decoration: underline;
	color: #B1E351;
}


/*
 --------------------------------------------------------
 
 Definitioner för nyhetsdatabas
 
 --------------------------------------------------------
*/

.NyhetTyp3_Rubrik {
	font-size:20px;
	color:#000000;
	font-weight:normal;
	line-height:normal;
}

.NyhetTyp3_Datum {
	font-size:11px;
	color:#000000;
	font-weight:normal;
	line-height:normal;
	margin-top:5px;
	margin-bottom:5px;
}

.NyhetTyp3_Lasmer {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	line-height:normal;
}




/*
 --------------------------------------------------------
 
 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  }


/*
--------------------------------------------------------------------------------------------------

  Klasser för Drop-down-meny

--------------------------------------------------------------------------------------------------
*/
#dropmeny {
	position:absolute;
	top:132px;
	width:455px;
	height:30px;
	margin-left:10px;
	z-index:250;
}
#dropmeny a {
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	margin-right:25px;
	padding: 9px 25px 8px 0px;
	color: #2167ac;
}
#dropmeny a:hover {
	text-decoration: none;
}
#dropmeny ul.meny{
	margin:0;
	padding:0;
	list-style: none; 
	z-index: 3000;
}
#dropmeny ul.meny li {
	float:left; 
	z-index: 2000;
}
	
.dropmenyRubrik {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 3px;
	width: 92%;
}

#dropmeny ul.meny li div#m1 {width:400px;border:1px solid transparent;position: absolute;z-index: 1000;padding:10px; background:url(../bilder/bg-dropmeny.png);}
#dropmeny ul.meny li div#m1 ul {z-index: 1000;margin: 0;list-style: none;padding: 0;position: absolute}
#dropmeny ul.meny li div#m1 ul.Column1 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m1 ul.Column2 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m1 ul li {float:none;z-index: 1000;position: relative} 
#dropmeny ul.meny li div#m1 ul li a {border:none;padding:0px; font-size:12px; position:relative; font-weight: normal; color: #fff;}
#dropmeny ul.meny li div#m1 ul li a:hover {background-color: #222; color: #fff; padding: 1px 0px 1px 0px;}

#dropmeny ul.meny li div#m2 {width:400px;border:1px solid transparent;position: absolute;z-index: 1000;padding:10px; background:url(../bilder/bg-dropmeny.png);}
#dropmeny ul.meny li div#m2 ul {z-index: 1000;margin: 0;list-style: none;padding: 0;position: relative}
#dropmeny ul.meny li div#m2 ul.Column1 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m2 ul.Column2 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m2 ul li {float:none;z-index: 1000;position: relative} 
#dropmeny ul.meny li div#m2 ul li a {border:none;padding:0px; font-size:12px; position:relative; font-weight: normal; color: #fff;}
#dropmeny ul.meny li div#m2 ul li a:hover {background-color: #222; color: #fff; padding: 1px 0px 1px 0px;}

#dropmeny ul.meny li div#m3 {width:190px;border:1px solid transparent;position: absolute;z-index: 1000;padding:10px; background:url(../bilder/bg-dropmeny.png);}
#dropmeny ul.meny li div#m3 ul {z-index: 1000;margin: 0;list-style: none;padding: 0;position: relative}
#dropmeny ul.meny li div#m3 ul.Column1 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m3 ul.Column2 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m3 ul li {float:none;z-index: 1000;position: relative} 
#dropmeny ul.meny li div#m3 ul li a {border:none;padding:0px; font-size:12px; position:relative; font-weight: normal; color: #fff;}
#dropmeny ul.meny li div#m3 ul li a:hover {background-color: #222; color: #fff; padding: 1px 0px 1px 0px;}

#dropmeny ul.meny li div#m4 {width:400px;border:1px solid transparent;position: absolute;z-index: 1000;padding:10px; background:url(../bilder/bg-dropmeny.png);}
#dropmeny ul.meny li div#m4 ul {z-index: 1000;margin: 0;list-style: none;padding: 0;position: relative}
#dropmeny ul.meny li div#m4 ul.Column1 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m4 ul.Column2 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m4 ul li {float:none;z-index: 1000;position: relative} 
#dropmeny ul.meny li div#m4 ul li a {border:none;padding:0px; font-size:12px; position:relative; font-weight: normal; color: #fff;}
#dropmeny ul.meny li div#m4 ul li a:hover {background-color: #222; color: #fff; padding: 1px 0px 1px 0px;}

#dropmeny ul.meny li div#m5 {width:190px;border:1px solid transparent;position: absolute;z-index: 1000;padding:10px; background:url(../bilder/bg-dropmeny.png);}
#dropmeny ul.meny li div#m5 ul {z-index: 1000;margin: 0;list-style: none;padding: 0;position: absolute}
#dropmeny ul.meny li div#m5 ul.Column1 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m5 ul.Column2 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m5 ul li {float:none;z-index: 1000;position: relative} 
#dropmeny ul.meny li div#m5 ul li a {border:none;padding:0px; font-size:12px; position:relative; font-weight: normal; color: #fff;}
#dropmeny ul.meny li div#m5 ul li a:hover {background-color: #222; color: #fff; padding: 1px 0px 1px 0px;}

#dropmeny ul.meny li div#m6 {width:190px;border:1px solid transparent;position: absolute;z-index: 1000;padding:10px; background:url(../bilder/bg-dropmeny.png);}
#dropmeny ul.meny li div#m6 ul {z-index: 1000;margin: 0;list-style: none;padding: 0;position: absolute}
#dropmeny ul.meny li div#m6 ul.Column1 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m6 ul.Column2 {width:190px;float:left;position: relative;}
#dropmeny ul.meny li div#m6 ul li {float:none;z-index: 1000;position: relative} 
#dropmeny ul.meny li div#m6 ul li a {border:none;padding:0px; font-size:12px; position:relative; font-weight: normal; color: #fff;}
#dropmeny ul.meny li div#m6 ul li a:hover {background-color: #222; color: #fff; padding: 1px 0px 1px 0px;}


.NyhetTyp5_RUTA1, .NyhetTyp5_RUTA2, .NyhetTyp5_RUTA3, .NyhetTyp5_RUTA4, .NyhetTyp5_RUTA5, .NyhetTyp5_RUTA6, .NyhetTyp5_RUTA7, .NyhetTyp5_RUTA8, .NyhetTyp5_RUTA9, .NyhetTyp5_RUTA10 {
margin-top:5px;
}
.NyhetTyp5_Lasmer {
display:none;
visibility:hidden;
}
.NyhetTyp5_Rubrik, .NyhetTyp5_Rubrik1, .NyhetTyp5_Rubrik2, .NyhetTyp5_Rubrik3, .NyhetTyp5_Rubrik4, .NyhetTyp5_Rubrik5, .NyhetTyp5_Rubrik6, .NyhetTyp5_Rubrik7, .NyhetTyp5_Rubrik8, .NyhetTyp5_Rubrik9, .NyhetTyp5_Rubrik10, .NyhetTyp5_Rubrik p, .NyhetTyp5_Rubrik1 p, .NyhetTyp5_Rubrik2 p, .NyhetTyp5_Rubrik3 p, .NyhetTyp5_Rubrik4 p, .NyhetTyp5_Rubrik5 p, .NyhetTyp5_Rubrik6 p, .NyhetTyp5_Rubrik7 p, .NyhetTyp5_Rubrik8 p, .NyhetTyp5_Rubrik9 p, .NyhetTyp5_Rubrik10 p {
	font-size:25px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	margin-bottom:6px;
}
.NyhetTyp5_Rubrik a, .NyhetTyp5_Rubrik1 a, .NyhetTyp5_Rubrik2 a, .NyhetTyp5_Rubrik3 a, .NyhetTyp5_Rubrik4 a, .NyhetTyp5_Rubrik5 a, .NyhetTyp5_Rubrik6 a, .NyhetTyp5_Rubrik7 a, .NyhetTyp5_Rubrik8 a, .NyhetTyp5_Rubrik9 a, .NyhetTyp5_Rubrik10 a {
	color:#000000;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	margin-bottom:6px;
	text-decoration:none;
}

.NyhetTyp5_Rubrik a:hover, .NyhetTyp5_Rubrik1 a:hover, .NyhetTyp5_Rubrik2 a:hover, .NyhetTyp5_Rubrik3 a:hover, .NyhetTyp5_Rubrik4 a:hover, .NyhetTyp5_Rubrik5 a:hover, .NyhetTyp5_Rubrik6 a:hover, .NyhetTyp5_Rubrik7 a:hover, .NyhetTyp5_Rubrik8 a:hover, .NyhetTyp5_Rubrik9 a:hover, .NyhetTyp5_Rubrik10 a:hover {
	text-decoration:underline;
}

.NyhetTyp5_Ingress, .NyhetTyp5_Ingress1, .NyhetTyp5_Ingress2, .NyhetTyp5_Ingress3, .NyhetTyp5_Ingress4, .NyhetTyp5_Ingress5, .NyhetTyp5_Ingress6, .NyhetTyp5_Ingress7, .NyhetTyp5_Ingress8, .NyhetTyp5_Ingress9, .NyhetTyp5_Ingress10 {
	display:block;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
}
.NyhetTyp5_Datum, .NyhetTyp5_Datum1, .NyhetTyp5_Datum2, .NyhetTyp5_Datum3, .NyhetTyp5_Datum4, .NyhetTyp5_Datum5, .NyhetTyp5_Datum6, .NyhetTyp5_Datum7, .NyhetTyp5_Datum8, .NyhetTyp5_Datum9, .NyhetTyp5_Datum10 {
	display:block;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	color: #555;
}
.NyhetTyp5_Lasmer, .NyhetTyp5_Lasmer1, .NyhetTyp5_Lasmer2, .NyhetTyp5_Lasmer3, .NyhetTyp5_Lasmer4, .NyhetTyp5_Lasmer5, .NyhetTyp5_Lasmer6, .NyhetTyp5_Lasmer7, .NyhetTyp5_Lasmer8, .NyhetTyp5_Lasmer9, .NyhetTyp5_Lasmer10 {
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:7pt;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
}
.NyhetTyp5_Lasmer a:link, .NyhetTyp5_Lasmer1 a:link, .NyhetTyp5_Lasmer2 a:link, .NyhetTyp5_Lasmer3 a:link, .NyhetTyp5_Lasmer4 a:link, .NyhetTyp5_Lasmer5 a:link, .NyhetTyp5_Lasmer6 a:link, .NyhetTyp5_Lasmer7 a:link, .NyhetTyp5_Lasmer8 a:link, .NyhetTyp5_Lasmer9 a:link, .NyhetTyp5_Lasmer10 a:link {
color:#0F50B2;
text-decoration:underline;
}
.NyhetTyp5_Lasmer a:visited, .NyhetTyp5_Lasmer1 a:visited, .NyhetTyp5_Lasmer2 a:visited, .NyhetTyp5_Lasmer3 a:visited, .NyhetTyp5_Lasmer4 a:visited, .NyhetTyp5_Lasmer5 a:visited, .NyhetTyp5_Lasmer6 a:visited, .NyhetTyp5_Lasmer7 a:visited, .NyhetTyp5_Lasmer8 a:visited, .NyhetTyp5_Lasmer9 a:visited, .NyhetTyp5_Lasmer10 a:visited {
color:#0F50B2;
text-decoration:underline;
}
.NyhetTyp5_Lasmer a:hover, .NyhetTyp5_Lasmer1 a:hover, .NyhetTyp5_Lasmer2 a:hover, .NyhetTyp5_Lasmer3 a:hover, .NyhetTyp5_Lasmer4 a:hover, .NyhetTyp5_Lasmer5 a:hover, .NyhetTyp5_Lasmer6 a:hover, .NyhetTyp5_Lasmer7 a:hover, .NyhetTyp5_Lasmer8 a:hover, .NyhetTyp5_Lasmer9 a:hover, .NyhetTyp5_Lasmer10 a:hover {
color:#000000;
text-decoration:underline;
}
.NyhetTyp5_Lasmer a:active, .NyhetTyp5_Lasmer1 a:active, .NyhetTyp5_Lasmer2 a:active, .NyhetTyp5_Lasmer3 a:active, .NyhetTyp5_Lasmer4 a:active, .NyhetTyp5_Lasmer5 a:active, .NyhetTyp5_Lasmer6 a:active, .NyhetTyp5_Lasmer7 a:active, .NyhetTyp5_Lasmer8 a:active, .NyhetTyp5_Lasmer9 a:active, .NyhetTyp5_Lasmer10 a:active {
color:#000000;
text-decoration:underline;
}
.NyhetTyp5_Streck, .NyhetTyp5_Streck1, .NyhetTyp5_Streck2, .NyhetTyp5_Streck3, .NyhetTyp5_Streck4, .NyhetTyp5_Streck5, .NyhetTyp5_Streck6, .NyhetTyp5_Streck7, .NyhetTyp5_Streck8, .NyhetTyp5_Streck9, .NyhetTyp5_Streck10 {
	margin-bottom:20px;
	margin-top:20px;
}
.KommentarerNy_Etikett {
	display:block;
	float:left;
	margin-right:0.5em;
	text-align:left;
	width:100%;
	font-size:10px;
}
.KommentarerNy_p {
	margin:0;
	padding:2px;
}
.KundprofilFaltOK {
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
	width:308px;
}
.KundprofilFaltFEL {
background-color:#FFFFFF;
border:2px solid #FF0000;
width:180px;
}
.KundprofilFaltOK_Kort {
background-color:#FFFFFF;
border:1px solid #AAAAAA;
width:100px;
}
.KundprofilFaltFEL_Kort {
background-color:#FFFFFF;
border:2px solid #FF0000;
width:100px;
}
.KommentarerNy_Rubrik {
	margin-top:0px;
	margin-bottom:5px;
}
.NyhetTipsaVanRubrik {
	margin-top:15px;
	margin-bottom:5px;
}

.KommentarerNy_Box {
}
.KommentarerHela_Box {
}
.Kommentarer_Rubrik {
color:#000000;
display:block;
font-family:Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
font-style:normal;
font-weight:bold;
line-height:normal;
margin-bottom:6px;
}
.Kommentarer_Datum {
display:block;
font-family:Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:8pt;
font-style:italic;
font-weight:normal;
line-height:normal;
margin-bottom:4px;
}
.Kommentarer_Text {
display:block;
font-family:Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:8pt;
font-weight:normal;
line-height:normal;
margin-bottom:10px;
}
.Kommentarer_Streck {
}
.Kommentarer_Box {
}
.Nyhetslista_Huvudgrupp {
display:none;
visibility:hidden;
}

.NyhetTipsaVanInput {
	color: #777;
	font-size: 11px;
	width: 150px;
}

