html {
    background: #6c6c6c;
}

body {
    text-align: center;
    font-family: verdana, sans-serif;
    color: #cdd2d3;
}

#main, #header, #menuMain, #content, #path, #contentMain, #sidebar, #footer, #disqus_thread, #disqus_thread div {
    overflow: hidden;
}

#main {
    width: 1003px;
    margin: 0 auto;
    background: transparent url( '../images/sun.jpg' ) no-repeat 518px 0;
    text-align: left;
}

#header {
    width: 183px;
    height: 92px;
    padding: 10px 0 0 820px;
    color: #252525;
    color: #000;
    background: transparent url( '../images/theaterandergumpendorferstrasse.jpg' ) no-repeat 0 12px;
    text-transform: uppercase;
}

#logo:hover {
    cursor: pointer;
}

#logo {
    margin-bottom: 22px;
}

#logo, #logo img {
    display: block;
    height: 195px;
    width: 188px;
}

#menuMain {
    position: relative;
    top: -53px;
    width: 259px;
    float: left;
    padding-bottom: 208px;
    background: transparent url(../images/kopfAch.jpg) no-repeat scroll 100% 100%;    
}

#level1 {
    padding-bottom: 23px;
    margin: 0 0 0 86px;
}

#level1 ul {
    line-height: 18px;
    margin: 0 0 14px 16px;
}

#level1 li {
    line-height: 1em;
    margin: 9px 0 9px 0;
}

#contentMain {
    float: left;
    width: 537px;
    padding: 0 0 23px 18px;
    background: #424242;
    border-top: 3px solid #cdd2d3;
}

#disqusContainer {
    position: relative;
    left: -18px;
    float: left;
    width: 537px;
    *width: 519px;
    _width: 507px;
    padding: 23px 18px 23px 18px;
    background: #424242;
    border-top: 3px solid #cdd2d3;
}

#disqusContainer.guestbook {
    left: 0;
    float: left;
    width: 537px;
    padding: 23px 0 23px 18px;
    background: #424242;
    border-top: 3px solid #cdd2d3;
}

#disqus_thread {
    height: auto !Important;
    height: 390px;
    min-height: 390px;
    margin-bottom: 0;
    background: #424242 url( '../images/spinner.gif' ) no-repeat center center !Important;
}


#sidebar {
    position: relative;
    top: -50px;
    margin-top: 173px;
    float: left;
    width: 177px;
    padding: 0 0 23px 11px;
}

#contentRelated {
    border-top: 1px solid #646464;
}

#contentGlobal, #contentGlobal * {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

#contentRelated, #contentRelated * {
    text-decoration: none;
    color: #f1d318;
    text-transform: uppercase;
}

#path {
    height: 34px;
    padding: 0 18px;
    margin: 0;
    line-height: 34px;
    font-size: 77%;
}

#footer {
    clear: both;
    color: #393939;
    width: 519px;
    padding: 2px 0 200px 277px;
}


/* LINKS */

a:link, a:visited {
    outline: none;
    color: #cdd2d3;
    text-decoration: underline;
}

a:hover, a:active {
    color: #888;    
}

a.active {
    text-decoration: none;
    font-weight: bold;
    color: #f1d318;
}

#menuMain a:link, #menuMain a:visited {
    text-decoration: none;
    text-transform: uppercase;
    color: #1c1c1c;
    color: #000;
    font-weight: bold;
}

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

#menuMain a:active, #menuMain a.active {
    color: #f1d318;
}

.timetable .booklink a {
    text-decoration: none;
    color: #f1d318;
}

.timetable .booklink a:hover {
    color: #cdd2d3;
    text-decoration: underline;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
    text-decoration: underline;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: #cdd2d3;
}

#contentRelated a:hover, #contentGlobal a:hover {
    color: #333;
}

#path a {
    text-decoration: none;
    text-transform: uppercase;
}

#footer a:link, #footer a:visited {
    color: #393939;
}

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

#footer a:active {
    color: #f1d318;
}

#header a:link, #header a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

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

#header a:active {
    color: #f1d318;
}


/* CONTENT */

