P {
	FONT-FAMILY: Veranda, Calibri, Arial;
}
.table-head {
        background-color: #222222;
        border: 0px;
        border-radius: 0px;
}
.table-content {
        background-color: #CCCCCC;
        border: 0px;
        border-radius: 10px;
        line-height: 1.5em;
}
td {
	FONT-SIZE: 11px;
	FONT-FAMILY: Veranda, Calibri, Arial;
}
body {
	FONT-FAMILY: Veranda, Calibri, Arial;
        background-color: #222222;
        justify-content: center;
}
/* Globale Link-Definition (A) */
:root {
  --link-color: #222ba2;
  --link-hover-color: #ae080a;
  --link-active-color: #ae080a;
  --link-visited-color: #222ba2;
}

/* Styling für alle Links */
a:link {
  color: var(--link-color);
  text-decoration: none;
}

a:visited {
  color: var(--link-visited-color);
}

a:hover {
  color: var(--link-hover-color);
}

a:active {
  color: var(--link-active-color);
}

/* Bereich mit alternativer Link-Definition (B) */
.links-head {
  --link-color: #ffffff;
  --link-hover-color: #ffffff;
  --link-active-color: #ffffff;
  --link-visited-color: #ffffff;
}
.slideshowtext {
	COLOR: #FFFFFF;
	FONT-SIZE: 14px;
        BACKGROUND-COLOR: black
}
.slideshowarrow {
        COLOR: #FFFFFF;
        FONT-SIZE: 25px;
}
.txtstd {
        FONT-SIZE: 17px;
}
.txthead {
        FONT-SIZE: 20px;
}
.txtimgdesc {
        FONT-SIZE: 14px;
}
.txtmenu {
        FONT-SIZE: 13px;
}
.fixedhead {
  position: fixed;
  top: 0;
}

