#logo {
	width: 160px;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	margin-top: -40px;
}

#logo img {
	margin-left: 8px;
	width:181px;
	height:182px;
}

#header .navigation {
	width: 379px;
	float: left;
	height: 105px;
}

#navtabs {
	list-style: none;
	padding: 0;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 4px solid #0288D8;
}

/* Header Navigation v1, doet 't niet ivm met IE en Opera opacity + rounded corners, argh.. */

/*
#header .navigation ul { position: absolute; top: 0em; height: 55px; width: 400px; overflow: hidden; list-style: none; padding: 0; margin-top: 95px; font-weight: bold; margin-left: -13px;}
#header .navigation li { float: left; margin: 1em 0 0 1em; height: 35px; margin-right: -10px;}
#header .navigation li a { position: relative; z-index: 10; display: block; padding: 0.5em 1em;  -webkit-box-shadow: 0.3em 0.3em .7em #555;  color: white; 
-moz-border-radius-topright: 0.5em; 
-webkit-border-top-right-radius: 0.5em; 

-moz-border-radius-bottomright: 0.5em; 
-webkit-border-bottom-right-radius: 0.5em; 

-moz-border-radius-topleft: 0.5em; 
-webkit-border-top-left-radius: 0.5em; 

-moz-border-radius-bottomleft: 0.5em; 
-webkit-border-bottom-left-radius: 0.5em; 
text-decoration: none; 
}
#header .navigation li a:hover { background: url(../images/bg_tab.png); color: white;  }
#header .navigation li strong a, li strong a:hover { z-index: 20; font-weight: normal; background: #ccc; color: #000;  -webkit-box-shadow: 0.3em 0.3em 1em #000;  }
*/

/* Header Navigation v2, doet 't wel, maar beetje cheap */

#header .navigation .menu_item {
	width: auto;
	margin-right: 10px;
	float: left;
	color: white;
	font-weight: bold;
	margin-top: 55px;
	margin-left: -3px;
}

#header .navigation .menu_item .lactive {
	width: auto;
	float: left;
	width: 6px;
	height: 32px;
	background: url(../images/left_tab.png);
	background-position: 0px -1px;
}

#header .navigation .menu_item .mactive {
	width: auto;
	float: left;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	height: 24px;
	background: url(../images/bg_tab.png);
	padding-top: 6px;
}

#header .navigation .menu_item .mactive a:link, a:visited, a:active{
	color:white;
	text-decoration:none;
}

#header .navigation .menu_item .ractive {
	width: auto;
	float: left;
	width: 6px;
	height: 32px;
	background: url(../images/right_tab.png);
}

#header .navigation .menu_item .l {
	width: auto;
	float: left;
	width: 6px;
	height: 32px;
	background-position: 0px -1px;
}

#header .navigation .menu_item .m {
	width: auto;
	float: left;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	height: 24px;
	padding-top: 6px;
}

#header .navigation .menu_item .m a:link, a:visited, a:active{
	color:white;
	text-decoration:none;
}

#header .navigation .menu_item .r {
	width: auto;
	float: left;
	width: 6px;
	height: 32px;
}




/* Header Winkelwagen */

#header .winkelwagen {
	width: 385px;
	float: right;
	height: 105px;
	height: 32px;
}

#header .winkelwagen .itemaantal {
	background: url(../images/cart-background.png);
	margin-top: 27px;
	margin-right: 10px;
	width: 205px;
	height: 54px;
	float: right;
	text-align: left;
	padding: 12px 30px;
	color: #653731;
}

	#header .winkelwagen .itemaantal > span.small {
		font-size: 10px;
	}
	
	#header .winkelwagen .itemaantal > a {
		float: right;
		color: #653731;
		font-weight: bold;
	}
	

#header .winkelwagen .link_winkelwagen {
	position:		absolute;
	z-index:		7;
	width:			236px;
	height:			27px;
	margin-left:	124px;
	margin-top:		77px;
}
