/* HTML-Tags */
body {
	background:url(../img/bg.gif) center top repeat-y;
	background-color:#afafaf;
	
	
}
small {
	font-size:0.85em;
	line-height:1.2em;
}
a.active,a:hover {
	color:#000;
	text-decoration:none;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}

ul.nostyle {
	list-style-type:none;
}
ul.inline li {
	display:inline;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}

form br {
	clear:both;
}
fieldset {
	border:1px solid #BC0D58;
	margin:20px 0 0 0;
	padding:5px;
}
legend {
	color:#fff;
	font-size:1em;
	background-color:#BC0D58;
	margin:0 0 0 -6px;
	padding:0 5px 0 5px;
	line-height:1.6em;
}
label {
	/*float:left;
	margin-right:10px;
	text-align:right;
	width:11em;*/
	font-weight:bold;
	display:block;
	font-size:0.9em;
}
.tx-srfeuserregister-multiple-checkboxes label {
	display:inline;
	margin-left:5px;
}
.tx-mhajaxsearch-pi1 label {
	float:left;
	margin-right:10px;
	text-align:right;
	width:11em;
	font-weight:bold;
	font-size:0.9em;
}
input, textarea, select {
	border:1px solid #000;
	background-color:#f0f0f0;
	padding:2px;
	font-family:Arial,sans-serif; 
	font-size:0.85em;
	margin:2px 0 2px 0;
}
input.normal, textarea {
	width:80%;
}
input.small {
	width:10%;
}
textarea {
	height:100px;
}
input.submit {
	margin-top:5px;
}
dl.image {
	margin:0 10px 0 10px;
}
.left dl.image {
	margin-left:0;
}

.right dl.image {
	margin-right:0;
}
#cRight dl.image,#cLeft dl.image {
	margin:0;
}
dl.image dt {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	/*background-color:#f0f0f0;*/
	margin:-1px 0 0 0;
	padding:2px 0 2px 3px;
	font-size:0.85em;
	line-height:1em;
}
dl.inline dt {
        clear:both;
	float:left;
	margin-left:10px;
	padding:0;
}
dl.inline dd {
	float:left;
	padding:0;
}
div.breadcrumb {
	margin-bottom:15px;
	color:#BC0D58;
	font-size:0.9em;
	text-transform:uppercase;
}
div.breadcrumb a {
	text-transform:uppercase;
}

/* Allgemeingueltige Klassen */
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}


/* 
	Layout for the different boxes in main.tmpl
*/

/* Header */

#header {
	width:850px;
	height:140px;
	background-color:#fff;
	background:url(../img/header.jpg) center top no-repeat;
	font-size:0.85em;
	text-align:left;
}
img.print {
	display:none;
}
#funx {
	width:850px;
	height:55px;
	font-size:0.85em;
	clear:both;
	text-align:right;
}
ul.firstLevel {
	margin:0;
	padding-top:40px;
}
ul.firstLevel li.firstLevel {
	float:left;
    	padding:0;
}
div.secondLevel {
	position: relative;
}
div.secondLevel li {
	display: block;
	clear: both;
	
}
ul.secondLevel {
	position: absolute;
	top:-7px;
	left:0px;
	float: left;
	padding:5px 0 0 0;
	display: none;
	z-index: 100;
	background-color:#BC0D58;
}
ul.firstLevel li.firstLevel:hover ul.secondLevel,
ul.firstLevel li.over ul.secondLevel {
	display: block;
} 
ul.secondLevel li {
	display: block;
}
ul.secondLevel a {
	display:block;
	margin:0;
	padding:1px 30px 1px 8px;
	width:auto;
	white-space: nowrap;
	overflow: visible;
	font-size:0.95em;
	color:#fff;
	text-align:left;
	text-decoration:none;
}
ul.secondLevel a:hover {
	color:#000;
}
/* Content */
#content {
	width:850px;
	text-align:left;
	font-size:0.85em;
	padding-bottom:20px;
}

/* Height of the content-box */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}
/* Height end */

