.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
#container {
	width: 100%;
}
#header {
	position: absolute;
	top: 0;
	right: 0;
	height: 207px;
	width: 100%;
	background: #000 url(images/bg_header.jpg) no-repeat;
	background-position: center;
}
#header_inner {
	position: relative;
	margin: auto;
	width: 990px;
	height: 207px;
}
#logo {
	position: absolute;
	width: 240px;
	height: 57px;
	left: 0px;
	top: 0px;
	text-indent: -9999em;
	background: url(images/logo.png) no-repeat;
}
#content_container {
	position: relative;
	margin: auto;
	width: 990px;
	margin-top: 20px;
	padding-bottom: 31px;
}


#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 58px;
	width: 1000px;
}
#menu ul {
	float: left;
	height: 58px;
}
#menu li {
	float: left;
	height: 58px;
}
#menu li a {
	display: block;
	text-indent: -9999em;
	height: 58px;
	background: url(images/menu_sprite.png) no-repeat;
}
#menu #menu_nl_home a {
	width: 80px;
	background-position: 0 0;
}
/*#menu #menu_nl_home.current a {
	background-position: 0 -37px;
}
*/
#menu #menu_nl_jongens a {
	width: 86px;
	background-position: -80px 0;
}
#menu #menu_nl_meisjes a {
	width: 76px;
	background-position: -166px 0;
}
#menu #menu_nl_babyjongens a {
	width: 114px;
	background-position: -242px 0;
}
#menu #menu_nl_babymeisjes a {
	width: 100px;
	background-position: -356px 0;
}
#menu #menu_nl_overons a {
	width: 72px;
	background-position: -456px 0;
}
#menu #menu_nl_merken a {
	width: 68px;
	background-position: -528px 0;
}
#menu #menu_nl_fotoshows a {
	width: 88px;
	background-position: -596px 0;
}
#menu #menu_nl_service a {
	width: 72px;
	background-position: -684px 0;
}
#menu #menu_nl_contact a {
	width: 78px;
	background-position: -756px 0;
}
#menu #menu_nl_winkelwagen a {
	width: 145px;
	background-position: -834px 0;
}
#cart {
	width: 145px;
	height: 58px;
	display: block;
	background: url(images/menu_sprite.png) no-repeat;
	background-position: -834px 0;
	float: left;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#cart #cart_items {
	position: absolute;
	top: 16px;
	left: 49px;
	cursor: pointer;
}
#cart #cart_total {
	position: absolute;
	top: 29px;
	left: 49px;
	cursor: pointer;	
}

#footer {
	width: 100%;
	padding-bottom: 70px;
	background: url(images/bg_footer.png);
}
#footer_border_top {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	background: url(images/border_footer.png) repeat-x;
	margin-bottom: 17px;	
}
#footer table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;		
}
#footer_top {
	margin: auto;
	/*height: 122px;*/
	width: 990px;
	padding-bottom: 25px;
}
#footer_top a {
	color: #fff;
	text-decoration: underline;
}
#footer_top #footer_maximodo {
	margin-left: 17px;
	width: 105px;
	float: left;
}
#footer_top #footer_categorien {
	width: 105px;
	float: left;
}
#footer_top #footer_merken {
	/*width: 550px;*/
	float: left;
}
#footer_top #footer_merken table td {
	vertical-align: top;
	width: 105px;
}
#footer_top #footer_service {
	width: 110px;
	float: left;
}

#footer_bottom {
	position: relative;
	margin: auto;
	height: 25px;
	width: 990px;
}
#footer_bottom_border_top {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	background: url(images/border_footer.png) repeat-x;
	margin-bottom: 17px;
}
#footer_bottom #copyright {
	position: absolute;
	left: 17px;
	top: 14px;
	width: 105px;
	height: 11px;
	background: url(images/copy.png) no-repeat;
	text-indent: -9999em;
}
#footer_bottom #realization {
	position: absolute;
	right: 23px;
	top: 14px;
	width: 102px;
	height: 13px;
	background: url(images/realization.png) no-repeat;
	text-indent: -9999em;
}