body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    min-height: 100vh;
}

main {
    padding: 50px 0;
}

.container {
    max-width: 840px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0px;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 20px;
}

.page-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    color: #000;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    clear: both;
    padding-top: 20px;
}

.t1 {
    background-color: #fff;
    border-top: 1px dotted #000;
}

.t2 {
    background-color: #fff;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}

.img {
    float: right;
    border: 0px solid #a9a9a9;
    margin: 5px 5px 0px 15px;
}

main a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

main a:hover {
    background-color: #ddd;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.titel {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.content-container {
    padding: 60px 15px;
    text-align: left;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575240;
	text-decoration: none;
	font-style: italic;
}
main a:hover {
	background-color: #f6f3e6;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.titel {
    font-weight: bold;
}
.text {
    line-height: 1.4;
}
.zwischenlinie {
    width: 10px;
}
.t2 {
    padding: 7px;
}
.img {
    vertical-align: middle;
    margin-right: 5px;
}