/*##################################################################################*/
/*################################ Huvudformatering ################################*/
/*##################################################################################*/

body        	{	background-color: #ffffff;
			text-align: center;
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: x-small;						}

div#outer	{   	width: 750px;
			background-color: #ffffff;
			margin-top: 20px;
			margin-bottom: 20px;
        	    	margin-left: auto;
			margin-right: auto;
			padding: 0px;
        	    	border: thin solid #0000ff;
	            	height: auto;                   			        }

div#path   	{	padding: 5px;
           		margin: 0px;
        	   	background-color: #ffffff;
	           	text-align: left;                 				}

div#header  	{	margin-top: -100px;
			margin: 0px;
            		text-align: left;
            		padding-bottom: 15px;
        	    	padding-left: 15px;
	            	vertical-align: top;                        			}

div#main   	 {	width: 550px;
           		margin-top: 0px;
           	 	padding: 15px;
           	 	padding-left: 60px;
           		text-align: justify;
		    	height: auto;
	           	margin-left : 180px;                       			}

/*##################################################################################*/
/*################################ Menyformatering #################################*/
/*##################################################################################*/

a.nav    	{   	margin: 0;
			padding: 2px;
        		margin-top: -10px;
            		width: 170px;
            		background-color: #0000ff;
            		font-weight: bolder;
            		text-decoration: none;  
            		color: #ffffff;
            		position: relative;
            		display: block;
            		height: 1%;
            		border: thin outset;						}

a.nav1      	{	margin-top: -20px;						}

a.nav:hover	{	border: thin inset;
			color: #0000ff;
			background-color: #ffffff;					}

a.nav:active	{	border: thin inset;
			color: #0000ff;
			background-color: #ffffff;					}

a.navaktiv  	{	margin: 0;
			margin-top: -10px;
			padding: 2px;
			width: 170px;
			background-color: #ffffff;
			font-weight: bolder;
			text-decoration: none;
			color: #0000ff;
			position: relative;
			display: block;
			height: 1%;
			border: thin inset;						}

a.navaktiv1  	{	margin-top: -20px;						}

/*##################################################################################*/
/*############################## Vanliga länkar ####################################*/
/*##################################################################################*/

a		{	text-decoration: none;						}

/*##################################################################################*/
/*############################## Textformatering ###################################*/
/*##################################################################################*/

hr		{	color: #0000ff;
			width: 190pt;							}