/* --- Textformate --- */

.text {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: top;
}

.welcomeTextLine1 {
  font-size: 22pt;
  font-weight: bold;
}

.welcomeTextLine2 {
  font-size: 16pt;
}

.subHeader {
  background-color: #DDD;
  padding: 3px;
  font-weight: bold;
}

.contentText {
  font-size: 10pt;
}

.katalogText {
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.katalogLink {
  color: #117ED3;
}

.katalogLink:hover {
  color: #F76A54;
}

.headerText {
  font-size: 14pt;
  font-variant: small-caps;
  font-family: "Papyrus, Arial, sans-serif";
  text-decoration: none;
  color: black;
}

/* --- Farben --- */

.bluePrimary {
  color: #117ED3;
}

.orangePrimary {
  color: #F76A54;
}

.grayBg {
  background-color: #222;
}

.whiteCell {
  background-color: white;
}

.yellowCell {
  background-color: yellow;
}

.transparent {
  opacity: 0.2;
}

.nonTransparent {
  opacity: 1.0;
}

/* --- Tabellenformate --- */

.tableBorder {
  border: 1px solid black;
  border-top: 0px solid black;
}

.defaultPadding {
  padding: 12px;
}

.defaultMargin {
  margin: 12px;
}

.bgImage {
  position: absolute;
  float: left;
  vertical-align: center;
}

.cellBorder {
  border: 1px solid black;
}

.rightCell {
  text-align: right;
}

.mainContentCell {
  text-align: center;
  vertical-align: top;
  background-position: center 136px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.symbol {
  font-size: 14px;
}

/* --- Footer --- */
.footerLink {
  vertical-align: bottom;
}

.footerLink:hover {
  color: white;
}

.footerText {
  font-weight: bold;
  color: #DDD;
}

.footerTextNormal {
  font-size: 11px;
}

.footerTextLarger {
  font-size: 12px;
}

.footerBorder {
  border: 1px solid black;
  border-top: 0px solid black;
}

.underlineOn {
  text-decoration: underline;
}

.underlineFlip {
  text-decoration: none;
}

.underlineFlip:hover {
  text-decoration: underline;
}

.underlineOff:hover {
  text-decoration: none;
}
