/* CSS Document */


/*********** STANDARDELEMENT *************/
HTML {
	height: 100%;
}

BODY {
	background-color: #FFFFFF;
	color: #555555;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #555555;
	line-height: 1.5;
}

strong {
	color: #404040;
}

TH {
	text-align: left;
	color: #555555;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #FFDD47;
}

TD	{
	color: #555555;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

P {
	font-size: 100%;
	line-height: 1.6;
	margin-bottom: 0px;
	margin-top: 0px;
}

P.Ingress {
	font-style: italic;
	font-size: 110%;
	margin-bottom: 20px;
	line-height: 1.7;
}

H1 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 0px;
}

H2, .underrubrik{
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #555555;
	margin-bottom: 5px;
	margin-top: 0px;
}

H3 {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #555555;
}

UL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*list-style-image: url('/fas/listruta.gif');*/
	font-size: 10pt;
	line-height: 1.5;
}

OL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
	font-size: 10pt;
	line-height: 1.5;
}

LI {
	margin-left: 0px;
	margin-bottom: 10px;
}






/*********** LÄNKAR *************/

P A, P A:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}

A, A:Visited {
	text-decoration: none;
	color: #dc7030;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

A:Hover {
	color: #1A1364;
}

A.Undermeny, A.Undermeny:Visited {
	text-decoration: none;
	color: #dc7030;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding-left: 10px;
	background: url(nyabilder/pil.gif) no-repeat 0px 4px;
}

A.Undermeny:Hover {
	color: #1A1364;
}

TH A, TH A:Hover, TH A:Visited {
	color: #555555;
}

H2 A, H2 A:Visited {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #dc7030;
	text-decoration: none;
}

H2 A:Hover {
	color: #1A1364;
}



/*********** BILDER *************/

P IMG, IMG.Produktbild {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	border: 1px solid #ffffff;
}

IMG.bild {
	border: 1px solid #e1743c;
}




/*********** LINJER *************/

DIV.linje {
	width: 100%;
	height: 32px;
	background: transparent url("nyabilder/undermeny-linje.gif") repeat-x 0px 20px;
}

DIV.linjeTonadKort {
	width: 100%;
	height: 32px;
	background: transparent url("nyabilder/linje-tonad-kort.gif") no-repeat 0px 20px;
}

DIV.linjeTonadLong {
	width: 100%;
	height: 32px;
	background: transparent url("nyabilder/linje-tonad-long.gif") no-repeat 0px 25px;
}





/*********** ÖVRIGA DESIGNELEMENT *************/

.datum {
	font-size: 90%;
	color: #1A1364;
}

DIV.MenyText {
	margin-left: 15px;
}

TR.rad {
	background-color: #F7F6F5; /*FFF8DA*/
}




/************ UTSKRIFT MENY *************/
@media screen {
	.ejprint {
	}
}
@media print {
	.ejprint {
		display: none;
	}
}





/************ UTSKRIFT HUVUDTABELL *************/
@media screen {
	.maintabell {
		width: 780px;
	}
}
@media print {
	.maintabell {
		width: 100%;
	}
}




/************ sIFR *************/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 16px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 13px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 12px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

