body{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000;padding:0px;margin:0px;}
p,li {font-size: 12px;}
a {font-size: 12px;}
h1 {font-size: 24px;border-bottom:1px solid #888;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
div.maintitle {font-size: 18px;background-color: #eee;border:1px solid #ccc;margin-bottom:0.5em;}

header .menu a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
  transition: color 0.2s;
}

header .menu a:hover {
  text-decoration: underline;
  color: #cccccc;
}

/* Aktiver Menüpunkt */
header .menu a.active {
  color: #ffd700; /* goldgelb, kann beliebig angepasst werden */
  text-decoration: underline;
}
