/* default (keine rubrik) bg-default.jpg */
body {
	background: url(img/backgrounds/bg-default.jpg);
}
/* front page bg-front.jpg */
body.front {
	background: url(img/backgrounds/bg-front.jpg);
}
/* about us bg-aboutus.jpg */
body.section-about,
body.node-type-about {
	background: url(img/backgrounds/bg-aboutus.jpg);
}
/* gallery bg-gallery.jpg */
body.section-galleries,
body.node-type-gallery {
	background: url(img/backgrounds/bg-gallery.jpg);
}
/* events / calendar bg-programme.jpg */
body.section-event,
body.node-type-event_extern,
body.node-type-event {
	background: url(img/backgrounds/bg-programme.jpg);
}
/* artists bg-artists.jpg */
body.section-artists,
body.node-type-artist {
	background: url(img/backgrounds/bg-artists.jpg);
}
/* news bg-news.jpg */
body.section-news,
body.node-type-news {
	background: url(img/backgrounds/bg-news.jpg);
}
/* series veranstaltungsreihen bg-series.jpg */
body.section-programs,
body.node-type-program {
	background: url(img/backgrounds/bg-series.jpg);
}
body.section-splitter{
 background: none;
}
