@import url("/css/standard.css");

.center {
    text-align: center;
}

.SM {
    font-size: 70%;
}

.SeitenName {
    font-size: 120%;
    font-variant: small-caps;
    font-weight: bold;
}

.BM {
    font-size: 130%;
    font-weight: bold;
}

.Rahmentabelle {
    font-size: 12px;
}
.Rahmentabelle table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    border-collapse: collapse;
}
.Rahmentabelle * td {
    padding: 2px;
    border-width: 1px;
    border-color: #999999;
    border-style: solid;
}

.RahmentabelleHell {
    font-size: 12px;
}
.RahmentabelleHell table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #95ddff;
    text-decoration: none;
    border-collapse: collapse;
}
.RahmentabelleHell * td {
    padding: 2px;
    border-width: 1px;
    border-color: #999999;
    border-style: solid;
}
