/* Haupt-Template für mosaikkerzen.de */

html {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #15575d;
}
a:hover {
    color: #aae7ee;
}

/* Spezielle Klasse für das Startseiten-Bild */
.Startbild {
    margin-left:-5px;  
}

#top {
    color: white;
    background-color: #79b6bc;
    background-image: url("../images/Logo.gif");
    background-repeat: no-repeat;

    padding: 60px 50px 60px 450px;
}
#top ul li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}
#top.a {
    font-size: 1.2em;
}

#main {
    color: white;
    background-image: url("../images/Hintergrund_2024.png");
    background-repeat: no-repeat;

    padding: 300px 400px 100px 300px;
    min-height: 250px;
    max-height: 350px;
    overflow: auto;
}
#main ul li {
    list-style-type: none;
}

#footer {
    color: white;
    background-color: black;

    padding: 20px;
    min-height: 50px;
    text-align: center;
}
#footer ul li{
    float: left;
    list-style-type: none;
}