/* MENY -----------------------------------------------------------------------	*/

	.meny {
		padding: 0;
		margin: 0;
	}
	.meny a {
		text-decoration:none;
		color: #000000;
		font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	}
	
	.meny a:hover {
		text-decoration: underline;
	}
	
	.meny ul {
		padding: 0;
		margin: 0;
	}
	
	.meny li {
		list-style: none;
		border-bottom: 1px #000000 dotted
	}
	
	.meny .fet {
		font-weight: bold;
	}

/* LAYOUT ---------------------------------------------------------------------	*/
	
	body { 
		margin-top: 10px;
		margin-left: 10px;
		background-color: #000000;
/*		background-image: url(/cms/storage/images/shra/bg.gif); */
	}

	#sponsorer {
		position: fixed;
		top: 10px;
		left: 840px;
		width: 132px
		
	}

	#menu {
		width: 169px;
		float: left;
		padding: 10px;
		overflow: hidden
	}
	
	#content {
		width: 620px;
		float: left;
		padding: 5px;
		border-left: 1px #000000 dotted;
		overflow: hidden;
		font: 8.5pt Verdana;
		min-height: 300px;
	}
	
/* ----------------------------------------------------------------------------	*/