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

/* Allgemeinplätze, Typo */

body {
    font-size       : 13px;
    font-family     : sans-serif;
    line-height     : 1.4em;
}
strong { font-weight: bold; font-style: normal }
em { font-weight: normal; font-style: italic }
a img { border: none }

address {
    font-style      : normal;
    font-weight     : normal;
    font-size       : .9em;
}

/* Layout */

body {
    color           : black;
    background-color: #c00000;
    margin          : 0;
    padding         : 0;
}

#navi {
    float           : left;
    margin          : 15% 0 0 0;
    padding         : 50px 0 0 0;
    width           : 250px;
    text-align      : right;
    color           : white;
    font-weight     : bold;
}

#navi li {
    margin          : 0;
    padding         : .33em 10px .33em 50px;
    list-style-type : none;
}

#content {
    background-color: white;
    color           : black;
    margin          : 0 0 0 250px;
    padding         : 50px 20px 20px 50px;
}

#content h1 {
    margin          : 0;
    padding         : 0;
}

#content h1 em {
    font-size       : 1.5em;
}

#content h2 {
    font-size       : 1.3em;
    margin          : 1.33em 0 .66em;
    padding         : 0;
    color           : #c00000;
}

#content h3 {
    font-size       : 1em;
    margin          : 1.33em 0 .66em;
    padding         : 0;
    color           : #c00000;
}

#content h4 {
    font-size       : 1em;
    margin          : 1.33em 0 .66em;
    padding         : 0;
    color           : black;
}

#content h2 a, #content h3 a {
    text-decoration : none;
    color           : #c00000;
}

#content p, #content ul, #content ol, #content dl, #content table {
    margin          : .66em 0;
}

#content table td, #content table th {
    vertical-align  : top;
}

#content table th {
    text-align      : right;
}

#content table.termin {
    border          : 1px solid gray;
    padding         : .25em 1ex;
}

#content table.termin td, #content table.termin th {
    margin          : 0;
    padding         : .25em 1ex;
}

address {
    margin          : 0 0 20px 250px;
    padding         : 10px;
    color           : #333;
    background-color: white;
    text-align      : right;
}

/*address .web {
    float           : right;
}*/

/* Links, Navi */

a {
    background-color: transparent;
    color           : black;
    text-decoration : underline;
}

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

#navi a {
    color           : white;
    text-decoration : none;
}

#navi a:hover, #navi strong {
    font-size       : 1.5em;
}

/* Wilde SoWo-Werbung */

#blink_sowo {
    position        : absolute;
    left            : 0;
    top             : 0;
    padding         : .5em 1ex;
    margin          : 0;
}

#blink_sowo a {
    font-size       : 1.2em;
    font-weight     : bold;
    text-decoration : blink;
}

#blink_sowo a:hover {
    font-size       : 1.2em;
    text-decoration : none;
}

