#tabs{
	display:block;
	padding-top:20px;
	height:60px;
	border-left:13px solid #526D87;
	background:#fff;
	padding:40px;
}
#tabbladen{
	display:block;
	height:29px;
	background:URL(/images/tab_line.gif) top left repeat-x;
	font-size:12px;
}
#tabbladen ul{
	text-decoration:none;
	padding:0px;
	margin:0px;
}
#tabbladen li{
	float:left;
	width:105px;
	height:22px;
	color:#8CA7C2;
	background:URL(/images/tab.gif) #526D87 top right no-repeat;
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
	padding-top:5px;
}
#tabbladen li.before{
	float:left;
	width:105px;
	height:22px;
	color:#8CA7C2;
	list-style:none;
	background:URL(/images/tab.gif) #84A8BF top right no-repeat;
	padding-top:5px;
	margin:0px;
}
#tabbladen li.active{
	float:left;
	width:105px;
	height:22px;
	color:#FFFFFF;
	list-style:none;
	background:URL(/images/tab_active.gif) #526D87 top right no-repeat;
	padding-top:5px;
	margin:0px;
}
#tabbladen li.last{
	float:left;
	width:105px;
	height:22px;
	color:#8CA7C2;
	background:URL(/images/tab.gif) #ffffff top right no-repeat;
	list-style:none;
	padding-top:5px;
	margin:0px;
}
/*#tabbladen li.active.last{
	float:left;
	width:105px;
	height:22px;
	color:#FFFFFF;
	list-style:none;
	background:URL(/images/tab_active.gif) #ffffff top right no-repeat;
	padding-top:5px;
	margin:0px;
}*/
#tabbladen li a{
	color:#82A7B9;
}


#voorkeuren{
	display:block;
	height:23px;
	font-size:12px;
	border-bottom:3px solid #F8A036;
}
#voorkeuren ul{
	text-decoration:none;
	padding:0px;
	margin:0px;
}
#voorkeuren li{
	float:left;
	width:106px;
	height:18px;
	color:#8CA7C2;
	background:#FCD9AD;
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
	padding-top:5px;
	border-right:1px solid #ffffff;
}
#voorkeuren li.active{
	float:left;
	width:106px;
	height:18px;
	color:#FFFFFF;
	list-style:none;
	background:#F7941E;
	padding-top:5px;
	border-right:1px solid #ffffff;
	margin:0px;
}
#voorkeuren li a{
	color:#8CA7C2;
	text-decoration:none;
}
#voorkeuren li.active a{
	color:#fff;
	text-decoration:none;
}

.oranje_rand{
	border-bottom:3px solid #F8A036;
	border-left:3px solid #F8A036;
	border-right:3px solid #F8A036;
}