/* Fefe-Style CSS */
body {
    font-family: "Times New Roman", Times, serif;
    background-color: #e0e0ff;
    color: #000000;
    margin: 20px;
    line-height: 1.4;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #800080;
}

a:hover {
    text-decoration: underline;
}

header h1 {
    margin-bottom: 5px;
}

nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

article {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}

.artikelbild {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

time {
    font-size: 0.9em;
    color: #666;
}

.kategorie {
    font-size: 0.9em;
    color: #666;
    margin-left: 10px;
}

footer {
    font-size: 0.85em;
    color: #666;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

/* Old school table styles */
table {
    border-collapse: collapse;
}
