@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------- 

	general stylesheet  /  www.zuiderzeezilver.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	september 2009

---------------------------------------------------------- */

#tabs ul{
	height: 51px;
	width: 439px;
	position: relative;
	margin-top: 50px;
	padding: 0px;
}

#tabs li{
	list-style: none;
	float: left;
	height: 51px;
	width: 105px;
	margin-right: 4px;
	padding-top: 26px;
	background-image: url('../images/tab-un.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	color: #ffffff;;
	text-align: center;
}

#tabs a{
	font-family: "Arial Narrow", "Arial";
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

#tabs li.active{
	list-style: none;
	float: left;
	height: 51px;
	width: 105px;
	margin-right: 4px;
	padding-top: 26px;
	background-image: url('../images/tab-ac.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	color: #6b7176;
	text-align: center;
}