/* tabs */
.actief {
	float: left;
}
.actief-links,
.actief-rechts {
	display: none;
}
.actief-main {
	float: left;
	height: 19px;
	line-height: 19px;
	padding: 5px 10px 4px 10px;
	font-size: 1em;
	font-weight: 900;
	color: #fff;
	background: #0266a4;
	border: 1px solid #0266a4;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	margin-right: 2px;
}

.inactief {
	float: left;
}
.inactief-links,
.inactief-rechts {
	display: none;
}
.inactief-main {
	float: left;
	height: 19px;
	line-height: 19px;
	padding: 5px 10px 2px 10px;
	margin-top: 2px;
	font-size: .9em;
	font-weight: 100;
	background: #e0e0e0;
	color: #333;
	border: 1px solid #0266a4;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	margin-right: 2px;
}

.inactief a {
	display: inline-block;
	text-decoration: none;
}

a:hover .inactief-main {
	cursor: pointer;
	background: #0266a4;
	color: #fff;
}


/* tabs */
.tabgroup {
	margin-bottom:6px;
}
	.tabgroup h3 {
		float:left;
		margin:0 6px 2px 0;
		padding:4px 6px;
		background-color:#ddd;
		color:#666;
		cursor:pointer;
		font-weight:100;
		font-size:14px;
	}
		.tabgroup h3.selected {
			font-weight:bold;
			font-size:14px;
			background-color:#666;
			color:#fff;
		}
.tabs {
	display:none;
}
	.tabs.selected {
		display:block;
	}

#ajaxFeedback img.loader {
	display:block;
	margin:3em auto;
}
