﻿body
	{
		margin: 0;
		padding: 0;
		font: 90% arial, helvetica, sans-serif; 
		background-image:url('../images/bkgrnd.jpg');

		color: #333;
	}
	h1
	{
		background: #D36832;
		color: #FFF;
		margin: 0;
		padding: .5em 3%;
		border-bottom: 5px solid #387A9B;
	}
	h2, h3 { margin-top: 0; }
	#container { background: url(back01.gif) repeat-y 67% 0; }
	#container2 { background: url(back02.gif) repeat-y 80% 0; }
	
	#content
	{
		width: 47%;
		float: left;
		padding: 1em 3%;
    }
	#content2
	{
		width: 70%;
		float: left;
		padding: 1em 3%;
	}
	
	#news
	{
		width: 22%;
		float: left;
		padding: 1em 5%;
		font-size: 90%;
	}
	
	#nav
	{
		width: 11%;
		float: left;
		padding: 1em 0 1em 3%;
		font-size: 90%;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: disc;
		line-height: 150%;
		font-size: 90%;
	}
	#news ul
	{
		margin: 0;
		padding: 0;
		list-style-type: disc;
		line-height: 150%;
			font-size: 90%;
}
	
	#footer
	{
		clear: both;
		background: #9bcb03;
		color: #fff;
		padding: 5px 3%;
		text-align: right;
		font-size: 80%;
	}

	#footer_2
	{
		clear: both;
		background: #9bcb03;
		color: #fff;
		padding: 5px 3%;
		text-align: right;
		font-size: 80%;
	}
	
	#mainwrapper {width:900px; margin-left:auto; margin-right:auto; background-color:white;  
/* den hÃ¤r bakgrundsfÃ¤rgen visas under mittenspaltens innehÃ¥lls-div */} 

.clearfix:after {
    content: ".";              /* punkten placeras pÃ¥ sidan som sista objekt innan div-elementet avslutas */
	display: block;          /* inline-element reagerar inte pÃ¥ egenskapen clear */ 
    height: 0;                 /* ser till att punkten inte Ã¤r synlig */
    clear: both;               /* fÃ¥r behÃ¥llaren att frilÃ¤gga punkten */
    visibility: hidden;	     	/* fÃ¶rsÃ¤krar ytterligare att punkten inte Ã¤r synlig */
}
.clearfix {display: inline-block;}   /* en fix fÃ¶r IE Mac */

/* hÃ¤rnÃ¤st en fix fÃ¶r den fruktade Guillotine-buggen i IE6 */
/* GÃ¶mmer fÃ¶r IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Slut pÃ¥ gÃ¶mning fÃ¶r IE-mac */
/* slut pÃ¥ "ingen-extra-kod"-metoden fÃ¶r frilÃ¤ggning (clearing) */

a{
	text-decoration: none;
}

a.white{
	text-decoration: none; color:#fff;
}
a.small{
	text-decoration: none; color:#fff; font-size:small;
}

	ul#navigation
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}

	ul#navigation a
	{
		display: block;
		text-decoration: none;
		background: #036;
		color: #fff;
		padding: .1em .4em;
		border-bottom: 1px solid #fff;
		width: 10em;
	}

	ul#navigation a:hover
	{
		background: #69C;
		color: #000;
	}

	ul#navigation li { display: inline; }
table{border:0px;background-color: #CCCCCC;}
table.form{border:0px;background-color: #E9E9E9;}
td {Font-weight:normal;Font-size:10pt; color: #484848;  padding-left :13px;   padding-right : 13px;;      }
td.underline {Font-weight:normal;Font-size:10pt; color: #484848;  padding-left :13px;   padding-right : 13px; border-bottom-style:solid;      }
	
td.meny_rubrik{	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-width:thin;
	border-right-color:#CCCCCC;
	background: #669900;
	 padding-left:3px;padding-right:3px;
	text-align:center; color:#FFF;
	font-size:18px;
	}
td.meny_rubrik_invert{	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-width:thin;
	border-right-color:#CCCCCC;
	background: #fffff;  padding-left:3px;padding-right:3px;
	color:#D36832;
	text-align:center; color:#FFF;
	}
	
	td.head{
	padding-left: 3px;
	padding-right: 3px;
	font-size:16px;
	}



