/* syle.css */

		/****************** struktur ******************/
		
		body
		{
			background-color: #000000;
			background-image:  url(../img/bg.jpg);
			background-repeat: repeat-x;
			margin: 0px 0px 0px 0px;
			font-weight: normal;
			font-family: arial, verdana, geneva;
			font-size: 11px;
			color:#000000;
  			line-height:18px;
		}
		
		img
		{
			border: 0px;
		}
		
		/****************** Meny ******************/
		
		#meny
		{
		 	margin-left: 140; 
			margin-top: 210;
			padding-left: 0; 
			list-style: none;
		}
		
		#meny a
		{
			text-decoration: none;
			color: #663300;
			padding-left: 10px; 
			font-weight: bold;
			font-family: Tahoma, verdana, arial;
			font-size: 14px;
		}

		#meny a:hover
		{
			text-decoration: none;
			color: #663300;
			background: transparent url("../img/meny.gif") left center no-repeat; 
			padding-left: 10px; 
			font-family: Tahoma, verdana, arial;
			font-size: 14px;
		}
		
		#map a
		{
			margin-right: -8px; 
		}

		#map a:hover
		{
			text-decoration: none;
			background: none;
			color: #663300;
			margin-right: -8px; 
		}

		#under
		{
			background: none; 
			padding-left: 15px; 
			text-decoration: none;
			padding-top: 0px;
			padding-bottom: 10px;
		}

		#under a
		{
			background: none;
			text-decoration: none;
			color: #CC6600;
			font-weight: normal;
			font-size: 12px; 
		}

		#under a:hover
		{
			background: none;
			text-decoration: none;
			color: #663300;
			font-weight: normal;
			font-size: 12px; 
		}
		
		/****************** Länkar ******************/

		a:link 
		{ 
			text-decoration: underline; 
			color: #000000;
		}
		
		a:visited 
		{ 
			text-decoration: underline; 
			color: #000000;
		}
		
		a:active 
		{ 
			text-decoration: underline; 
			color: #000000;
		}
		
		a:hover 
		{
			color: #663300; 
			text-decoration: underline; 
		}	
		
