		/*	Däckrazzia stilmall, liten	*/

		body {
			color: #fff;
			background: #000;
			
			font-family: helvetica, arial, verdana, sans-serif;
			font-size: 12px;
			line-height: 15px;
			
			margin: 0;
			padding: 0;
		}
		
		#sidhuvud {
			color: #000;
			background: #fff;
			
			padding: 10px;
		}
		
		#sidhuvud a {
			color: #000;
			text-decoration: none;
		}
		
		h1 {
			display: none;
		}
		
		#logotyp {
			display: block !important;
			width: 100px !important;
		}
		
		#avsandare {
			width: 200px !important;
		}
		
		a {
			color: #FF7F00;
		}
		
		#innehall {
			padding: 10px;
		}
		
		#sidfot {
			font-size: 0.8em;
		}
		
		#sidfot .avdelare {
			color: #555;
			margin: 0 6px;
		}