body {
	background: url(images/bg_body.png) repeat-x;
}

#container {
	margin: auto;
	width: 980px;
	min-height: 100%;
}

#header{
	position: relative;
	height: 100px;
}

#logo {
	position: absolute;
	left: 11px;
	top: 29px;
	display: block;
	width: 229px;
	height: 33px;
	text-indent: -9999em;
	background: url(images/logo.png) no-repeat;
}

#content_container {
	padding: 20px 0 0 0;
}

#menu {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 24px;
	width: 692px;
}
#menu ul {
	height: 24px;
	width: 692px;	
}
#menu li {
	float: left;
	height: 24px;
}
#menu li a {
	display: block;
	text-indent: -9999em;
	height: 24px;
	background: url(images/menu_sprite.png) no-repeat;
}
#menu #menu_nl_nieuw a {
	width: 62px;
	background-position: 0 0;
}
#menu #menu_nl_nieuw.current a {
	background-position: 0 -24px;
}
#menu #menu_nl_ontwerpen a {
	width: 102px;
	background-position: -62px 0;
}
#menu #menu_nl_ontwerpen.current a {
	background-position: -62px -24px;
}
#menu #menu_nl_collectie a {
	width: 90px;
	background-position: -164px 0;
}
#menu #menu_nl_collectie.current a {
	background-position: -164px -24px;
}
#menu #menu_nl_interieurs a {
	width: 96px;
	background-position: -254px 0;
}
#menu #menu_nl_interieurs.current a {
	background-position: -254px -24px;
}
#menu #menu_nl_stands a {
	width: 70px;
	background-position: -350px 0;
}
#menu #menu_nl_stands.current a {
	background-position: -350px -24px;
}
#menu #menu_nl_projecten a {
	width: 97px;
	background-position: -420px 0;
}
#menu #menu_nl_projecten.current a {
	background-position: -420px -24px;
}
#menu #menu_nl_c2c a {
	width: 45px;
	background-position: -517px 0;
}
#menu #menu_nl_c2c.current a {
	background-position: -517px -24px;
}
#menu #menu_nl_info a {
	width: 50px;
	background-position: -562px 0;
}
#menu #menu_nl_info.current a {
	background-position: -562px -24px;
}
#menu #menu_nl_contact a {
	width: 80px;
	background-position: -612px 0;
}
#menu #menu_nl_contact.current a {
	background-position: -612px -24px;
}

#footer {
	clear: both;
	position: relative;
	height: 79px;
	border-top: 1px solid #beb5a4;
}
#footer #copy {
	position: absolute;
	top: 10px;
	left: 11px;
	display: block;
	width: 155px;
	height: 10px;
	text-indent: -9999em;
	background: url(images/copy.png) no-repeat;
}
#footer #contact {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 46px;
	height: 10px;
	text-indent: -9999em;
	background: url(images/footer_sprite.png) no-repeat;
	background-position: -67px 0;
}
#footer #disclaimer {
	position: absolute;
	top: 10px;
	right: 65px;
	display: block;
	width: 58px;
	height: 10px;
	text-indent: -9999em;
	background: url(images/footer_sprite.png) no-repeat;
}