/* Afd: Navigatiebalk met dropdown menu */
#afd-navigatie.block { 
	height: 25px; 
	width: 767px;  
	overflow: hidden; 
	background: #fff; 
	font: normal 15px Impact, Helvetica, Sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	border: 1px solid #333; 
}

#afd-navigatie.block .nav-menu {margin: 0; padding: 0; overflow: hidden; }
#afd-navigatie.block li { float: left; border-right: 1px solid #555; width: 95px; overflow: hidden; }
#afd-navigatie.block a { display: block; padding: 3px 0 9px 9px; letter-spacing: 1px; color: #555; }
#afd-navigatie.block a:hover, 
#afd-navigatie.block a.nav-item:hover {background: #f00; color: #fff;}
#afd-navigatie.block .last { border-right: none; width: 95px;}

#afd-navigatie.block li ul { padding: 0; height: auto; margin: 0 0 0 -1px; position: absolute; top: 26px; border: 1px solid #555; border-bottom: none; z-index: 2000; visibility: hidden; }
#afd-navigatie.block li:hover ul { visibility: visible; }
#afd-navigatie.block li ul li {  clear: both; background: #fff; background: rgba(254,254,254,.9); border: none; border-bottom: 1px solid #555;}
#afd-navigatie.block li ul a { padding: 5px; text-transform: lowercase; color: #f00;}
#afd-navigatie.block li ul li a:hover{color: #fff; background: #f00; background: rgba(254,0,0,.8);}

#afd-navigatie.block a.nav-landelijk, 
#afd-navigatie.block a.nav-europa, 
#afd-navigatie.block a.nav-world, 
#afd-navigatie.block a.nav-lokaal {color: #f00;}

.afdeling #afd-navigatie.block a.nav-lokaal {color: #fff; background: #f00;}
.rood #afd-navigatie.block a.nav-rood {color: #fff; background: #f00;}
.steun #afd-navigatie.block a.nav-leden {color: #fff; background: #f00;}

.admin-menu #afd-navigatie.block li ul { top: 46px;}

#navigatie2 { 
 	width: 178px; 
	text-align: center; 
	margin: 0 0 15px 0; 
	border: 1px solid #333;
	border-top: none;
	height: 25px;
	font: normal 15px Impact, Helvetica, Sans-serif;
}
#navigatie2 h2 {
	font-size: 15px;
	padding-top: 5px;
	color: #555;
}

#afd-campagnes #vierdekolom hr { border: none 0; border-top: 1px solid #f00; height: 1px; } 
#afd-campagnes p {padding: 0 8px; color: #555; font-size: 10px;}
#afd-campagnes li {margin: 8px 0; padding: 0 22px 0 26px; background: url('//planet.sp.nl/pijltje.gif') no-repeat 10px 0; }
#afd-campagnes {font-size: 10px; line-height: 1.3;}
#afd-campagnes a {font-weight: bold;}

#afd-footer { font-size: 10px; font-weight: bold; }
#afd-footer .menu {width: 100%; margin: .4em auto .8em auto; border: none;  line-height: 1; overflow: visible;}
#afd-footer .menu a, 
#afd-footer .menu a:visited { display: inline; padding: 2px 5px; border: none; border-right: 2px solid #f88; font-size: 10px; text-transform: none;}
#afd-footer .menu a:hover {text-decoration: underline;}
#afd-footer .menu .last { border: none; }
#afd-footer .copyright .photo-license { letter-spacing: 0.4em; }
#afd-footer .copyright .cc-exception { font-size: .8em; font-weight: normal; }

.kaderrood {border: 1px solid #f60000;}

.not-logged-in.page-user  .afd-block {display: none;}
