#midSubTabBlauw {
	background-image:	url(../images/bg_tab_blauw.gif);
	background-position:	top left;
	background-repeat:	no-repeat;
	height:			138px;
}

.myTabHeader {
	float:			left;
	width:			284px;
	height:			30px;
}

.myTabHeader h1 {
	font-family:		Georgia, "Times New Roman", Courier, Serif;
	font-size:		14px;
	color:			#ffffff;
	margin-top:		5px;
	margin-left:		10px;
}

#tab-container-1 {
	float:			left;
}

#tab-container-1-nav {
	margin-left:		0px;
	font-size:		12px;
	list-style:		none;
	float:			left;
	width:			325px
	height:			25px;
	background-color:	#B3E0F5;
}

#tab-container-1-nav li {
	color:			#0066B6;
	border-right:		1px solid #0066B6;
	float:			left;
}

#tab-container-1-nav li a {
	display:		block;
	white-space:		nowrap;
	color:			#755B31;
	text-decoration:	none;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		20px;
	padding-right:		20px;
}

#tab-container-1-nav li a:hover {
	color:			#0066B6;
	text-decoration:	none;
	background-color:	#ffffff;
	padding-left:		20px;
	padding-right:		20px;
}

#tab-container-1-nav li a.active {
	color:			#0066B6;
	text-decoration:	none;
	background-color:	#ffffff;
	padding-left:		20px;
	padding-right:		20px;
}

.tabNav {
	float:			left;
	width:			270px;
	height:			25px;
	padding-left:		10px;
}

#tab-container-1 .tab {
	margin-left:		12px;
	margin-top:		5px;
	width:			250px;
	float:			left;
}

#tab-container-1 .tab p {
	font-size:		11px;
	line-height:		1.4em;
	margin-bottom:		10px;
	margin-left:		20px;
	color:			#000000;
}

#tab-container-1 .tab p a {
	color:			#0066B6;
	text-decoration:	none;
}

#tab-container-1 .tab p a:hover {
	color:			#0066B6;
	text-decoration:	underline;
}

#tab-container-1 .tab ul {
	list-style:		none;
}

#tab-container-1 .tab li {
	font-size:		11px;
	line-height:		1.5em;
	color:			#000000;
	border-bottom:		1px dashed #78A9D6;
	border-bottom-width:	1px;
	padding-left:		20px;
	background-image:	url(../images/tab_pijltje_blauw.gif);
	background-position:	center left;
	background-repeat:	no-repeat;
}

#tab-container-1 .tab li a {
	color:			#000000;
	text-decoration:	none;
}

#tab-container-1 .tab li a:hover {
	color:			#404040;
	text-decoration:	none;
}

