body {
background-color: black;
}
.mainContainer {
	width: 800px;
	height: 538px;
	background-image: url(nudancetheater_dimmed3.jpg);
	background-repeat: no-repeat;
	
}

.menu {
	left: 20px;
	text-align: left;
	padding-top: 5px; padding-left: 5px;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

.menuLink {
	text-decoration: underline;
	color: white;
	border-bottom: 1px dotted #A5AEB1;
}

.menuLinkOff {
	text-decoration: none;
	color: white;
}
.contentFrame {
	top: 25px;
	bottom: 25px;
	right: 0px;
	height: 375px;
	margin-top: 0px;
	padding: 60px 20px 80px 50px;
	overflow: auto;
	color: white;
}

.contentFrameGallery {
	top: 25px;
	bottom: 25px;
	right: 0px;
	margin-top: 0px;
	padding: 60px 20px 80px 50px;
}

.contentSchedule {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 100px;
	font-family: Trebuchet MS;
	text-align:left;
	vertical-align:top;
	
}
.contentScheduleHeadline {
	font-size: 16px;
	font-weight: bold;
	color: white;
	#text-decoration: underline;
}
.contentScheduleCredits {
	font-size: 12px;
	font-weight: none;
	color: #EFEFEF;
	line-height: 130%;
	background-color:#120B08;
}
.contentScheduleUrl {
	font-size: 12px;
	font-weight: none;
	color: #CCCCCC;
}

.contentScheduleImage {
	padding: 6px 40px 0px 0px;
	position: static;
	right: 10px;
	bottom: 10px;
	
}

.contentRepertory {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	font-family: Trebuchet MS;
	text-align:left;
	vertical-align:top;
	#width: 613px;
	
}
.contentRepertoryHeadline {
	font-size: 16px;
	font-weight: bold;
	color: white;
	#text-decoration: underline;
}
.contentRepertoryCredits {
	font-size: 12px;
	font-weight: none;
	color: #EFEFEF;
	line-height: 130%;
	background-color:#120B08;
}
.contentRepertoryDescription {
	font-size: 12px;
	font-weight: none;
	color: #CCCCCC;
}
.contentRepertoryDescription:first-letter {
	color: yellow;
}

.contentRepertoryImage {
	position: static; right: 10px; bottom: 10px;
	/*padding-left: 5px; padding-bottom: 5px;*/
}
.contentRepertoryGalleryLink {
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
	color: white;
	border-bottom: 1px dotted #A5AEB1;
}
.contentRepertoryVideoCredits {
	font-size: 11px;
	text-align: right;
	color: #CCCCCC;
}
