@font-face {
    font-family: "TenorSans";
    src: url("/font/TenorSans-Regular.ttf") format("truetype");
}

body {
    font-size: 15px;
    text-align: left;
    font-family: sans-serif;
}

p {
    margin-bottom: 10px;
    line-height: 130%;
    font-size: 100%;
}

img {
    margin: 5px 0;
}

ul, ol {
    margin-bottom: 10px;
}

li {
    position: relative;
    left: 2em;
    padding-right: 2em;
}

h1 {
    margin-bottom: 10px;
    color: #b30012;
    font-size: 230%;
}

h2 {
    margin-bottom: 7px;
    font-size: 150%;
}

h3 {
    margin-bottom: 4px;
    font-size: 125%;
}

h4 {
    margin-bottom: 3px;
    font-size: 100%;
}

a {
    color: #00331f;
}

a:visited {
    color: #00331f;
}

a:hover {
    text-decoration: overline underline;
}

hr {
    margin: 9px 0;
}

table {
    border-spacing: 0;
    color: #000000;
    width: 100%;
}

td, th {
    padding: 2px;
    color: #000000;
    vertical-align: top;
}

th {
    font-weight: bold;
}

td p, th p {
    margin: 5px 0;
}

.nyckelharpa-gruen {
    color: #00663d;
}

.nyckelharpa-rot {
    color: #b30012;
}

.schwarz {
    color: #000000;
}

h1.kein-unterer-abstand, h2.kein-unterer-abstand, h3.kein-unterer-abstand, h4.kein-unterer-abstand, p.kein-unterer-abstand {
    margin-bottom: 0;
}

.kleine-schrift {
    font-size: 80%;
}