/* navigatie stylesheet volkskrant.nl */

#tab_nieuws, #tab_extra, #tab_service {
	margin: 0; padding: 0;
}
	
#tab_nieuws { 
	position: absolute; top: 101px; left: 0; z-index: 1; _left: -3;
}

#tab_extra { 
	position: absolute; top: 200px; left: 0; z-index: 1; _left: -3;
}
#tab_service { 
	position: absolute; top: 300px; left: 0; z-index: 1; _left: -3;
}

#tab_nieuws img, #tab_extra img, #tab_service img {
	border: 0;
}

#knop_open_tab_nieuws, #knop_open_tab_extra, #knop_open_tab_service, #knop_dicht_tab {
	float: left; width: 19px;
	margin:0; padding: 0;
}

#knop_dicht_tab_nieuws, #knop_dicht_tab_extra, #knop_dicht_tab_service {
	display: none;
	float: left;
	width: 19px;
	margin: 0;
	padding: 0;
	_margin: -3px;
}

.tab_inhoud { 
	float:left; background-color: #ccc;
	width: 202px;
	display: none;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10px;
}

.tab_inhoud dl {
	list-style-type: none; margin: 10px 40px;
}

.tab_inhoud dd {
	margin: 0; padding: 0; 
}
	
#tab_nieuws, #tab_extra, #tab_service {
	margin: 0; padding: 0;
}

.tab_inhoud dl a:link {
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10px;
	color: #039; text-decoration: none;
}

.tab_inhoud dl a:visited {
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10px;
	color: #039; text-decoration: none;
}

.tab_inhoud dl a:hover {
	font-weight: bold;
		font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10px;
	color: #06f; text-decoration: none; 
}
	
