@charset "utf-8";
body {
	background-color: #691500;
	font-family: Arial, Helvetica, sans-serif;
}
.seite {
	margin: 0 auto;
	border:none;
	text-align:left;
	background-color: #FFFFFF;
}

.page-titel {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}
.untertitel {
	text-decoration: underline;
}

.tabelle_konzerte {
	border-spacing: 0 0.1em;
}

.zelle_konzert {
	padding: 0.5em;
	font-size: 12px;
	color: #FFFFFF;
	background: #1F1F1F;
}
.konzertetitel {
	font-weight: bold;
	color: #333333;
}


a {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
}

.copyright {
	font-size: 10px;
	color: #CCCCCC;
}