@UTF-8
div.klaviatur { 
  width:10em;
  display:block;
  position:relative;
  float:left;
}

a.wtaste,
a.wtastea,
a.wtasteb,
a.wtastec,
a.wtasted { 
           text-align:right;
           width:10em;
           display:block;
           padding:1em;
           padding-left:1em;
           margin:0pt;
           background: #FFF;
           border-color: black;
           border-width:1px;
           border-style:solid;
           color:black;
           text-decoration: none;
           z-index:1;
           }

a.wtastea { 
            padding-top:0.75em;
            padding-bottom:1.25em;
            }
a.wtasted { 
            padding-top:1.25em;
            padding-bottom:0.75em;
            }
a.wtasteb{ 
           padding-top:0.9em;
           padding-bottom:1.1em;
           }
a.wtastec{ 
           padding-top:1.1em;
           padding-bottom:0.9em;
           }

a.wtaste:hover,
a.wtastea:hover,
a.wtasteb:hover,
a.wtastec:hover,
a.wtasted:hover { 
                 color:black;
                 background:#DDD;
                 }

div.stasteb,
div.stastec,
div.stastea { 
              text-align:right;
              position: relative;
              margin-left:0pt;
              margin-right:0pt;
              margin-top:-1em;
              margin-bottom:-0.5em;
               color:white;
               background:black;
               display:block;
               width:7.5em;
              height:1.1em;
              z-index:2;
              padding:0.2em;
              border-width:0pt;
               }

div.stasteb { 
              margin-top:-0.75em;
              margin-bottom:-0.75em;
              }

div.stastec { 
              margin-top:-0.5em;
              margin-bottom:-1em;
              }

div.stasteb:hover,
div.stastec:hover,
div.stastea:hover { 
              color:white;
              background:#222;
              }
