<?php
ob_start("ob_gzhandler");
header("Content-type: text/css");
?>
/*** für Nescape ohne Leerzeichen in Formatangaben!***/
/***** Start aufklappende Tooltips & Bilder *****/

.tooltip1 {
        position: absolute;
        display: none;
}
.tooltip2 {
        display: none;
        font-family:Arial, Verdana, sans-serif;
        text-decoration: none;
        font-style:normal;
        font-size:11px; /*ODER in Prozent oder in em (1.04em) angeben*/
/*        width: 135px;"   <<DARF HIER NICHT REIN, SONT KEIN BEWEGLICHES POPUPFENSTER*/
        position: absolute;
        color: yellow;
        background-color: gray;
        border-width: 1px;
        border-style: solid;
        border-color: #000080;
        padding: 2px;
        padding-left: 10px;
        padding-right: 10px;
}
.tooltip2 .head{
        background-color: #006666;
        color: white;
        padding: 2px;
}
.tooltip2 .content{
        color: #000066;
        font-size: 10px;  /*ODER in Prozent angeben*/
}
.tooltip2 td{
        width: 50%;
        font-size:9px;  /*ODER in Prozent angeben*/
        text-align: center;
}
.tooltip3 {
        position: absolute;
        display: none;
}
.tooltip3 img {
/*        -moz-opacity: 0.4;
        filter: alpha(Opacity=40); */
}
strong {
        font-weight: bold;
}

/***** End aufklappende Tooltips & Bilder *****/
