.indexPage {
	background-image: url(../images/hintergrund01.jpg);
}
.newsPage {
	background-image: url(../images/hintergrund02.jpg);
}
.discPage {
	background-image: url(../images/hintergrund03.jpg);
}
.tourPage {
	background-image: url(../images/hintergrund04.jpg);
}
td,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #990000;
}
.header	{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.monthDay	{
	font-size: 10px;
	color: #FFFFFF;
}
.venueCity	{
	font-weight: bold;
}
.firstMonthDay	{
	font-size: 16px;
	color: #4D1815;
	text-transform: uppercase;
	font-weight: bold;
}
.firstVenueCity	{
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
.firstCountry {
	font-weight: bold;
	text-transform: uppercase;
}
.firstEventName {
	font-weight: bold;
	color: #FFFFFF;
}
