table.jiggy {
  background:#e1e1e1;
  border:solid #959595 1px;
  margin:0 0 10px 0;
}
table.jiggy tr th {
  color:#fff;
  background:#959595;
  padding:3px 5px;
}
table.jiggy tr td {
  padding:5px;
}

table.jiggyBlue {
  background:#CDD0D9;
  border:solid #4361A6 1px;
  margin:0 0 10px 0;
}
table.jiggyBlue tr th {
  color:#fff;
  background:#4361A6;
  padding:3px 5px;
}
table.jiggyBlue tr td {
  padding:5px;
}

table.start {
  width:372px;
}
table.start tr td {
  padding:0 10px 10px 0;
}

table.exhibitions {
}
table.exhibitions th {
  text-align:left;
  background-color:#FE0009;
  color:#fff;
  border:solid #FFB3B6;
  border-width:0 1px 0 0;
  padding:2px 1em 2px 2px;
}
table.exhibitions td {
  border:solid #959595;
  border-width:0 0 1px 0;
  padding:2px 1em 2px 2px;
}

div.catnavig {
  background-color:#e1e1e1;
  padding:10px;
}

/* hervorgehobener Suchbegriff */
span.marked {
  color:#fff;
  background-color:#4361A6;
}