<!--
body {
behavior:url("../css/csshover.htc");
font-family:Comic Sans MS;
font-size:9pt;
text-decoration:none;
color: #000000;
background-color: #addead;
background-image: url(../bilder/?.gif);
background-attachment: fixed;
background-repeat:no-repeat;
background-position:center middle;
overflow:auto;
}

a{
color:black;
}

a:visited{
color:gray;
}
a:hover{
color: #804000;
}

/* Anfang menu */

    ul.menue,li.menue,a.menue {
        display:block;
        margin:0;
        padding:0;
        border:0;
        z-index:9;
    }

    ul.menue {
        width:150px;
        border:1px solid #9d9da1;
        background-image: url(../bilder/Leomuster.png);
        background-repeat:repeat;
        /*background:white;*/
        list-style:none;
        z-index:9;
    }

    li.folder {
        position:relative;
        padding:1px;
        z-index:9;
    }

    li.distfolder {
        position:relative;
        height:77px;
        z-index:9;
        background-image: url(../bilder/DistLogo.gif);
    }

    li.dresfolder {
        position:relative;
        height:77px;
        z-index:9;
        background-image: url(../bilder/DresLogo.gif);
    }

        li.folder ul.menue {
            position:absolute;
            left:120px; /* IE */
            top:5px;
        }
            li.folder>ul.menue { left:140px; } /* others */

        li.distfolder ul.menue {
            position:absolute;
            left:120px; /* IE */
            top:5px;
        }
            li.distfolder>ul.menue { left:140px; } /* others */

        li.dresfolder ul.menue {
            position:absolute;
            left:120px; /* IE */
            top:5px;
        }
            li.dresfolder>ul.menue { left:140px; } /* others */

    a.menue {
        padding:2px;
        border:1px solid white;
/*        text-decoration:none;*/
        color:gray;
        font-weight:bold;
        width:100%; /* IE */
    }
        li.menue>a.menue { width:auto; } /* others */

    li.folder a.submenu {
        padding:2px;
        border:1px solid white;
/*        text-decoration:none;*/
        color:gray;
        font-weight:bold;
        width:100%; /* IE */
        background:url("../bilder/sub.gif") right no-repeat;
    }

    li.distfolder a.submenu {
        padding:30px;
        border:0;
        top-margin:20px;
/*        text-decoration:none;*/
        color:black;
        font-weight:bold;
        width:100%; /* IE */
        background:url("../bilder/sub.gif") right no-repeat;
    }

    li.dresfolder a.submenu {
        padding:20px;
        border:0;
        top-margin:20px;
/*        text-decoration:none;*/
        color:black;
        font-weight:bold;
        width:100%; /* IE */
        background:url("../bilder/sub.gif") right no-repeat;
    }

    li.folder p.submenu {
        padding:2px;
        border:1px solid white;
/*        text-decoration:none;*/
        color:gray;
        font-weight:bold;
        width:100%; /* IE */
        background:url("../bilder/sub.gif") right no-repeat;
    }
    /* regular hovers */

    a.menue:hover {
        border-color:gray;
/*        background-color:#804000;*/
        color:black;
    }
        li.folder a.menue:hover {
/*            background-color:#804000;*/
            color:black;
        }

    /* hovers with specificity */

    li.folder:hover {z-index:10;}
    li.distfolder:hover {z-index:10;}
    li.dresfolder:hover {z-index:10;}

    ul.menue ul.menue, li:hover ul.menue ul.menue{
        display:none;
    }

    li:hover ul.menue, li:hover li:hover ul.menue {
        display:block;
    }

/* Ende menu */

p.ueberschrift {
text-align:center;
margin-top:0px;
margin-bottom:0px;
}

div.home {
margin-top:-370px;
margin-bottom:0px;
margin-left:200px;
margin-right:20px
}


.div.anz {
position:absolute;
top:115px;
right:50px;
width:750px;
height:500px;
border:thin solid #804000;
/*   border:thin solid #6f4abc;*/
background-image: url(../bilder/Leomuster.png);
background-repeat: repeat;
text-algin: center;
z-index:0;
}

.iframe.inhalt{
position:absolute;
top:30px;
left:10px;
width:730px;
height:460px;
z-index:0;
display:hidden
}

.button.schliessen{
font-family:Comic Sans MS;
font-size:9pt;
text-decoration:none;
color:gray;
font-weight:bold;
background-color: #d4c1a3;
position:absolute;
top:0px;
right:10px;
}

.button.zurück{
font-family:Comic Sans MS;
font-size:9pt;
text-decoration:none;
color:gray;
font-weight:bold;
background-color: #d4c1a3;
position:absolute;
top:0px;
right:80px;
}

-->