/* CSS Version 2.1 <http://www.w3.org/TR/CSS21> */

/* Definition von Mikroformaten für geschichtsbezogene Texte */

.person, .ort {
 font-variant: small-caps
}

.gebiet {
 text-transform: uppercase /* font-weight: bolder; */
}

abbr[title], acronym[title], .person[title], .ort[title] {
 background-color: #f8f8ff;
}

.unklar {background-color: #ffe8e8
}
.fachterminus {
 border-bottom: dotted 2px #33c;
 cursor: help;
}
@media print{
 .fachterminus {
  border: none;}
  .fachterminus:after{content: " [" attr(title) "]"}
}

.anmerkung {
 font-style: italic;
 color: #999;
}
.anmerkung:before {
 content: "[";
}
.anmerkung:after {
 content: "]";
}
.name, .aktenzeichen {
 font-style: italic;
}
