/**
   Vielen Dank für Dein Interesse am AccessKey -mini- !

   Über die Verlinkung zu 2bweb.de oder zu daik.de freuen ich mich sehr.

   Auch ohne Verlinkung freue ich mir über eine kurze E-Mail
   mit der URL, unter der dieses implementiert wird.

   Die Seiten werde ich unter daik.de als Referenzliste verlinken!

   Stephan Heller [daik.de] <heller@daik.de>
*/

body{font-size:100%;}
/* "Kasten" für komplettes AccessKey-Pad */
#acc{    margin: 0px;    padding: 0px;    width: 10em; font-family: verdana,arial,helvetica,sans-serif;    font-size: 0.75em; text-align: center; line-height: 1.1em;}
/* Listen-Punkt ^= einzelne "Taste" */
#acc li{    margin: 0px 0.15em 0.15em 0px; padding: 0px; border: 1px solid #6F6F6F; float: left;  list-style: none; display: block;}
/* Normale Buttons */
#acc li a:link,
#acc li a:visited{    color: #000000;    background: #D3D3D3;    padding: 0.25em 1em;    width: 0.9em;    display: block;    text-decoration: none;}
/* Mouse-Over bzw. Tab/OnFocus-Style*/
#acc li a:hover{    color: #FFFFF2;    background : #bf0000;    font-weight: bold;}
#acc li a:focus,
#acc li a:active{    color: #FFFFF2;    background: #000080;    font-weight: bold;}
/* "Taste" ohne Link */
#acc .acc-n{    border: 1px dotted #D7E9FF;    padding: 0.25em 1em;    width: 0.9em;    color: #000000;    background: #fff;}
/* AccessKey-Pad-Logo */
#acc li.acc-logo{    border: 0px;    width: 6.2em; color: rgb(255,255,255);background-color:transparent}
#acc .acc-logo a:link,
#acc .acc-logo a:visited{    width: 6em;    display: block;    color: #FF0000;    background: #fff;    letter-spacing: 0px;    text-decoration: none;    border: 1px solid #FFFFFF;    margin:0 0 0 0;    padding:0 0 0 0;}
#acc .acc-logo a:hover,
#acc .acc-logo a:focus,
#acc .acc-logo a:active{    background: #D3D3D3;    text-decoration: underline;    border: 1px solid #6F6F6F;    font-weight: 400;}
#acc strong{    color: #000080;    font-variant: small-caps;    font-weight: bold;}
#acc strong em{    color: #000080;    font-style: italic;    letter-spacing: 0px;}
#acc em.small{    color: #000080;    font-style: normal;    letter-spacing: 0px;    font-size:0.8em;}
/* Ende AccessKey-Pad-Logo */
#acc span{    width: 0px;    position: absolute;    left: -1000px;    top: -1000px;    height: 0px;    overflow: hidden;}


