/* css mall */

body {
		margin: 10px;
		background-image: url(bilder/backgr2.jpg);
		background-repeat: no-repeat;
		}

	
/* grundstruktur boxar */			
	.top
			{
			font-family: Arial, Helvetica, san-serif;
			font-size:  18px;
			color: purple;
			border-bottom: solid #8F8F8F 0px;
			margin-top: 20px ;
			height: 70px;
			width: 700px;
			background-image: url(bilder/textbolaget.gif);
			background-position: center center;
			background-repeat: no-repeat;
			text-align: center;}

	.meny
			{
			font-family: Arial, Helvetica, san-serif;
			font-size: 12px;
			border-top: 0px solid #8F8F8F;
			padding-left: 20px;
			background-image: url(bilder/meny_back.gif);
			background-repeat: no-repeat;
			width: 150px;
			height: 460px;
			position:absolute;
				
			}
			
	.menylank
			{font-family: Arial, Helvetica, san-serif;
			font-size: 12px;
			border: 0px solid #8F8F8F;
			padding-left: 13px;
			top: 95px ;
			width: 110px;
			height: 340px;
			position:absolute;}
						
	.huvudf
			{
			font-family: Arial, Helvetica, san-serif;
			font-size: 12px;
			height: 450px;
			border: 0px solid black;
			text-align: center;
			border-left: 1px solid #8F8F8F ;
			border-top: 1px solid #8F8F8F;
			padding-left: 20px;
			padding-right: 20px;
			left: 159px;
			width: 510px;
			position:absolute;
			overflow-Y: auto; 
			}
			
	.bottom	
			{
			font-family: Arial, Helvetica, san-serif;
			font-size:  10px;
			color: #8F8F8F ;
			border-left: solid black 0px;
			border-right: solid black 0px;
			border-bottom: solid black 0px;
			top: 550px ;
			height: 10px;
			width: 700px ;
			padding: 0px;
			position: absolute;
			text-align: center;
			}
/* grundstruktur boxar  SLUT*/	


/* förändring av länk färger */
			a:link { text-decoration: none; color: #B2229D}
			a:visited { text-decoration: none; color: #B2229D}
			a:active { text-decoration: none; color: #B2229D}
			a:hover { text-decoration: underline}

/* förändring av länk färger SLUT*/	


		#menycontainer{margin-left: 6px; margin-top: 100px; width: 100px; font-size: 10 px; border-top: 1px solid #cccccc; border-left: 1px solid #CCCCCC; border-right: 1px solid #cccccc;}
		
		#meny{margin: 0; padding: 0; list-style-type: none;}
		#meny a{display: block; margin: 0; padding: 10 px; background: #006699; padding: 0.3em; text-decoration: none; height: 100%; border-bottom: 1px solid #cccccc;}
		#meny ul{list-style-type: none;} 
		#meny ul a{margin-left: 0px ; padding: 10 px; background: #3399cc; } 
		
		#meny a:link{color: #ffffff;}
		#meny a:visited{color: #ffffff;}
		#meny a:hover{background: #999999;}
		#meny a#current{font-weight: bold;}
		#meny a#subcurrent{font-weight: bold;}



/* CSS kod validerad av W3C*/	
	

