/* 
 * Screen-Stylesheet für charivari-theater.de
 * Autor: Mirko Westermeier (www.memowe.de)
 */

/* Allgemein */

strong { font-weight: bold }
em { font-style: italic }
a { text-decoration: underline }
a img { border: none }
p { margin: .66em 0 }
body {
    font-family     : sans-serif;
    font-size       : 13px;
    line-height     : 130%;
}
td, th {
    vertical-align  : top;
    text-align      : left;
}

/* Layout */

a {
    color           : maroon;
    background-color: transparent;
}

html, body {
    margin          : 0;
    padding         : 0;
    color           : black;
    background-color: white;
}

#content #stuff {
    width           : 700px;
    margin          : 0 auto;
    padding         : 30px 0;
}


/* Spezielles */

h2.clickable,
h3.clickable {
    border-bottom   : none !IMPORTANT;
    text-decoration : underline;
    color           : maroon;
    cursor          : pointer;
}

div.month table.days {
    border-collapse : collapse;
}

div.month table.days td {
    padding         : 5px 7px;
    vertical-align  : top;
}

.light {
    background-color: #eed;
}

.diashow img {
    padding         : 5px;
}

table#spieler td {
    padding         : 5px;
}

.stueck {
    padding         : 5px 10px;
}

.stueck h3 {
    margin-top      : 0;
}

.stueckbild {
    float           : left;
    margin          : 0 10px 10px 0;
}

.stueckfotos {
    text-align      : right;
    clear           : left;
}

hr {
    margin          : 1.5em 0;
    background-color: transparent;
    border          : solid black;
    border-width    : 0 0 1px 0;
}

