		/* Används för enspalitga dokument */

		BODY {
			color : Black;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
     		background-color : White;
		}

PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	 }



		HR {
			color : #000066;
			height : 1px;
		}

		TH, CAPTION {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size : 12px;
			font-weight : bold;
			background-color : White;
			color : Black;
		}

		TABLE {
			background-color : White;
			color : Black;
		}


		P, TD, DL, DT, DD, UL, Li {
			background-color: White;
			color: Black;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

		H1 {
			font-size : 16px;
			color : #000066;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			letter-spacing : 1px;
			background-color : White;
			border-bottom : 1px solid #006;
			padding : 3px;
		}

		H2  {
			font-size : 14px;
			color : Black;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			border-bottom : 1px solid #000066;
			border-right : 1px solid #000066;
			background-color : white;
			padding : 3px;
		}

		H3 {
			font-size : 12px;
			color : #000066;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color : White;
		}

		.ram {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			padding-bottom: 5px;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 5px;
			border: thin silver solid;
		}

		.ram2 {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			padding-bottom: 5px;
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 5px;
			border-top: thin silver solid;
			border-bottom: thin silver solid;
		}

		
		img.bildram {
			padding:0px;
			margin: 0px;
			border: thin silver solid;
		}
		
		.punktram {
			border : thin dotted #000066;
			padding : 5px;
			font-size : 11px;;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		}

		.fet {
			font-weight : bold;
		}

		.adress {
			background-color : White;
			color : Gray;
			font-size : 10px;
		}

		.bildtext {
	    font-size: 10px;
     }	

		
		A:link {
			color: #000066;
			font-weight: bold;
			text-decoration : none;
			background-color : transparent;
		}

		A:visited {
			color: #000066;
			font-weight: bold;
			text-decoration : none;
			background-color : transparent;
		}

		A:hover {
			color: #000066;
			text-decoration : underline;
			font-weight : bold;
			background-color : transparent;
		}



		/* Text2 används i enspaltiga dokument */
		#text2 {
			position : absolute;
			top : 150px;
			left: 6px;
			width : 600px;
			background-color : White;
			z-index: 15;
			height : auto;
			font-size : 12px;
		}
		
		/* Text3 används i enspaltiga dokument */
		#text3 {
			position : absolute;
			top : 150px;
			left: 6px;
			width : 770px;
			background-color : White;
			z-index: 15;
			height : auto;
			font-size : 12px;
		}

		#rubrik  {
			position : absolute;
			left :6px;
			top : 10px;
			width : 600px;
			z-index : 10;
			background-color : transparent;
			letter-spacing : 4px;
		}
		
		/*Rubrik2 används tillsammans med Text3*/
		#rubrik2  {
			position : absolute;
			left :6px;
			top : 10px;
			width : 770px;
			z-index : 10;
			background-color : transparent;
			letter-spacing : 4px;
		}

		#ifkbild {
			position : absolute;
			left : 520px;
			top : 8px;
			width : 80px;
			z-index : 11;
			background-color : white;
		}
		
		/*ifkbild2 används tillsammans med Rubrik2*/
		#ifkbild2 {
			position : absolute;
			left : 700px;
			top : 8px;
			width : 80px;
			z-index : 11;
			background-color : white;
		}
/* #sidfot läggs inne i  #text2*/
		#sidfot  {
			position : relative;
			left : 0px;
			top: 10px;
			width : 600px;
			border-top : thin solid silver;
			padding-top : 4px;
			padding-bottom: 15px;
		}

		/* #sidfot läggs inne i  #text3*/
		#sidfot3  {
			position : relative;
			left : 0px;
			top: 10px;
			width : 770px;
			border-top : thin solid silver;
			padding-top : 4px;
			padding-bottom: 15px;
		}
