body {
	background: #D4D4D4;
	margin: 0;
}
table, tr, td, p {
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
div.content {
	color: #000;
    float: right;
    width: 70%;
}
.navi {
	color: #000;
    float: left;
    margin-right: 5px;
    width: 25%;

}
.parent {
    display: table;
    margin-bottom: 5px;
    width: 100%;
}
a.content:link, a.content:visited, a.content:hover {
	color: #000;
}
.geschrieben{
    font-size: 9px;
    padding: 0 0 7px 0;
    display: inline-block;
}
a:link {
	color: #900090;
}
a:visited {
	color: #561256;
}
a:hover {
	color: #561256;
}
a:active {
	color: #561256;
}
.content_bottom{
    width: 800px;
}
.katerogien > tbody > tr > td:first-child{
    font-weight: bold;
}
.katerogien:after{
    display: block;
    content: ' ';
    width: 1px;
    height: 5px;
}
.navi > table > tbody > tr > td > a{
    line-height: 24px;
    display: block;
}
div.content > img, div.content > p >img {
    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    div.content > img, div.content > p >img  {
        height: auto;
        max-width: 65%;
    }
    .content_bottom{
        width: 100%;
    }
    .navi {
        display: table-header-group;
        width: auto;
        float: none;

    }
    .navi > a {
        margin-bottom: 4px;
    }
    div.content {
        display: table-footer-group;
        float: none;
    }
    div.content > h1, div.content > p{
        padding-right: 2px;
    }
    h1{
        font-weight: bold;
        font-size: 130%;
    }
}
