@charset "utf-8";

/* Tab bladeren */
.tabbladen{
	margin-left:16px;
}
	.tabbladen .tabblad{
		width:176px;
		height:129px;
		margin:0 11px 14px 0;
		float:left;
	}
		.tabbladen .tabblad .header{
			float:left;
			width:176px;
			height:23px;
			padding:0;
			margin:0;
			padding-top:5px;
			background-image:url('../../images/tabs/groepheader.gif');
		}
			.tabbladen .tabblad .header a{
				color:#FFFFFF;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
				margin-left:10px;
			}
		.tabbladen .tabblad .image{
			float:left;
			width:176px;
			height:86px;
			margin:0px;
			padding:0px;
		}
			.tabbladen .tabblad .image .overlay{
				display:block;
				position:relative;
				width:176px;
				height:88px;
				margin:0px;
				padding:0px;
				margin-top:-82px;
				background:url('../../images/tabs/groepoverlay.png') bottom no-repeat;
			}
			.tabbladen .tabblad .button{
				width:20px;
				height:20px;
				background-image:url('../../images/tabs/button.png');
				position:relative;
				display:block;
				margin-left:150px;
				margin-top:-28px;
			}
