@CHARSET "ISO-8859-1";

body {
	font: normal 10pt "Arial Narrow", Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	margin: 0;
	padding: 1em;
	text-align:left;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 0.3em;
	padding: 0;
}
p.Description {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em;
	padding: 0;
}
table {
	clear: both;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	empty-cells: show;
	width: 99.99%;
	border-spacing: 2px;
}
table td {
	vertical-align:top;
	text-align: left;
	font-size: 10pt;
}
table th {
	vertical-align:top;
	text-align: left;
}
table p {
	margin: 0;
	padding: 0;
}
table th.Spaltenkopf {
	font-size: 6pt;
	padding: 0.2em;
	font-weight: normal;
	margin: 0;
}
table th.Monatsname {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.1em;
	font-weight: bold;
	margin: 0;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}
table tbody tr.Terminzeile td {
	padding: 0.1em 0.5em 0.1em 0;
	border-bottom: 1px solid black;
}
table td.Beschreibungszelle p.Titel {
	font-weight: bold;
}
table td.Beschreibungszelle p.Beschreibung {
	font-size: 0.8em;
}
table td.Beschreibungszelle p.Link {
	font-size: 0.5em;
}
table td.Beschreibungszelle p.Link strong {
	font-weight: normal;
	font-style: italic;
}
table td.ErweiterteBeschreibungszelle p.Ort {
	font-size: 0.8em;
}
table td.ErweiterteBeschreibungszelle p.Ort strong {
	font-weight: normal;
	font-style: italic;
}
table td.ErweiterteBeschreibungszelle p.Veranstalter {
	font-size: 0.8em;
}
table td.ErweiterteBeschreibungszelle p.Veranstalter strong {
	font-weight: normal;
	font-style: italic;
}
.NaechsteSeite {
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	page-break-before: always;
}

.PageBreakBefore {
	page-break-before: always;
}
