/* content controls the text in the present category */
div#content  { 
	margin: 0 0 10px 0; 
	padding:  1px 30px 1px 30px; 
	border: 0 none; /* needed for background in nn 4.x */ 
	background-color: #fff; }
	
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center { text-align: center; }

.printOnly { display: none;    }
p.dfn   { float: right; 
	width: 25%; 
	text-align: left; 
	font-size: 110%; 
	font-weight: 300; 
	padding: 1em; 
	text-indent: -0.5em; 
	border-top: 1px solid rgba(221,221,221,0.8);
	border-right: 1px solid #fff; /*rgba(221,221,221,0.1);*/
	border-bottom:  1px solid rgba(221,221,221,0.8);
	border-left:  1px solid rgba(221,221,221,0.8);
	background-color:  rgba(204,214,224,0.1); /*** rgba(221,221,221,0.1); ***/
	color: #777; 
	margin: 1.2em -7px 0.4em 0.5em; }
p.dfn:before {
  content: "... ";
  display: inline; }

span.FooterIcons { padding: 11px 0 0 30px; /* assume 15px (16?) image */ }

/* reguleert de wijsbegeerte balk onderaan--zoveel mogelijk afblijven */
span.FooterLinks { background-image: url("../icons/bottom.gif");
	background-color: #036; 
	padding: 13px 30px 8px 100px;
	line-height: 15px; /* line-height + padding = 36 < 37 for ie */
	background-repeat: no-repeat;}

span.FooterLinks a { color: #fff;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 10px; /* x-small is too small for nn 4.x */
	font-family: "Lucida Sans", "Lucida Grande", Lucida, "Trebuchet MS", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, Arial, sans-serif; }

span.label { display: none; }
div#alfabet {	position: fixed;	
	text-align: center;
	left: 4px;
	top: 2px;
	line-height: 3em;
    border: 2px outset #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
 	background-image: url("../icons/brushed.jpg");
	padding: 1em; 
	width: 8em; }
div#alfabet a{
background: #222 url(/icons/alert-overlay.png) repeat-x;
display: inline-block;
padding: 4px 9px 5px;
color: #fff;
text-decoration: none;
font-size: 0.9em;
font-weight: bold;
line-height: 1em;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

/* Colors ---------- */
div#alfabet a:link, div#alfabet a:visited {
background-color: rgba(0,0,0,0.6);
}
div#alfabet a:active, div#alfabet a:hover {
background-color: rgba(228,183,25,1);
}
/* div#alfabet a:link, div#alfabet a:visited {  background-color: rgba(0,0,0,0.6);
    white-space:nowrap; }
div#alfabet a:hover { background-color: rgba(0,0,0,0.4); } */