html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html>body #wrapper {
	height: auto;
}
body
{
	margin: 0;
	background: url('../img/bg_body.png') repeat-x;	
	font-size: 12px; 
	line-height: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #636363;	
}
* html body {
	behavior: url("../js/csshover.htc");
}
#wrapper
{
	position: relative;
	background: url('../img/bg_content.png') repeat-y;
	margin: auto;
	width: 940px;	
	min-height: 100%;
	height: auto;
}
* html #wrapper {
	height: 100%;
}
#header
{
	width: 940px;
	height: 64px;
	background: url('../img/header.png');	
}

#menu
{
	width: 940px;
	height: 45px;
	background: url('../img/menu.png');	
}

#menu ul
{
	position: absolute;
	top: 79px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	margin-left: 40px;
	height: 25px;
	line-height: 25px;
	width: 900px;
}

#menu ul li
{
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li a
{
	color: #636363;
	text-decoration: none;
	display: block;	
	padding-left: 10px;
	padding-right: 10px;
}

#menu ul li a:hover, #menu ul li a.link_active
{
	color: white;
	background-color: #FF9900;	
}

#aanbieding
{
	width: 940px;
	height: 223px;
	background: url('../img/aanbieding.png');	
}
#topimage {
	margin-left: 60px;
}
#content
{
	width: 940px;
	background: url('../img/bg_content.png') repeat-y;
}

#content-inner
{
	width: 940px;
	background: url('../img/bg_content-inner.png') no-repeat;	
	min-height: 350px;
	-height: 350px;
}

#content-wrapper
{
	margin: auto;
	width: 870px;	
}

#content-links
{
	float: left;
	width: 185px;
	margin-top: 23px;
}

#content-midden
{
	float: left;
	width: 585px;
	margin-top: 23px;
	margin-bottom: 25px;
}

#content-rechts
{
	float: left;
	width: 236px;
	margin-top: 23px;
	margin-left: 49px;
}

#footer
{
	margin-bottom: 15px;
	margin-left: 235px;
	width: 400px;
	text-align: center;
	color: #9c9c9c;	
	font-size: 11px;
}

#footer a
{
	text-decoration: none;
	color: #9c9c9c;	
}
#counter, .counter {
	position: absolute;	width: 0;height: 0;z-index: -1;top: 0;left: 0;visibility: hidden;}