/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
/*----------------------------------------------------------*/
/* Ebene 1: Überschrift Jahresprogramm                      */
/*----------------------------------------------------------*/
.jahr {
	font-size: 1cm;
	font-weight: bold;
	line-height: 150%;
}

/*----------------------------------------------------------*/
/* Ebene 2: Konzertreihe (Gundelsheim, Bad Wimpfen etc.)    */
/*----------------------------------------------------------*/
.konzertreihe {
	color: #000000;
	font-weight: bold;
	font-size: 20pt;
	line-height: 125%;
}

/*----------------------------------------------------------*/
/* Ebene 3: Veranstaltung                                   */
/*----------------------------------------------------------*/
.veranstaltung {
	color: #000000;
	font-size: 13.5pt;
	font-weight: normal;
	line-height: 125%;
}

.absage {
	color: #FF0000;
}

/*----------------------------------------------------------*/
/* Ebene 4: Veranstaltungstitel                             */
/*----------------------------------------------------------*/
.titel {
	color: rgb(0,0,153);
	font-weight: bold;
}

/*---------------------------------------------------------------*/
/* Ebene 6: Zusatz oder Kommentar zu Zusammenarbeit und Förderer */
/*---------------------------------------------------------------*/
.zusammenarbeit {
	margin-top: 2pt;
	font-size: 10pt;
	font-weight: normal;
}

.zusammenarbeitmittig {
	margin-top: 2pt;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

/*---------------------------------------------------------------*/
/* Ebene 7: Mehr (Zusatzinformation)                             */
/*---------------------------------------------------------------*/
.mehr {
	margin-top: 2pt;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ee;
}

/*---------------------------------------------------------------*/
/* Darstellung des Logo des Neckar Musikfestval                  */
/*---------------------------------------------------------------*/
.nmf-logo {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 167px;
}

/*---------------------------------------------------------------*/
/* Format ergänzen in fett                                       */
/*---------------------------------------------------------------*/
.fett {
	font-weight: bold;
}

/*---------------------------------------------------------------*/
/* Darstellung des Logo der Jahrhundertwendegesellschaft         */
/*---------------------------------------------------------------*/
.jg-logo {
	margin-top: 4px;
	width: 200px;
}

/*---------------------------------------------*/
/* Anzeige Symbol in Höhe wie Schriftart       */
/*---------------------------------------------*/
.symbol {
	height: 9px;
}

/*------------------------------------*/
/*Logos bei Aufruf externer Seiten    */
/*------------------------------------*/
.ba {
	padding-right: 30px;
	background: url(Rezensionen/baicon.jpg) right no-repeat;
}

.rnz {
	padding-right: 100px;
	background: url(Rezensionen/rnzlogoicon.jpg) right no-repeat;
}

.stimme {
	padding-right: 75px;
	background: url(Rezensionen/Stimmelogoicon.jpg) right no-repeat;
}

.sulmtal {
	padding-right: 120px;
	background: url(Rezensionen/Sulmtal_b.jpg) right no-repeat;
}

.reservix {
	width: 200px;
}

.external {
	padding-right: 12px;
	background: url(Rezensionen/External.png) right no-repeat;
}

.unterstrichen {
	text-decoration: underline;
}