/*Formatmall skriven av Dan Irmalm 2008*/

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #dddddd;
	background-color:#FFFFFF;
	background-color: #222222;
    margin: 0px;
	padding: 0px;
	}
	
	div#top  {
	background: transparent url(bilder/hassel3.png) no-repeat top left; 
	position: absolute;
	top: 20px;
	left: 48px;
	width: 490px;
	height: 42px;
	} 
	
	div#top h1 span{
	display:none;
	} 
		
	div#meny {
	position: absolute;
	top: 70px;
	left: 49px;
	width: 870px;
	height: 24px;	
	background-color: #222222;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666; 
/*	overflow: auto;*/
	}
	
	.menyitem {
	position: relative;
	float: left;
	margin-right: 35px;
	margin-left: 5px;
	margin-top: 3px;
	}
			
	.smalltable {
	position: absolute;
	top: 102px;
	left: 54px;
	width: 328px;
	height: 420px;
	}
	
	div#smalltableindex {
	position: absolute;
	top: 95px;
	left: 54px;
	width: 370px;
	height: 410px;
	padding: 10px;
/*	overflow: auto;
*/	}
	
	.thumb {
	float: left;
/*	padding: 1px;
	border: solid 1px #666666;*/
	margin: 11px;
	width: 80px;
	height: 80px;
	}
	
	div#right {
	position: absolute;
	top: 112px;
	left: 490px;
	width: 400px;
	height: 400px;
/*	border-top: solid 2px #666666;
	border-right: solid 2px #444444;
	border-bottom: solid 2px #444444;
	border-left: solid 2px #666666;	
	padding: 1px;*/
	text-align: center;
	}
	
	div#rightindex {
	position: absolute;
	top: 112px;
	left: 535px;
	width: 400px;
	height: 400px;
	}
	
	div#footer {
	position:absolute;
	top: 532px;
	left: 50px;
	width: 870px;
	height: 24px;
	background-color:#222222;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;;
/*	overflow: auto;
*/	}
	
	.footer { 
	position: relative;
	float: left;	
	margin-right: 35px;
	margin-left: 5px;
	margin-top: 3px;
	}

	.active {
	color: #FF0000;
	}
	
	A:link 
	{	
	color: #dddddd; 
	text-decoration: none;
	}
	
	A:visited 
	{	
	color: #dddddd; 
	text-decoration: none;
	}

	A:hover 
	{
	color: #dddddd;
	text-decoration: underline;
	}


	

	
