/**********************************
 * Bereiche der Seite 
 **********************************/

#main {
	text-align:left;
	border-left:2px solid #e4e5e2;
	border-right:2px solid #e4e5e2;
	width:916px;
	padding:0 32px;
}

.txtcontent {
	width:916px;
	height:100%;
	padding:0 32px;
	text-align:left;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

/* Kopf */
#greyheader {
	height:110px;
	display:block;
	background-color:#e4e5e2;
}
.funx {
	text-align:right;
	padding:40px 0 20px 0;
}
.funx img {
	margin-left:5px;
}
.funx .fontsize {
	display:inline;
	margin:0 10px 0 6px;
}
.funx .fontsize img {
	margin:0px;
}

ul.firstLevel li.firstLevel {
	float:left;
	padding:0;
}
div.secondLevel {
	position: relative;
}
div.secondLevel li {
	float:left;
	clear: both;
	
}

ul.secondLevel {
	position: absolute;
	top:20px;
	left:-9px;
	float: left;
	padding:15px 0 10px 0;
	display: none;
	z-index: 100;
	background-color:#E4E5E2;

}
ul.firstLevel li.firstLevel:hover ul.secondLevel,
ul.firstLevel li.over ul.secondLevel {
	display: block;
} 
ul.secondLevel li {
	display: block;
	clear: both;
	
}
ul.secondLevel a {
	display:block;
	margin:0;
	padding:1px 30px 1px 8px;
	width:auto;
	white-space: nowrap;
	overflow: visible;
	font-size:0.95em;
	text-align:left;
	text-decoration:none;
	color:#8d8f88;
}
.last ul.secondLevel a {
	padding-right:0px;
}
ul.secondLevel a:hover {
	color:#000;
}
ul.thirdLevel {
	list-style-type:none;
}

#mmenu a {
	color:#8d8f88;
	display:block;
	float:left;
	margin-right:34px;
}
#mmenu a:hover {
	color:#000;
}
#mmenu a.last {
	text-align:right;
	margin:0 0 0 0px;
}
#mmenu a.active {
	border-bottom:1px solid #8d8f88;
}
#mmenu ul.secondLevel a.active {
	border:none;
	text-decoration:underline;
}

#whiteheader {
	padding-top:60px;
	display:block;
}

#lmenu {
	margin-top:25px;
	margin-left:-5px;
	height:20px;
}
#lmenu li {
	float:left;
	border:1px solid #fff;
	border-bottom:none;
}
#lmenu a {
	color:#f1f1f1;
	display:block;
	float:left;
	padding-right:5px;
	padding-left:5px;
}
#lmenu a:hover {
	color:#717171;
}
#lmenu a.last {
	margin:0 0 0 3px;
}
#lmenu ul.secondLevel {
	left:-1px;
}
#lmenu ul.secondLevel li {
	border:none;
}
#lmenu ul.secondLevel a {
	padding:1px 50px 1px 8px;
}

/*
 * Altes Schauspielhaus
 */
#locationmenu li.blue ul.secondLevel {
	background-color:#252b59;
}
/*
#locationmenu li.blue:hover {
	border:1px solid #252b59;
	border-bottom:none;
}*/
#locationmenu li.blue a.active {
	border-bottom:1px solid #252B59;
}
#locationmenu li.blue ul.secondLevel a {
	color:#CECFF9;
}

/*
 * Komoedie im Marquardt
 */
#locationmenu li.red ul.secondLevel {
	background-color:#A61726;
}
/*
#locationmenu li.red:hover {
	border:1px solid #A61726;
	border-bottom:none;
}*/
#locationmenu li.red a.active {
	border-bottom:1px solid #A61726;
}
#locationmenu li.red ul.secondLevel a {
	color:#ffeaec;
}

/*
 * Theater unterm Dach
 */
#locationmenu li.orange ul.secondLevel {
	background-color:#f57d2e;
}
/*
#locationmenu li.orange:hover {
	border:1px solid #f57d2e;
	border-bottom:none;
}*/
#locationmenu li.orange a.active {
	border-bottom:1px solid #f57d2e;
}
#locationmenu li.orange ul.secondLevel a {
	color:#fee4d3;
}

/*
 * International Theatre
 */
#locationmenu li.lila ul.secondLevel {
	background-color:#770099;
}
/*#locationmenu li.lila:hover {
	border:1px solid #770099;
	border-bottom:none;
}*/
#locationmenu li.lila a.active {
	border-bottom:1px solid #770099;
}
#locationmenu li.lila ul.secondLevel a {
	color:#f9e3ff;
}

/*
 * Theater ueber den Wolken
 */
#locationmenu li.lightblue ul.secondLevel {
	background-color:#1f94c9;
}
/*
#locationmenu li.lightblue:hover {
	border:1px solid #1f94c9;
	border-bottom:none;
}*/
#locationmenu li.lightblue a.active {
	border-bottom:1px solid #1f94c9;
}
#locationmenu li.lightblue ul.secondLevel a {
	color:#d6f2ff;
}


/*
* Theater U18
*/
#locationmenu li.green ul.secondLevel {
	background-color:#50b519;
	left:-161px;
}
/*
#locationmenu li.green:hover {
	border:1px solid #50b519;
	border-bottom:none;

}*/
#locationmenu li.green a.active {
	border-bottom:1px solid #50b519;
}
#locationmenu li.green ul.secondLevel a {
	color:#ebfee1;
}


#locationmenu li ul.secondLevel a:hover {
	color:#fff;
}
#locationmenu li ul.secondLevel a.active {
	text-decoration:underline;
}
.breadcrumb {
	clear:both;
	/*margin-top:50px;*/
	margin-top:40px;
}


/* Inhalt */
#content {
	display:block;
	padding:0 2px 40px 2px;
	width:916px;
}
#cTop, #cBottom {
	width:916px;
	display:block;
	clear:both;
}

/* Inhalt: Linke Spalte (Navigation) */
#cLeft {
	display:none;
	overflow:hidden;
}

/* Inhalt: Mittlere Spalte */
#cCenter {
	width:916px;
	overflow:hidden;
}



/* Inhalt: Rechte Spalte */
#cRight {
	display:none;
	overflow:hidden;
}



/* Fuss */
#footer {
	display:block;
	background-color:#E4E5E2;
	overflow:hidden;
}
.footertxt {
	padding:22px 0 14px 0;
}
.servicemenu {
	text-align:center;
	margin-top:20px;
}
.servicemenu li {
	display:inline;
	margin-right:5px;
}
.servicemenu a {
	color:#a1a1a1;
}