/*********************************************************************
*  
*  GROSSER WCAG 2.0 CSS v. 0.1.2-beta
*  CMS MadeSimple v.1.5.4
*  (c)2009-07-03  mnk (info@in-web.cz)
*  
*  Spec. www.oldgermanmicrophones.de 
*
**********************************************************************/
/** Skryte elementy slouzici k rychle orientaci v obsahu **/
.wcag {
  position:absolute; left:-1000px;
  width:1px; height:1px;
  overflow:hidden;
}
/** SkipLink preskocit navigaci **/
a.skiplink {
  position:absolute;
  top:0px; left:-1000px;
  padding:0.2em 0.5em;
  border-bottom:0px !important;
}
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 15px 0px 0px;
}
a.external:link {background:url('/images/icons/icon-ext.gif') no-repeat 100% 0;}
a.external:visited {background:url('/images/icons/icon-ext.gif') no-repeat 100% -100px; }
a.external:hover {background:url('/images/icons/icon-ext.gif') no-repeat 100% -200px; }

/** 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;
}
