
  /*
  **  stylesheet definitions for voellanerhof.com - wt_csstooltip styles
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi Webmedia
  **  @author     tommy(at)profi(dot)it
  **  @since      23.11.2009 16:57:59
  */

  a.wt_csstooltip {
    position: relative;
    z-index: 89;
    cursor: help;
    text-decoration: underline;
    color: #7a797a;
  }

  a.wt_csstooltip:hover {
    z-index: 250;
  }

  a.wt_csstooltip span,
  a.wt_csstooltip dfn {
    display: none;
    font-style: normal;
    z-index: 250;
  }

  a.wt_csstooltip:hover span,
  a.wt_csstooltip:hover dfn {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 55em;
    background-color: #efebf0;
    color: #908f91;
    text-align: left;
    padding: 5px;
    font-size: 11px;
    border: 2px solid #baaabc;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    z-index: 2500;
  }
  a.wt_csstooltip dfn img { float: right; }
  #sidebar-right a.wt_csstooltip:hover span,
  #sidebar-right a.wt_csstooltip:hover dfn {
    left: auto !important;
    right: 2em !important;
  }