/* Tabellnstil in der Navigation */
table.nav {
 /*border-collapse:collapse;    */

}



/* Buttons in der Navigationsleiste */
td.nav {
        /*margin-left:0px;*/

        font-size:30pt;
        border-width:0px 20px;
        border-color:black;
        border-style: solid;
        text-decoration: none;

}






/* Text in einem Button der nav leiste */
a.text {
        text-decoration: none;
        font-family: sans-serif;
        color:#e0e0ed;
}



/* Format eines "freien" Buttons im Text */
 /* td.button1 {
        /*margin-left:0px;*/
   /*     font-size:small;
        border-color:white;
        border-style: outset;
        text-decoration: none;    */
}


/* Inhaltsframeformat */
div.format {
        position:absolute;
        width: 47em;
        font-family: sans-serif;
        line-height: 1.5;
}

/* Seitenaufbau oben Navigation*/
div.top {
       position: static;
       width:100%;
       margin-left:
      /*   height: 10px;    */
}


/* Seitenaufbau links/rechts */
div.left {
        position: absolute;
        width:160px;
        float: left;
        border-right: 2px solid black;
        padding-right: 10px;
}

div.mitte {
        position: absolute;
        font-size: 13pt;
        margin-left: 180px;
     /*   border-left: 2px solid black;  */
        width: 800px;
        font-family: sans-serif;
        line-height: 1.5;
        padding-left: 10px;

}

div.right {
        position: absolute;
        margin-left: 1000px;
        width:160px;
        float: right;
        border-left: 2px solid black;
        padding-left: 10px;



/* Inhaltsformat Basenavigation */

/*body.navformat {
        background-color: aqua;
}                                */