#frame{
         position: absolute;
         background: #FFFFFF; /*anthrazit #3F3F3F*/
         width: 88%;

         /* nur fuer Internet Explorer */
         width: 88%;     /* Version 5.x */
         w\idth: 88%;    /* Version 6 */

         height: 400%;
         top: 1%;
         left: 1%;
         border-color: #3F3F3F;
         border-width: 1pt;
         border-style: solid;
         z-index:-1;
}
#header{ /*Logo und head*/
         position: absolute;
         background: #3F3F3F; /*#3F3F3F*/
         /* nur fuer Internet Explorer */
         width: 100%;     /* Version 5.x */
         w\idth: 100%;    /* Version 6 */
         height: 5.3%;
         top: 0%;
         left: 0%;
}

#logo{
         position: absolute;
         background: #3F3F3F url('../img/DL_Logo_Schrift.png') no-repeat center center;

         /* nur fuer Internet Explorer */
         width: 160px;/*20%;*/     /* Version 5.x */
         w\idth: 160px; /*20%;*/    /* Version 6 */

         height: 120px; /*5%;*/
         top: 10px;
         left: 40px;
         z-index: 1;
}

#head{   /*erster Schriftzug*/
         position: absolute;
         font-size:  15pt;
         font-weight: bold;
         font-family: Tahoma;
         font-variant: small-caps;
         text-align: center;
         text-vertical: center;
         background: #3F3F3F;   /*orange*/
         color: white;
         padding: 0% 1% 0 1%;
         bottom: 85%;
         left: 13%;
         width: 78%;

         /* nur fuer Internet Explorer */
         width: 78%;     /* Version 5.x */
         w\idth: 78%;    /* Version 6 */

         height: 1%;

}

#subhead{
         position: absolute;
         text-align: center;
         text-vertical: center;
         font-size: 15pt;
         font-family: Tahoma;
         font-variant: small-caps;
         background: #3F3F3F; /*#3F3F3F*/
         color: white;
         padding: 0 1%;
         bottom: 40%;
         left: 15%;
         width: 78%;

         /* nur fuer Internet Explorer */
         width: 78%;     /* Version 5.x */
         w\idth: 78%;    /* Version 6 */

         height: 2.3%;
}

#metanav{
        position: absolute;
        width:0%;

         /* nur fuer Internet Explorer */
         width: 0%;     /* Version 5.x */
         w\idth: 0%;    /* Version 6 */

        height:0%;
        overflow:hidden;
}


/* Navigationsbereich*/
.nav{
         position: relative;
         top: 4.9%;
         left: 0;
         height: 94%;
         text-color: white;
         white-space:nowrap;
         padding: 5px 0 0 1px;
         margin-left: 0;
         font: bold 9pt Tahoma, sans-serif;
         border-color: #FFFFFF;
         background: #ff7c00;
}

/*Terminbereich (nur auf der Startseite)*/
#aside{
         position: absolute;
         top: 5.3%;
         right: 0;
         height: 93%;
         width: 12%;
         w\idth: 12%;

         color: #FFFFFF;
         padding: 1%;
         /*margin: 2% 0;
         display: inline;
         background: #ff7c00;*/
         font: bold 9pt Tahoma, sans-serif;
         text-align: right;
         border-color: #FFFFFF;
         background: #ff7c00;
         z-index: +1;
}

#aside a{
         text-align: center; text-decoration: none; color: white;

}

#aside a:hover {
         color: #3F3F3F;
}

.nav li
{
         list-style: none;
         margin: 0;
         padding: 0.25em 1em;
         text-align: left;
         text-color: white;
}

.nav li a { text-decoration: none; color: white;}
/*.nav li a:link { color: #3F3F3F; }
.nav li a:visited { color: #3F3F3F; }
*/
.nav a:hover {
         color: #3F3F3F;
}
.current{
// Hier eine andere Farbe für den aktiven Pfad angeben
         color: #3F3F3F;
}

/*Inhaltbereich*/
#content{
         overflow: auto; /*This will create a scrollbar - horizontal, vertical or both only if the content in the block requires it. creating a scrollbar.*/
         position: absolute;
         margin: 0;
         padding: 2.5% 4% 0 4%;
         background: white;
         font-family: Tahoma;
         font-weight: bold;
         color: #3F3F3F;
         font-size: 10pt;
         top: 5.3%;
         left: 20%;
         height: 92.4%;

         width: 72%;

         /* nur fuer Internet Explorer */
         width: 72%;     /* Version 5.x */
         w\idth: 72%;    /* Version 6 */

}



/*Inhaltsbereich nur für die Startseite wegen den Terminen schmaler als der Rest*/
#start{
         padding: 0 20% 0 0;
         font: bold 10pt Tahoma, sans-serif;
}


/*Überschrift h1 im Inhaltbereich*/
#content h1{
         color: #ff7c00;
         font-family: Tahoma;
}

#content h2{
         font-family: Tahoma;
}

#content h3{
         color: #ff7c00;
         font-family: Tahoma;
         font-size: 10pt;
}

/*Text im Inhaltbereich*/
#content p{
         text-align: justify;
}

#content kursiv{
         font-style: italic;
         font-weight: bold;
         color: #3F3F3F;
         font-size: 10pt;
}

#content Kapi{
         font-family: Tahoma;
         font-variant: small-caps;
         font-weight: bold;
         color: #ff7c00;
         font-size: 10pt;
}

#content buntfett{
         color: #ff7c00;
         font-family: Tahoma;
         font-size: 10pt;
}

#content a{
         color: #3F3F3F;
}

#content a:hover{
         color: #ff7c00;
}

#path{
         position: absolute;
         margin: 0 0 0 24%;
         top: 5.5%;
         color: #3F3F3F;
         background-color: #FFFFFF;
         font: bold 9pt Tahoma, sans-serif;
         z-index:+1;
}

#accessbox{
         background: #fff;
         position: absolute;
         font-family: Tahoma;
         font: bold 9pt Tahoma, sans-serif;
         width: 12%;

         /* nur fuer Internet Explorer */
         width: 12%;     /* Version 5.x */
         w\idth: 12%;    /* Version 6 */

         height: 10%:
         top: 22%;
         left: 103%;
}

/*Fußzeile*/
#bottom{
       position: absolute;
       color: white;
       font-family: Tahoma;
       font-weight: bold;
       background: #3F3F3F;
       text-align: right;
       padding: 0.5% 0.5%;
       top: 98.65%;
       left: 0%;
       height: 1%;
       width: 99%;
       z-index: +2;

         /* nur fuer Internet Explorer */
         width: 99%;     /* Version 5.x */
         w\idth: 99%;    /* Version 6 */


/*
background: #ccc;
position: absolute;
top: 95%;
left: 0%;*/
}
