
html, body {
        text-align:left;
        font: 12px/16px Verdana, Lucida, Arial, sans-serif;
        width: 100%;
        height: 100%;
        margin:0;
        padding:0;
        }

h1, h2        {
        font-weight:bold;
        }

h1        {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 220%;
        margin-top: 5px;
        margin-bottom: 5px;
        }

h2        {
        font-size: 190%;
        margin-top: 5px;
        margin-bottom: 5px;
        }
h3        {
        font-size: 170%;
        margin-top: 5px;
        margin-bottom: 5px;
        }
h4        {
        font-size: 150%;
        margin-top: 5px;
        margin-bottom: 5px;
        }
h5        {
        font-size: 130%;
        margin-top: 5px;
        margin-bottom: 5px;
        }

a:active {
        font-size : 12px;
        color: blue;
        font-weight: normal;
        text-decoration: none;
}

a:hover {
        font-size : 12px;
        color: red;
        text-decoration: none;
}

a {
        font-size: 12px;
        color: navy;
        text-decoration: none;
}

.blau {
        font-size : 12px;
        color: blue;
}
.black {
        font-size : 12px;
        color: black;
}

.menuEbene1{
padding:1px;margin-left:15px;margin-top:5px; width:140px; text-align:center;
}
.menuEbene2{
  padding:1px;margin-left:30px;margin-top:5px; width:125px; text-align:center;
  overflow:visible;
word-wrap:break-word;
word-break:break-all;
}

.menu {
        border:1px solid white;
        empty-cells:show;
        letter-spacing : .05em;
        text-decoration: none;
        font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-color: Transparent;
}
.menu a, .menu a:hover,.menu a:active {
        display: block;
        padding-top:5px;
        padding-bottom:5px;
        border:0px;
        color: #070;
        font-weight: bold;
}

.menu a:hover,.menu a:active {
        color: #FF0;
        background-color: #00FF00;

}



#nav, #sub {
        background-color: transparent;
        color: #000;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align:center;
}

 #nav li a, #sub li a, #nav li a:hover, #sub li a:hover{
        display: block;
        width: 150px;
        height : auto;
        border: 1px solid #fff;
        letter-spacing : .1em;
        margin: 2px;
        padding: 6px 2px 5px 2px;
        text-decoration: none;
        font: 11px/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        list-style-type: none;
        margin-left:-15;
        padding-left:0;
        display: inline;
        background-color: Transparent;
        color: #070;
}

#sub li a, #sub li a:hover{
        list-style-type: none;
        width: 130px;
        margin-left:5px;
        padding-left:2px;
}

#nav li a:hover, #sub li a:hover {
        background-color: #0c0;
        color: #ee0;
}


#nav li.active a, #sub li.active a {
        background-color: #090;
        color: #000;
}