/* lay-out en vormgeving familieband - - - - - - - - - - - - - - - - - - */
#familieband {
    clear: both;
    height: 18px;
    border-bottom: 1px solid #d8d8d8;
    font: 11px/18px verdana, arial, helvetica, sans-serif;
    text-transform: lowercase;
    background: #fff url(../bg/familieband_bg.png) repeat-x;
    text-align: center }               /* wel/niet centreren */

#familieband ul {
    width: 950px;                      /* max-breedte van de website */
    margin: 0 auto;                    /* wel/niet centereren */
    padding: 0 }
#familieband li {
    float: left;
    margin:0;
    list-style-type: none }

/* links in familieband stijlen */
#familieband a {
	display: block;
	padding: 0 8px;
	border-left: 1px solid #d8d8d8;
	text-decoration: none }
#familieband a.nrc {
	border-left: none }
#familieband a:link,
#familieband a:visited {
	color: #666 }
#familieband a:hover,
#familieband a:active {
	text-decoration: underline }
#familieband a:hover {
	color: #d30910 }
#familieband a:active {
	color: #000 }

/* (links in) familiebericht stijlen */
#familieband .familiebericht {
	padding: 0 0 0 8px;
	border-left: 1px solid #d8d8d8; }
#familieband .familiebericht,
#familieband .familiebericht a:link,
#familieband .familiebericht a:visited,
#familieband .familiebericht a:hover,
#familieband .familiebericht a:active {
	display: inline;
	color: #d30910 }
#familieband .familiebericht a {
	padding: 0;
	border: none;
	text-decoration: none }
#familieband .familiebericht a:hover,
#familieband .familiebericht a:active {
	text-decoration: underline }

/* maar waar ben ik eigenlijk? */
#familieband a.nrcmedia {
	color: #000;
	background: #f1f1f1 url(../bg/familieband_current_bg.png) repeat-x }
