/* TABS PRODUCTIE */


#tabs {
	height: 34px;
	width: 615px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu_lijn.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	margin-bottom: 15px;
	clear: both;
}

#tabs ul {
	margin: 0;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
}

#tabs ul li {
	display: inline;
}

#tabs ul li a {
	float: left;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 8px 2px 8px;
	border: 1px solid #ccc;
	border-bottom: 0px;
	background-color: #f3f3f3;
	margin: 0 6px 0 0;
}

#tabs ul li a:hover {
	color: #272425;
	padding: 5px 8px 2px 8px;
}
#tabs ul li.current a {
	background-image: url(../images/back_tab.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	padding: 5px 10px;
	padding-bottom: 4px;
	height: 13px;
	color: #272425;
}

/* SAFARI ONLY */
html[xmlns*=""] body:last-child #tabs ul li a { padding-bottom: 5px; }
html[xmlns*=""] body:last-child #tabs ul li.current a { padding-bottom: 4px; }

