		/* Används för 2- eller trespaltiga dokument*/
		BODY {
	background-color: white;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
}

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


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

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

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


		 P, Li {
			background-color: transparent;
			color: Black;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}

		TD, DL {
			background-color: transparent;
			color: Black;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 10px;
		}	
  
		H1 {
			font-size : 15px;
			background-color  : White;
			color : #000066;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			letter-spacing : 1px;
			padding : 3px;
			border-top : 1px solid #000066;
			border-bottom : 1px solid #000066;
		}
		
			H2 {
			font-size : 13px;
			color : Black;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color : #F5F5F5;
			border-bottom : 1px solid #000066;
			border-right : 1px solid #000066;
			padding : 3px;
		}

		H2.sidanett  {
			font-size : 13px;
			color : Black;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color : #F5F5F5;
			padding : 3px;
		}
		


		H3 {
			font-size : 11px;
			color : #000066;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			border-bottom : 1px solid #000066;
			border-right : 1px solid #000066;
			background-color : White;
		}
		
			H3.anslagstavla {
			font-size : 11px;
			color : #000066;
			font-weight : bold;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			border-bottom : 1px solid #000066;
			border-right : 1px solid #000066;
			background-color : White;
			margin-top : 0px;
		}

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


		.meny {
			padding : 5px;
			font-size : 11px;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color : #f5f5f5;
	    }

		.fet {
			font-weight : bold;
		}
		
       .adress {
			background-color : transparent;
			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;
		}

        #inneh {
	width : 780px;
		         	}
	   
		#left {
			float : left;
			width : 140px;
			background-color : #f5f5f5;
			padding :4px;
			height : auto;
			}

		#middle {
			float : left;
			padding-left: 6px;
			padding-right: 6px;
			background-color : White;
			width : 396px;
			border-left : 1px solid #000066;
			border-right : 1px solid #000066;
			margin-left : 4px;
			height : auto;
			overflow : auto;
		}
		
		 /* middle2 används tillsammans med  left , middle3 och right2 i fyrspaltiga dokument */	
    		#middle2 {
			float : left;
			padding-left: 2px;
			background-color : White;
			width : 190px;
			border-left : 1px solid #000066;
			margin-left : 4px;
			height : 500px;
			overflow : auto;
		}
		
		 /* middle3 används tillsammans med  left , middle2 och right2 i fyrspaltiga dokument */	
		  	#middle3 {
			float : left;
			padding-left: 2px;
			background-color : White;
			width : 190px;
			border-left : 1px solid #000066;
			margin-left : 4px;
			height : 500px;
			overflow : auto;
			padding-right : 3px;
		}
		
		 /* right2 används tillsammans med  left , middle2 och middle3 i fyrspaltiga dokument */	
		#right2 {
			float : left;
			width : 190px;
        	padding-left: 2px;
			background-color : White;
    		border-left : 1px solid #000066;
			height : 500px;
			overflow : auto;
		}

		#right {
			float : left;
			width : 212px;
        	padding-left: 6px;
			background-color : White;
			height : auto;
		}
	
	      /* Text används tillsammans med  left i tvåspaltiga dokumnet */	
         #text {
	       float : left;
		   width : 610px;
     		padding-left: 6px;
			background-color : White;
			margin-bottom : 40px;
}

		#rubrik  {
         width : 550px;
			height : 95px;
			background-color : white;
			letter-spacing : 4px;
			z-index : 5;
			text-align: left;
		}

		#ifkbild {
			position : absolute;
			left : 690px;
			top : 4px;
			width : 80px;
			height : 95px;
			background-color : white;
			z-index :2;
		}

		#sidfot  {
			width : 780px;
			border-top : 1px solid #000066;
			clear : both;
			position : relative;
			margin-top : 10px;
		}
