@charset "utf-8";
.content {
	padding: 15px 0;
    width: 758px; /* -2px because border */
    margin-left: 200px;
	background: #FFFFFF;
	border: 1px solid rgb(106, 104, 51);
}

.content ul, .content ol {
    padding: 0 15px 15px 40px;
}

.ueberschrift-1 {
    color: rgb(103, 53, 0);
    font-size: 20px;
    font-family: Calibri;
}

.ueberschrift-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0px;
}

.absatz {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
}

.date {
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
}

.flash {
padding-top: 14px;

}