@charset "ISO-8859-1";
/* CSS Document */


/*Visningsruta*/
	#contents {
	position:absolute;
	width:642px;
	height: 540px;
	z-index:2;
	right: auto;
	left: 138px;
	top: 33px;
	background-color: #333366;
	}
	
	#contents p {
	line-height: 200%;
	background-color: #999999;
	}
	
/*Nyhetsruta*/
	.aktuellt	{
	position:absolute;
	width:185px;
	height: 250px;
	z-index:8;
	right: 10px;
	top: 30px;
	background-color: #FFFFFF;
	border-width: 3px;
	border-color: #666666;
	border-style: outset;
	text-align: left;
	padding: 15px 15px 8px 25px;
	}
	
	#contents p {
	line-height: 200%;
	background-color: #999999;
	}
	


/*Bildpositionering*/
	.imagefloat
	{
		float: none;
		/*padding: 
		border: */
	}
	
	
	
	

