html, body {
	background-color:#CCCCCC;
	height:100%;
	text-align:center;
	padding:0px;
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000FF;
}
#website {
	width:902px;
	min-height:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url("images/top.jpg");
	height:191px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
	#location {
		display:block;
		margin-top:0px;
		margin-left:auto;
		margin-right:0px;
		width:300px;
		text-align:right;
		padding-right:5px;
		padding-top:5px;
		color:#FFFFFF;
		font-size:9px;
	}
	#topmenu {
		display:block;
		margin-top:150px;
		margin-left:300px;
		width:500px;
		text-align:center;
		font-weight:bold;
		color:#000000;
	}
		#topmenu a {
			color:#ff8500;
		}
		#topmenu a:hover {
			color: #008bfe; 
			text-decoration: none;
		}
#contentholder {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color:#FFE9D4;
}
	#content_left {
		width:200px;
		float:left;
		min-height:300px;
	}
		#content_left ul {
			margin:0px;
			padding:0px;
			padding-left:20px;
			list-style:none;
		}
		#content_left ul li a {
			background-image:url("images/knop_down.jpg");
			width:150px;
			padding-left:30px;
			padding-top:7px;
			padding-bottom:10px;
			margin-bottom:7px;
			background-repeat:no-repeat;
			display:block;
			color:#FFFFFF;
			text-decoration:none;
			font-weight:bold;
		}
		#content_left ul li a:hover {
			background-image:url("images/knop_up.jpg");
			color:#ff8500;
		}
		
		#logospil{
			background-image:url("images/logospil2.png");
			width: 200px;
			height: 103px;
			
		}
		
		#linkjespil{
			width: 200px;
			height: 103px;
			
		}
	#content_right {
		float:right;
		width:660px;
		padding-left:20px;
		padding-right:20px;
		min-height:300px;
	}
	/* IE MINHEIGHT */
	* html #content_left, * html #content_right {
		height: 300px;
	}
	#content_footer {
		clear:both;
		height:0px;
		width:100%;
	}
#footer {
	border: 1px solid #000000;
	border-top:none;
	border-bottom:none;
	height:48px;
	background-image:url("images/bodem.jpg");
}
