/*********************************************************************
*  
*  WCAG 2.0 CSS v. 1.6.6-beta
*  CMS MadeSimple v.1.6.6
*  (c)2009-10-31 mnk (support@in-web.cz)
*  
*  Spec. DG Studio - Logopedicka poradna
*
**********************************************************************/
/** 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:link {background:url('/images/icons/icon-ext.gif') no-repeat 100% 0;}
a.external:hover {background:url('/images/icons/icon-ext-hover.gif') no-repeat 100% 0px; }
a.external:visited, p a.external:visited {background:url('/images/icons/icon-ext-visited.gif') no-repeat 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;
}