#cLeft {
	width:150px;
	margin-right:10px;
}
#cCenter {
	width:400px;
	padding:0;
	padding-right:10px;
	
}
#cCenter ul {
	margin-left:10px;
	padding-left:10px;
}
#cRight {
	width:270px;
	margin-left:10px;
}
#cRight td {
	padding:0;
	border:none;
}
/* Footer */
#footer {
	width:830px;
	text-align:left;
	height:20px;
	padding:0 10px 0 10px;
	background-color:#BC0D58;
	line-height:20px;
	color:#fff;
	text-align:center;
	font-size:12px;
}

#footernav {
	width:770px;
	text-align:left;
	padding:20px 40px 20px 40px;
	font-size:0.85em;
	color:#A3A9AB;
	text-align:center;
}

#footernav a {
	text-decoration:none;
	line-height:20px;
	color:#A3A9AB;
}
#footernav a:hover {
	color:#000;
}
div.newsItem h1 {
	margin:0;
	padding:0;
}
p.news-single-author {
	font-size:1.2em;
	color:#BC0D58;
	font-weight:bold;
}
div.newsItem div.subheader {
	line-height:1.1em;
}
div.newsItem p.pinke_schrift {
	margin:0;
	padding:0;
}
dl.sitemap_news dd { 
        margin-bottom:10px;
} 
#tx_mhajaxsearch_result {
	position:absolute;
	z-index:3;
	background-color:#f0f0f0;
	text-align:left;
	border:1px solid #666;
	padding:10px;
	display:none;
	width:415px;
}
#tx_mhajaxsearch_spinner {
	display:none;
}
#calendar-event label {
	display:none;
}
div.tx-srfeuserregister-pi1 form ul {
	list-style-type:none;
	float:left;
}
div.tx-srfeuserregister-pi1 form ul label {
	float:none;
}

div.tx-srfeuserregister-pi1 fieldset {
	border:1px solid #BC0D58;
	margin-top:20px;
	padding:5px;
}
div.tx-srfeuserregister-pi1 legend {
	color:#fff;
	font-size:1em;
	background-color:#BC0D58;
	margin:0 0 0 -6px;
	padding:0 5px 0 5px;
	line-height:1.6em;
}
div.tx-istheater-pi1 h2 {
	border-bottom:1px solid #BC0D58;
}
div.tx-srfeuserregister-pi1 dt,div.tx-istheater-pi1 dt {
	clear:both;
	float:left;
	width:100px;
	padding:0;
	margin:0 10px 0 0;
}
div.tx-istheater-pi1 dt {
	font-weight:bold;
	width:200px;
	
}
div.tx-srfeuserregister-pi1 dd, div.tx-istheater-pi1 dd {
	float:left;
	width:290px;
	padding:0;
	margin:0 0 20px 0;
}

div.tx-iscaltonews-pi2 h2 {
	margin-top:0px;
}
div.tx-iscaltonews-pi2 dt {
	margin-bottom:20px;
	padding-top:20px;
}
div.tx-iscaltonews-pi2 dd {
	width:520px;
	margin-bottom:20px;
}
div.tx-istheater-pi1 dd {
	margin:0;
	width:260px;
}
div.tx-sksimplegallery-pi1 dl {
	height:130px;
}
div.tx-sksimplegallery-pi1 dd {
	margin-bottom:10px;
}
table.repertoire_month td {
	height:110px;
	border:none;
	width:14%;
}
table.repertoire_month .monthtoday {
	background-color:#BC0D58;
	color:#fff;
}
table.repertoire_month .monthtoday a {
	color:#fff;
}
td.Montag {
	background-color:#DB879B;
}
td.Dienstag {
	background-color:#E097A6;
}
td.Mittwoch {
	background-color:#E4A6B2;
}
td.Donnerstag {
	background-color:#E8B6BF;
}
td.Freitag {
	background-color:#EDC7CE;
}
td.Samstag {
	background-color:#F2D8DC;
}
td.Sonntag {
	background-color:#F7EAEB;
}

.tx-srfreecap-pi2-cant-read {
	display:block;
	color:#000;
}