body {
	margin: 0 10px 0 0;
	font-size: 12px;
	font-family: sans-serif;
	line-height: 130%;
}
a { color: maroon; }
h1 { font-size: 16px; }
h2 { font-size: 15px; text-align: center; }
h3 { font-size: 14px; text-align: center; }
h4 { font-size: 13px; }
table {
	border: 1px solid black;	
}
table.terminliste { border: 1px solid black; border-collapse: collapse; }
table.terminliste th, td { border-width: 1px 0 0 0; border-style: solid; border-color: black }
table.terminliste th { background-color: lightgrey; padding: 5px 3px; font-size: 13px; font-weight: bold;}
table.terminliste td {padding: 2px 3px; font-size: 12px;}
table.terminliste td.zusatzrow { border: none; text-align: center; color: maroon;}
table.terminliste tr.altrow { background-color: whitesmoke; }

table.terminliste-schmal table { border: 1px solid black; border-collapse: collapse;}
table.terminliste-schmal th, td { border-width: 1px 0 0 0; border-style: solid; border-color: black }
table.terminliste-schmal td { padding: 2px 3px; font-size: 10px; }
table.terminliste-schmal th { padding: 5px 3px; font-size: 12px; font-weight: bold; background-color: lightgrey; border: none;}
table.terminliste-schmal td.zusatzrow { border: none; text-align: center; color: maroon; padding-top: 0;}
table.terminliste-schmal tr.altrow { background-color: whitesmoke; }

.kuenstler  {
	border: 1px solid #D3D3D3;
	margin-bottom: 20px;
	padding: 1px;
}
.textcenter {
	text-align: center;
}

