/* ----- Styles for accessibility ----- */

/* --- hide --- */
.invisible {
position: absolute;
top:-1000px;
left: -1000px;
font-size:10%;
}
.hidden {
display:none;
}

/* --- clear after float-blocks--- */
br.clearer {
clear:both;
}
div.clearer {
clear:both;
line-height:1px;
height:1px;
}

/* --- valid List-items --- */
li.validator-dummy /* for W3C Validator for nested lists */
{
padding:0;
margin:0;
height: 1%;
}
/* IE Win needs this to avoid spacing \*/
* html body li.validator-dummy { 
 margin-top:-10px; 
}
/* End Hack */

/* --- skip-links */
#skip-links a,
#skip-links span {
position: absolute;
top:-1000px;
left: -1000px;
font-size:10%;
}
#skip-links a:active,
#skip-links a:focus {
position: absolute;
top:20px;
left: 300px;
font-size:100%;
color:#FFFFFF;
font-weight:bold;
z-index:99;
text-decoration:none;
}



