@charset "utf-8";
/* CSS Document */

body 	{
		margin:0;
		padding:0;
		background-image:url(bilder/style/background.png);
		}

#wrap			{
				width:800px;
				margin-left:auto;
				margin-right:auto;
				}

#wrap_top		{
				width:800px;
				margin-left:auto;
				margin-right:auto;
				background-image:url(bilder/style/ram.png);
				float:left;
				}
				
#wrap_bottom	{
				width:800px;
				height:32px;
				margin-left:auto;
				margin-right:auto;
				background-image:url(bilder/style/ram_bottom.png);
				float:left;
				}

#top		{
			width:760px;
			height:100px;
			background-image:url(bilder/banner.png);

			margin-left:20px;
			float:left;
			clear:both;
			}

/*Meny*/
			#meny_box			{
							width:150px;
							
							margin-left:4px;
							float:left;
							}
							
			#meny_content	{
							width:140px;
							
							margin-left:10px;
							float:left;
							}
							
			#meny_mitt		{
							width:150px;
							min-height:100px;
							
							float:left;
							background-image: url(meny/back.png);
							}
			
			#meny_top		{
							width:150px;
							height: 10px;
							
							float:left;
							background-image: url(meny/back_top.png);
							}
						
			#meny_bottom	{
							width:150px;
							height:15px;
							
							float:left;
							background-image: url(meny/back_bottom.png);
							}
/*Aktuellt*/			
							
			#aktuellt_content	{
							width:140px;
							overflow: hidden;
							
							
							margin-left:5px;
							float:left;
							}
							
			#aktuellt_mitt		{
							width:150px;
							
							float:left;
							background-image: url(meny/back.png);
							}
			
			#aktuellt_top		{
							width:150px;
							height: 10px;
							
							float:left;
							background-image: url(meny/back_top.png);
							}
						
			#aktuellt_bottom	{
							width:150px;
							height:15px;
							
							float:left;
							background-image: url(meny/back_bottom.png);
							}
						

#main 		{ 
			background-color: #fff;
			width:620px;
			min-height:400px;
			
			margin-left:15px;
			float:left;
			}
			
#bottom		{ 
			background-color: #fff;
			width:760px;
			
			margin-left:20px;
			margin-top:3px;
			float:left;
			}
			
			
/*Meny*/
#meny{margin-left: 0; padding-left: 0; font-size: 0.85em;}
#meny li{display: block; list-style-type: none; margin-top:5px;}
#meny a{padding: 0.25em 1em 0.25em 0.3em; text-decoration: none;}

#meny a:link{color: #000000; background: #edf5ff;}
#meny a:visited{color: #000000; background: #edf5ff;}
#meny a:hover{color:#96c5ff; background: #edf5ff;}
#meny a#current{background: #999999; color: #000000;}

#meny_under{margin-left: 0; padding-left: 0; font-size: 0.85em;}
#meny_under li{display: block; list-style-type: none; margin-top:5px;}
#meny_under a{padding: 0.25em 1em 0.25em 1.5em; text-decoration: none;}

#meny_under a:link{color: #000000; background: #edf5ff;}
#meny_under a:visited{color: #000000; background: #edf5ff;}
#meny_under a:hover{color: #96c5ff; background: #edf5ff;}
#meny_under a#current{background: #999999; color: #000000;}


