<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #FFFFFF;
}
A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #DADCDD;
	text-decoration : underline;
}
A:HOVER {
	color : #FFFFFF;
	text-decoration : none;
}
.content {
	padding-left : 15px;
	padding-top : 15px;
	padding-bottom : 15px;
	padding-right : 15px;
}

.ueberschrift {
    font-size : larger;
    font-weight : bolder;
}

.ueberschrift2 {
    font-size : large;
    font-weight : bold;
}

ul {
    list-style-image : url(../img/punkt.gif);
    margin-left: 25px;
    list-style-type : none;
}

.input_text {
    border : none;
    background-color: #FFFFFF;
}

.input_button {
	background-color: #484E51;
    border: none;
    color: #FFFFFF; 
}
</pre></body></html>