/** (c)2010-03 mnk (support@in-web.cz) - Skryte elementy slouzici k rychle orientaci v obsahu **/

.wcag {
  position:absolute; 
  left:-1000px; top:0px;
  width:1px; height:1px;
  overflow:hidden;
}
/** SkipLink preskocit navigaci **/
a.skiplink {
  position:absolute;
  top:0px; left:-1000px;
  padding:0.25em 0.5em;
  border-bottom:0px !important;
  z-index:1000;
}
a.skiplink:focus, 
a.skiplink:active {left:0px; background:#fff;}

/** wiki style external links **/
/** external links will have "(external link)" text added, lets hide it **/
a.external span {
  position:absolute;
  left:-5000px; width:4000px;
}
a.external {padding:0px 12px 0px 0px;}
a.external {background:url('/images/icons/icon-ext.gif') no-repeat 100% -200px;}
a.external:hover {background-position:100% -100px; }
/* a.external:visited, p a.external:visited {background-position:100% 0px; } */

/** definition tags are also hidden these are also used for menu links **/
dfn {
   position:absolute; display:inline;
   left:-1000px; top:-1000px;
   width:0px; height:0px;
   overflow:hidden;
}

