/* CSS Document */

	
		
		/*loggotypbox*/
#box1 {background-image:url(bilder/loggbox_utkast.gif);
	   background-color:none;
	   background-repeat:no-repeat;
	   width: 709px;
	   height: 106px;
	   padding: none;
	   margin-right:auto; 
	   margin-left: auto;
	   margin-top:0px;
	   margin-bottom:auto;}



	   /*main-window*/
#box3 {background-image:url(bilder/indexsida.jpg);
	   background-color:none;
	   background-repeat: no-repeat;
	   width: 709px;
	   height: 510px;
	   padding: none;
	   margin-right:auto; 
	   margin-left: auto;
	   margin-top:px;
	   margin-bottom:auto;}	 	   
	   
	   
	   /*nedre infobox*/
#box4 {background-image:url(bilder/gron_list_nedre.jpg);
	   background-color:none;
	   background-repeat: no-repeat;
	   width: 709px;
	   height: 41px;
	   padding: none;
	   margin-right:auto; 
	   margin-left: auto;
	   margin-top:5px;
	   margin-bottom:auto;}
	   
	   /*länkar*/   
#meny {
		left:-15px; 
		top:9px; 
		width:675px;
		background: none;
		font: 10px Arial;
		position:relative;}
		
#meny li{display: inline; list-style-type: none;}
#meny a{padding: 0.20em 0.25em; text-decoration: none;}

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

