


@media screen {


body {
	font-family: 'Libre Baskerville', serif;
	color: #001F5E;
}



/* container divs */

.notes {
  font-size: 90%;
}



/* MR */
a.inactive {
	text-decoration: none;
	opacity: 0.2;
}








/*  TEI related */

th, td {
	vertical-align: top;
	border-bottom: 1px dotted gray;
}

p {
	margin:		0 0;
}

/* override bs default */
abbr[title] {
  text-decoration: none !important;
  border-bottom: 1px dotted blue ;
}


.smaller {
		font-size: smaller !important;
}
.inline {
	display:inline !important;
}
.inline-block {
	display:inline-block !important;
}




.Liste {
	margin-top: 1em;
	margin-bottom: 0;

}
.Liste1 {
	margin: 0em;
	padding-left: 1em;
   text-indent:-1em;
}
.Liste2 {
	margin: 0em;
	padding-left: 2em;
   text-indent:-1em;
}

.head, .description {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: .5em;
}

.subhead {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: .5em;
	margin-bottom: .1em;
}





.PROTZeile1 {
	font-weight: bold;
/*	font-size: 0.9em;	 */
	text-indent: 0em;
}
.ProtRegest, .kopfregest, .Kopfregest, .Datumszeile {
	font-style: italic;
	padding-left:3em;
	margin-bottom: .5em;
	text-indent: 0;
}
.ProtNachweis, .ProtNachweisBeilage, .Archive {
	font-style: italic;
	padding-left:3em;
	margin-bottom: .5em;
	text-indent: 0;
}

.PROTTextFst, .Fst {
	margin-bottom: 0;
	text-indent: 0;
}
.Fst .emph, .Standard .emph, .FstKursiv {
	font-style: italic;
	margin-bottom: 0;
	text-indent: 0;
}
.PROTText {
	margin-bottom: 0;
	text-indent: 1em;
}



.ueberschr, .ueberschrlinks {
	font-weight: bold;
	margin: .5em;
}
.ueberschrzent, .ueberschrzent1  {
	text-align: center;
	margin: .5em;
}
.StandardQul, .bibl {
	margin-top: .5em;
}
.Textkopfabsatz2 {  /* rta1507 */
	font-style: italic;
	padding-left:3em;
	margin: .5em;
	text-indent: 0;
	font-size: 0.9em;
}
.Standard { /* rta1507 */
	font-size: 100%;
}
.standardabsatztext { /* rta1507 */
	font-style: italic;
}


.italic, .it, .pb, .em {
	font-style: italic;
}
.pb {
  padding: 0 .1rem;
}



.strong { text-decoration: underline; }
.bold 	{ font-weight: bold; }
.caps , .MakeUppercase	{ text-transform: uppercase; }
.highlight { background-color: yellow; }
.smallcaps, .rsname, .sc	{
	font-variant: small-caps;
	font-style: normal	!important;
}

.sub {
	font-size: x-small;
	vertical-align: bottom;
	display: inline;
	text-decoration: none;
}


.center  {
	text-align: center;
}


.it .MakeUppercase	{
	font-style: italic;
	text-transform: uppercase;
}

/* proposition */
.ProtNachweis .emph {
	font-style: normal	!important;
}
.ProtNachweis .emphsc {
	font-style: normal	!important;
	font-variant: small-caps;
}

/* 1556,  1507: fnbottom recte, span@it */
/* 1575 fnbottom it, span@emph
patched separate css
*/
.fnbottom .emph {
	font-style: italic	!important;
}




.normal, .up {
	font-style: normal	!important;
}
.normalsc {
	font-style: normal	!important;
	font-variant: small-caps;
}
.fnnr, .tknr, .super, .superscript, .anchor {
	font-size: x-small;
	vertical-align: top;
	display: inline;
	text-decoration: none;
	font-style: normal	!important;
font-variant: normal !important;
text-transform: none !important;
}

.fninline {
	margin-left:1em;
	padding-left:1em;
	border-left: 1px solid red;
display: block;
}

.note, .note > p {
display: inline;
}

.fnline {
	border: 0px solid white;
	border-top: 1px solid black;
	width: 40%;
	text-align: left;
}


/* Register */
li {
	list-style: outside none none;
}

#register  li {
	list-style: outside none none;
	margin: 0em;
	padding-left: 1em;
   text-indent:-1em;
}







/*  search */


fieldset td {
	border-bottom: 0;
}

.searchhit {
	background: #eaeaea;
	margin: 5px;
}
.searchhithl {
	font-size: 80%;
}
.searchhithl em {
	background: yellow;
}
.hlstr {
	background: yellow;
}

/* calendar (C) http://davidwalsh.name/php-calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#AFCAEB; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }
p.cal_entry { text-indent:0; margin-bottom: .5em; }
p.cal_entry a { color: #001F5E;}


#ui-datepicker-div {
	background: white !important;
}


dt {
	font-weight: bold;
}








} /* screen */



@media print {

* {
	position:relative !important;
	width: auto !important;
	height: auto !important;
	top: auto !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

#div_pdf {
	display:none !important;
}

}
