@charset "utf-8";

/* CSS Document */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
/* trigger button /img/home/download.png */
#tool_tip1, #tool_tip2, #tool_tip3 {
    /* background:transparent url(http://schwa-medico.de/cms/upload/layout/logo-trafo.jpg) no-repeat scroll 0 0; */
    /* display:block; */
    height:110px;
    margin-bottom:10px;
    overflow:hidden;
    text-indent:-999em;
    width:215px;
    cursor:pointer;
}


/* tooltip styling http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png */
.tooltip {
    display:none;
    background:url(http://schwa-medico.de/cms/upload/layout/textkasten.png);
    height:170px;
    padding:15px 15px 15px 15px;
    width:270px;
    font-size:11px;
    font-family:verdana,arial,geneva,sans-serif;
    color:#1a4e73;
    z-index:100;
}

.tooltip h6 {
    font-size: 12px;
    font-weight: bold; 
}
    
