/* General */
html, body, td { 
  font-family: Arial, sans-serif; 
  font-size: 14px;
}
small {
  font-size: 11px;
}
body {
  background-color: #393939;
  padding: 0px;
  margin: 0px;
}
span.nowrap {
  white-space: nowrap;
}
p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
div.all {
  /* border-bottom: 2px solid #404040; */
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
}
.ucase {
  text-transform: uppercase;
}
.wide { letter-spacing: 0.2em; }
.inline-wide { letter-spacing: 0.2em; margin-right: -0.2em; }
div.clear { clear: both; }
ul.nobullet {
  margin-left: 0; padding-left: 0;
}
ul.nobullet li {
  list-style-type: none;
}
a img {
  border: none;
}
img.centered {
  margin-left: auto; margin-right: auto; display: block;
}

/* top frame */
div.topframe { 
	text-align: left; 
	color: #FFEA63;
	padding: 10px; 
	/* border-bottom: 2px solid #404040; */
	padding-left: 240px;
	margin-left: 10px;
	margin-right: 15px;
	white-space: nowrap;
}
div.topframe span.title { 
	font-size: 43px; 
	vertical-align: middle; 
	padding-right: 1em;
	font-family: Arial, sans-serif;
	letter-spacing: 2px;
}
div.topframe img { 
	vertical-align: middle; 
	border: none;
}
table.nopadding {
	border-collapse: collapse;
	border-spacing: 0;
}
td.menulinebelow {
	border-bottom: 1px solid #FFEA63;
}

/* left frame - absolute positioning necessary due to IE float-next-to-table-with-100%-bug */
div.leftframe {
  width: 180px;
  position: absolute;
  top: 100px;
  left: 0px;
  padding-left: 10px;
}
ul.menu {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  border-bottom: 2px solid #404040;
  color: #FFEA63;
}
ul.menu li.head {
  list-style-type: none;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid #404040;
}
ul.menu a.aktuelles {
  font-size: 17px;
}
ul.menu li.head a.head {
  color: #FFEA63;
  text-decoration: none;
  /* display: block; */
}
ul.menu li.head a:hover.head {
  color: #BBAA55;
}
ul.menu a.programm {
  font-size: 19px;
}
span.arrow {
  color: #BBAA55;
  font-size: 19px;
  line-height: 0.5em;
  position: relative;
  font-weight: bold;
  top: 0.1em;
}

/* Footer */
div.footer {
  height: 20px;
}

/* Submenü */
.submenu ul {
  padding: 0 0 0 1.2em;
  margin: 0px;
  list-style-type: disc;
}
.submenu ul.nobullet {
  padding-left: 0;
}
.wichtig .submenu ul {
  padding-top: 4px;
}
.wichtig .submenu ul li {
  padding-bottom: 2px;
}
.submenu ul li a {
  color: #FFEA63;
  text-decoration: none;
  font-size: 11px;
}
.submenu ul li a:hover {
  color: #BBAA55;
}

/* Content */
div.content {
  width: 775px; 
  margin-left: 210px;
  min-height: 600px;
  color: #E0E0E0;
  border-top: 2px solid #404040;
}
div.content div.padcontent { 
  margin: 10px 20px; /* margin, damit h1-top-margin nicht nocheinmal gerechnet wird */ 
}
div.content h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
div.content h2 {
  font-size: 14px;
  font-weight: bold;
}
div.content a {
  color: #FFEA63;
  text-decoration: none;
}
div.content a:hover {
  text-decoration: underline;
}
div.content img.nonlinkfotofull,
div.content img.nonlinkfoto {
  border: 1px solid #393939;
}
div.content img.nonlinkfoto {
  border-bottom: 1px solid #404040;
}
div.content a.linkfoto img {
  border: 1px solid #393939;
  border-bottom: 1px solid #404040;
}
div.content a.linkfoto:hover img {
  border: 1px solid #404040;
  border-bottom: 1px solid #404040;
}

