/*
 * Gemeinsame Attribute fuer Bildschirm-Ausgabe
 */

/* Bugfix fuer IE: Der laesst ab und zu mal ganze Text-Teile verschwinden! */
/*p, a, h1, h2, h3, h4, h5, h6 {
	position: relative;
	z-index: 0;
}*/

.rechts {
    clear: right;
    float: right;
    margin: 0 0 1em 1em;
    /* Hack wg. Ueberlagerung von Bloecken ausserhalb des DIVs */
    position: relative;
}

/* Referenzen */
div.auflisten.referenzen .uncoverhideable {
    width: 150px;
    height: 60px;
    position: relative;
    top: -3px;
    left: -11px;
    /*background-color: #f60;*/
}

div.auflisten.referenzen .hideable {
    padding: 5px;
    width: 150px;
}

p.popup {
    text-align: left;
}

.box {
    position: absolute;
    z-index: 1001;
    width: 200px;
    background-color: #e2e2e2;
    padding: 5px;
    border: 1px solid black;
}

/* Verstecken */
.hideable {
    visibility: hidden;
}
.uncoverhideable:hover .hideable {
    float: left;
    visibility: visible;
    position: absolute;
    z-index: 5;
}
.uncoverhideable .uncoveralways {
    visibility: visible;
    position: relative;
    /*z-index: 0;*/
}
