@CHARSET "UTF-8";

body {
    margin:0;
    padding:0;
    font-family: 'Helvetica', Arial, Lucida Grande, sans-serif;
    background: #c0bcb2;
    visibility: visible;
    position: absolute;
    width: 100%;
}

a {color:#303030; text-decoration:underline;}

.titel {
	font-size: 36pt;
	color: #000000;
	font-weight: bold;
}

.hinweis {
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
}

.warnung {
    font-size: 12pt;
    font-family: 'Helvetica', Arial, Lucida Grande, sans-serif;
    color: #cc0000;
    font-weight: bold;
}

.eingabe {
    color: #000000;
    font-size: 12pt;
    font-family: 'Helvetica', Arial, Lucida Grande, sans-serif;
    font-weight: normal;
}

.button {
    color: #000000;
    font-size: 12pt;
    font-family: monospace;
    font-weight: bold;
}