/* Stücke */
div.stueck {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 2em;
}
div.stueck div.autor {
  font-size: 17px;
}
div.stueck div.titel {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
div.stueck ul.teile {
  padding-left: 0px;
  margin-left: 0px;
}
div.stueck ul.teile li {
  list-style-type: none;
}
div.stueck table.nofloat {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
div.stueck table.twocolumn { margin-left: auto; margin-right: auto; }
div.stueck table.twocolumn td { vertical-align: top; }
div.stueck .besetzung {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  border-collapse: collapse;
}
div.stueck table.besetzung tr td {
  border-bottom: 1px solid #404040;
  vertical-align: top;
}
div.stueck table.besetzung td.rolle {
  text-align: left;
  padding-right: 2em;
}
div.stueck table.besetzung td.schauspieler,
div.stueck table.besetzung td.darsteller {
  text-align: right;
  white-space: nowrap;
}
div.stueck table.besetzung tr.abstand td { 
  padding-top: 1em;
}
div.stueck table.besetzung small {
  font-style: italic;
}
div.stueck div.premiere {
  margin-top: 1em;
  margin-bottom: 1em;
}
div.stueck div.weitereRollen p {
  margin-bottom: 1em; 
}
div.stueck div.weitereTermine,
span.sitzplanlink {
  font-size: 11px;
}
div.content div.centerfoto {
  margin: 1em auto;
}
div.stueck div.foto {
  float: right;
  padding-left: 0.5em;
  padding-bottom: 1em;
}
div.stueck div.fotoinhalt {
  float: right;
  margin-top: 2em;
  padding-bottom: 1em;
  clear: both;
}
div.stueck div.fotoinhaltlinks {
  float: left;
  margin-top: 2em;
  padding-bottom: 1em;
  padding-left: 20px;
  clear: both;
}
div.stueck div.foto img,
div.stueck div.fotoinhalt img,
div.stueck div.fotoinhaltlinks img,
img.smallborder {
  border: 1px solid #393939}
div.stueck div.fototitel {
  font-size: 11px;
}
div.stueck div.inhalt {
  margin-top: 2em;
  margin-left: 20px;
  text-align: left;
}
div.stueck div.inhalt div.ueberschrift {
  font-style: italic;
}
div.stueck div.inhalt p {
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: justify;
}
div.stueck div.inhalt p.neuerAbschnitt {
  margin-top: 1em;
}
div.stueck div.inhalt .highlight { font-style: italic; }
div.stueck div.inhalt .gross { font-size: 18px; }
div.stueck div.nebenfoto {
  margin-right: 320px;
}

/* Sitzpläne */
div.sitzplan div.sitzplanbild { 
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  text-align: center;
}
div.sitzplan div.sitzplanbild table {
  width: 100%;
}
div.sitzplan div.sitzplanbild table tr.label td {
  font-weight: bold;
}
div.sitzplan h1 {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
div.sitzplan h2 {
  margin-top: 0;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: normal;
}
div.sitzplan div.textunten {
  padding-top: 1em;
  clear: left;
  text-align: center;
}
div.sitzplan div.foto { 
  text-align: center;
  padding-top: 2em;
  clear: both;
}
div.sitzplan div.sitzplantitel {
  border: 2px solid white;
  text-align: center;
  padding: 10px; 
  text-transform: uppercase;
  font-size: 32px; 
  margin-bottom: 10px;
}

table.preise {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid black;
}
table.preise tr th,
table.preise tr td {
  white-space: nowrap;
  border: 1px solid #393939;
  padding: 2px;
  background-color: #C0C0C0;
  color: black;
  text-align: left;
}
table.preise tr td.farbname {
  padding-right: 0.5em;
  border-right: none;
}
table.preise tr td.farbe {
  border-left: none;
}
table.preise tr td.farbe div {
  width: 40px;
  height: 80%;
  border: solid 1px black;
}
table.preise td.preis {
  text-align: center;
}
div.rot {  background-color: #CC3300}
div.blau {  background-color: #66CCFF}
div.gruen {  background-color: #66CC99}
div.violett {  background-color: #9966CC}
div.gelb {  background-color: #FFFF99}
div.rosa {  background-color: #FF99CC}
div.grau {  background-color: #999999}
div.braun { background-color: #996633}
div.orange {  background-color: #FF9933}
div.weiss { background-color: #FFFFFF}
div.preise div.mwst {
  font-size: 11px;
  padding-bottom: 1em;
  text-align: center;
}
div.nebenSitzplan p {
  margin-bottom: 1em;
  text-align: left;
}

/* Entwuf */
div.fotoplatzhalter {
  background-color: gray;
  width: 300px;
  height: 420px;
}
div.fotoplatzhalter p { padding: 5em 2em; }

/* IE macht Probleme, wenn das folgende in einem
   float verwendet wird */
div.content div.centerfoto div.fotoplatzhalter {
  margin-left: auto;
  margin-right: auto;
}

