h1 {
	color: #ff7000;
}

h1 a:hover {
	color:#ff7000 !important;
}

#headertop {

	background-color: #ff7000;

}

ul#navigation li a.active {

	color: #ff7000;
}

ul#navigation li a:hover {
	color: #ff7000;
}


#content a {

	color: #ff7000;
}

.sidebox a {
	color: #ff7000;
}

.sidebox h2 {

	color: #333;
	border-bottom: 3px solid #ff7000;

}

.csc-mailform-submit {

	color: #fff;

	background-color: #ff7000;
}



#footer a {

	color: #ff7000;

}

#footer a:hover {
	color: #333;
}



/*
 * tx_ticketoffice frontend colors
 */
 
/* pi1 Spielplan */
h2.supertitle {
	color: #333;
}

h2.title {
	color: #333;
}

h2.title a {
	color: #333 !important;
}

h2.subtitle {
	color: #333;
}

/* Farbe von Vorstellung-Widget im #content */
div#content .tx-ticketoffice-pi3 div.sidebox h2 {
	color: #333333;
}

.tx-ticketoffice-pi1 table.vorstellungen tr td.vorstellunginfo {
	color: #333333;
}

/* pi2 Reservation */
.tx-ticketoffice-pi2 input[type=text] {
	border: 1px solid #c0c0c0;
}

.tx-ticketoffice-pi2 span.required {
    color: #9a9a9a;
}

.tx-ticketoffice-pi2 form ul.errors li {
    color: red;
}









