body {



	font-size: 1em;

	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;

	background-color: #000000;

           	}



* {margin:0; padding:0;}





div#mainwrapper {

	width: 980px;

	margin: auto; /* add margin auto stuff if you want the layout centered */

	position: relative;

	background-color: white;

}



/*Används på Sidan ett*/



div#header {



	background-color: black;

	position: absolute;

	left: 0px;

	top: 0px;

	width: 940px;

	height: 220px;

	text-align: center;

	 border-left: 20px solid white; 

	 border-right: 20px solid white;

	 z-index: 100;

}









div#toppnyhet {



	position: absolute;

	top: 220px;

	left: 0px;

	width: 490px;

	height: 410px;

	background-color: White;

	overflow: hidden;

	z-index: 32;

}



div#nyheter {

	position: absolute;

	top: 630px;

   left: 0px;

	width: 490px;

	height: 130px;

	background-color: White;

	z-index: 31;

	overflow : hidden;

	}	





div#rightcolumn {



 position: absolute;

	top: 220px;

	left: 490px;

	width: 490px;

	height: 540px;

	background-color: White;

	z-index: 15;

	}





div#kampanj{



	position: absolute;

	top: 760px;  

	left: 0px;

	width: 980px;

	height: 200px;

	background-color: White;

	z-index: 30;

		}	

		

div#partners {



	position: absolute;

	top: 960px;

	left: 0px;

	width: 980px;

	height: 85px;

	background-color: white;

	background-image: url(/img/partnersbg.jpg);

	text-align: center;

	background-attachment: inherit;

	background-repeat: no-repeat;

	background-position: bottom;

	z-index: 35;



}	





.clearthis {clear:both;}



/* content column styles */





div.contentinner {



margin: 20px 20px 20px 20px;

}



/*footer styles*/



div#sidfot {



	color: white; /* sets the background color of the div */

	background-color: Black;

	text-align: center;

	position: absolute;

   top: 1045px;

	left: 0px;

	width: 980px;

	padding: 2px 0px;

	z-index: 6;

}




