	#leftFrame {
		padding: 16px 0 0 0px;
		margin-right: 32px;
		width: 177px;
		height: 100%
		position: fixed;
		
		text-align: right;
		font-family: verdana,sans-serif;
		font-size: 11px;
		line-height: 12px;
		background: url(bakgrund.jpg) white 0 0 no-repeat;
	}
	
	#mainFrame {
		float: left;
		margin: 16px 0 20px 227px;
		width: 500px;
	}
	
	body {
		margin: 0;
		background: white;
	}
	
	#leftFrame a {
		color: black;
		text-decoration: none;
	}
	
	#leftFrame a:hover {
		text-decoration: underline;
	}
	
	img {
		border: 0;
	}
	
	#contents {
		width: 150px;
		position: absolute;
		top: 66px;
		top: 130px;
		right: 16px;
		z-index: 3;
		text-align: right;
	}
	
	#contents_shadow {
		width: 300px;
		position: absolute;
		top: 60px;
		top: 124px;
		right: 16px;
		z-index: 2;
		
		text-align: right;
		font-size: 20px;
		color: #eee;
		font-weight: bold;
	}


/* IE6 Fixed position fix */
html, body 
	width: 100%
	height: 100%;
	overflow: auto;
}
div#leftFrame { position: absolute; left: 0px; top: 0px;}
body > div#leftFrame { position: fixed; }


.footer {
	background-color: #e0e0e0;
	border-top: 1px solid #aaaaaa;
	height: 18px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	color: #444444;
	padding: 0 16px;
}

.footer a {
		color: #444444;
		text-decoration: none;
}