    body {
      font-family: Arial, sans-serif;
      margin: 24px;
      background-color: #0d1b2a; /* dunkelblau als Basis */
      background-image: url('../images/bg_team.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      color: #f0f0f0;
    }

    h1 {
      text-align: center;
      color: #ffffff;
      margin-bottom: 16px;
    }

    table {
      border-collapse: collapse;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.08); /* leicht transparente Fläche */
      border-radius: 8px;
      overflow: hidden;
    }

    th, td {
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 12px;
    }

    th {
      background-color: rgba(255, 255, 255, 0.15);
      color: #ffffff;
      text-align: left;
    }

    td {
      color: #f0f0f0;
    }

    tr:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.05);
    }

    tr:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transition: background-color 0.2s ease-in-out;
    }

    a {
      text-decoration: none;
      color: #00bfff;
    }

    p {
      font-size: 12px;
      color: #cccccc;
      text-align: right;
      margin-top: 15px;
    }
	
	p.updateTimeStamp {
		font-size:12px;
		color:#FFF;"
	}