h1 {font-size: 182%;   font-weight: normal; font-style: normal; color: #f1d318; margin-bottom: 0.5em; }
h2 {font-size: 153.9%; font-weight: normal; font-style: normal; color: inherit; margin-bottom: 0.7em; }
h3 {font-size: 123.1%; font-weight: bold;   font-style: normal; color: #f1d318; margin-bottom: 0.7em; text-transform: uppercase; }
h4 {font-size: 108%;   font-weight: normal; font-style: normal; color: #fff;    margin-bottom: 0.2em; }
h5 {font-size: 93%;    font-weight: normal; font-style: normal; color: #f1d318; margin-bottom: 0.2em; text-transform: uppercase; }
h6 {font-size: 77%;    font-weight: normal; font-style: normal; color: inherit; margin-bottom: 0.2em; text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
    margin: 9px 18px 0 0; 
}

h1 {
    margin-bottom: 0.5em;
}

form, blockquote, cite, code, p, pre, samp, tt, ul, ol, dl, table, hr {
    margin: 0 18px 1.2em 0;
}

#header form, #header blockquote, #header cite, #header code, #header p, #header pre, #header samp, #header tt, #header ul, #header ol, #header dl, #header table, #header hr {
    margin-bottom: 0.6em;
}
#contentGlobal form, #contentGlobal blockquote, #contentGlobal cite, #contentGlobal code, #contentGlobal p, #contentGlobal pre, #contentGlobal samp, #contentGlobal tt, #contentGlobal ul, #contentGlobal ol, #contentGlobal dl, #contentGlobal table, #contentGlobal hr {
    padding: 9px 0;
    margin: 0;
    border-top: 1px solid #646464;:
}

#contentRelated form, #contentRelated blockquote, #contentRelated cite, #contentRelated code, #contentRelated p, #contentRelated pre, #contentRelated samp, #contentRelated tt, #contentRelated ul, #contentRelated ol, #contentRelated dl, #contentRelated table, #contentRelated hr { 
    padding: 0;
    margin: 9px 0;
}

big
{
    font-size: 108%;
    text-transform: uppercase;
}

big, b, strong
{
    color: #f0d318;
}

em {
    font-weight: bold;
}

/* TABLE */

table {
    clear: both;
    width: 519px;
    empty-cells: show;
    border-collapse: collapse;
    border: 1px solid #444;
}

tr {
    margin-right: 18px;
}

td, th {
    background: #555;
    padding: 9px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}


/* IMAGES */

img, a img {
    border-style: none;
}

.image.large, .image.medium, .image.mediumright, .image.mediumRight, .image.small, .image.smallright, .image.smallRight, .image.sidebar, .youtube.small, .youtube.smallright {
    margin: 0 18px 18px 0;
    _margin: 0 4px 4px 0;
    display: block;
}

.image img {
    display: block;
    width: 100%;
}

.image.original img {
    display: inline;
    width: auto;
}

.image.original {
    padding: 0;
    margin: 0;
}

.image.large {
    clear: both;
    position: relative;
    left: -18px;
    _left: -9px;
    margin: -9px 0 -9px 0;
    width: 555px;
}

.image.medium, .image.mediumright, .image.mediumRight {
    float: left;
    width: 241px;
}

.image.mediumright, .image.mediumRight  {
    float: right;
    margin: 0 0 18px 18px;
    _margin: 0 0 18px 8px;
}

.image.small, .image.smallright, .image.smallRight {
    float: left;
    width: 155px;
}

.image.smallright, .image.smallRight {
    float: right;
    margin: 0 0 18px 18px;
    _margin: 0 0 18px 8px;
}

.image.sidebar {
    clear: both;
    float: none;
    width: 189px;
    margin: 0;
    padding: 3px 0;
}

.youtube {
    position: relative;
    left: -18px;
}

#sidebar .youtube {
    left: 0;
}

.image .description
{
    display: block;
    clear: both;
    color: #a6a6a6;
}

span.gallery {
    display: block;
    float: left;
    width: 155px;
    height: 155px;
    overflow: hidden;
    background-color: #333;
    margin: 0 18px 18px 0;
}

span.gallery a {
    display: block;
    width: 100%;
    height: 100%;
}

span.gallery img {
    position: relative;
    left: -70px;
    top: -50px;
    width: auto;
    /* IE HACKS */
    *left: 0px;
    *top: 0px;
    *width: 155px;
    *height: 155px;
}

/* FLASH */
.flash {
    width: 555px;
    position: relative;
    left: -18px;
    top: -16px;
}

#path li {
    float: left;
    padding: 1px 2px 1px 0;
}


/* PRODUCTIONS */
div.production
{
    position: relative;
    left: -18px;
    clear: both;
    float: left;
    padding: 18px;
    width: 537px;
    _width: 527px;
    *width: 537px;
    *padding-right: 0;
    border-top: 1px solid #cdd2d3;
}

div.production .detailLink
{
    display: block;
    text-align: right;
    padding-right: 18px;
}

.detailLink:before {
    content: '...';
}

.actions {
    margin: 18px 18px 18px 0;
    text-align: right;
}

.actions a {
    color: #fff;
}

/* timetable */

.timetable {
    border-collapse: collapse;
    empty-cells: show;
}

.timetable .monthyear {
    background: transparent;
    border-bottom: none;
    padding-top: 0;
}

.timetable .monthyear h2 {
    padding: 0;
    margin-top: 14px;
    line-height: normal;
}

.timetable .weekday {
    width: 1%;
}

.timetable .day {
    text-align: right;
    width: 1%;
}

.timetable .time {
    text-align: right;
    width: 1%;
}

.timetable .booklink {
    width: 25%;
}

.timetable .description {
    width: 65%;
}



/* MISC */
a.produktionen:link, a.produktionen:visited, a.produktionen:hover, a.produktionen:active, a.produktionen:link.active, a.produktionen:visited.active, a.produktionen:hover.active, a.produktionen:active.active {
    display: none;
}

#level2 a.produktionen:link, #level2 a.produktionen:visited, #level2 a.produktionen:hover, #level2 a.produktionen:active, #level2 a.produktionen:link.active, #level2 a.produktionen:visited.active, #level2 a.produktionen:hover.active, #level2 a.produktionen:active.active {
    display: inline;
}

body .caps, #contentGlobal .caps, #contentRelated .caps, body * .caps, #contentGlobal * .caps, #contentRelated * .caps {
    color: inherit;
}

#disqus_thread div {
    margin-right: 18px;
    background-color: #424242;
}

#disqus_thread div div{
    margin-right: 0;
}

select {
    background: #fff;
}

div.line {
    clear: both;
    position: relative;
    left: -18px;
    width: 555px;
    height: 1px;
    line-height: 0;
    border-top: 1px solid #cdd2d3;
    margin: 18px 0;
}

#sidebar div.line {
    left: 0;
    width: 100%;
    margin: 11px 0;
    border-color: ;
    margin: 9px 0;
    border-color: #646464;
}
