@charset "utf-8";

/* CSS Document */
body {
    background-image: url('images/kachel.jpg');
}

H1,
H2,
H3,
p {
    font-family: Verdana, Arial, Helvetica;
    color: #006699;
}

/* Navistyle */
ul {
    list-style-type: none;
    margin: 2 2 0 8px;
    padding: 0 6 0 0;
    width: 160px;
}

li a {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    display: block;
    color: #006699;
    background-color: #ccffcc;
    padding: 8px 8px;
    text-decoration: none;
    width: 94%;
}

li a.active {
    background-color: #006699;
    color: white;
}

li a:hover:not(.active) {
    font-family: Verdana, Arial, Helvetica;
    background-color: #009966;
    color: white;
}

.startbild1 {
    margin-top: 30px;
}

.indexlink {
    font-size: 12pt;
}

.zelle1 {
    width: 180px;
}