.skiplink {
    display: none;
}

#navi {
    display: none;
}
#text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}
#text li {
    padding: 1px;
    list-style-type: square;
}

#logo {/* ACHTUNG anders als im WEB.CSS*/
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

#printfooter {
    text-align: center;
    font-size: 80%;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.5em;
}


/*========================================================
        2. Allgemeine HTML-Elemente
========================================================*/

* {
    padding: 0;
    margin: 0;
}

html {
    /*height: 101%; /* Scrollbarsd in Firefox */
}

body {
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    width:100%;
}
    
h1, h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
h1 {
    font-size: 130%;
    margin-bottom: 1em;
    }
h2 {
    /*font-size: 130%;*/
    /*margin-bottom: 1em;*/
    font-size: 100%;
    font-weight: bold;
    }

a:link {    color: #000000;}

a:visited { color: #000000;}

a:hover, a:focus {  text-decoration: underline;}

a:active{   color: White; background-color: #d90000;}

a { text-decoration: none; outline: none;}

.skiplink { display: none;}

p, ul {
    margin: 0;
    /*margin-bottom: 1em;*/
}

ul ul {
    margin: 0;
    margin-left: 1em;
}

li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1em;
}

