
body nav a:active {
    text-decoration: underline !important;
    color: white !important;
    font-weight: bold !important;
	font-family: Arial, sans-serif;
margin: 0;
background-color: red;
}

header {
background: #2e7d32;
color: white;
padding: 20px;
text-align: center;
}
nav {
background: #34628C;
padding: 10px;
text-align: center;
}
nav a {
color: #A3CDF1;
margin: 1px;
text-decoration: none;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
color: white;
}
nav a:visited {
    color: #D1A3F1; /* Eine andere Farbe, z.B. helles Lila */
    text-decoration: none;
.container {
width: 90%;
margin: auto;
padding: 20px;
background: white;
}
h2 {
color: #2e7d32;
}
.news {
margin-bottom: 20px;
padding: 10px;
border-bottom: 1px solid #ccc;
}
footer {
background: #1b5e20;
color: white;
text-align: center;
padding: 10px;
}