/*
    Document   : tger.css
    Description:
        the style-sheet for tatarlar.de
        Einige Farbenangaben sind nicht sicher, wie "darkred", "tan", "wheat" usw
        Diese sind mit dem sechstellingen RGB-Code ersetzt worden, um sicherzustellen,
        dass die Darstellung in allen Browsern gleich ist. 2009-09-15: AM
*/
body {
    font-size: 12pt;
    font-family: Arial, Verdana;
    background-color:#8b0000; /*darkred*/
}
a {
    color:#fafad2; /* lightgoldenrodyellow;*/
    text-indent: 20pt;
    font-family: Verdana;
    text-align: center;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
table {
    background-color:#d2b48c; /* tan */
}
table td {
    border: medium none;
}
h1 {
    font-size: 20pt;
    color:#f5deb3; /*wheat*/
    background-color:#8b0000; /*darkred*/
    text-align: center
}
h2 {
    font-weight: bolder;
    font-size: 12pt;
    color:#8b0000; /*darkred*/
}
blockquote {
    border: thin solid #8b0000; /*darkred*/
    font-style: italic;
    text-align: center
}
a.referenz {
    text-indent: 0;
    font-style: italic;
    font-family: Arial;
    text-align: left
}
a.subpunkt {
    clear: right;
    font-size: 11pt;
    float: left;
    text-indent: 30pt;
    text-align: right
}
/* Anatoly hushna jerkesem */
table.termine {
    border-spacing:0;
    border: thin solid #8b0000; /*darkred*/
}

table.termine td  {
    border: thin solid #8b0000; /*darkred*/
    padding:0.5em;
}
.datum {
    font-weight: bold;
}


