/* Datei: Elke1.CSS */


/* Grundeinstellung: */
/* Textfarbe weiß: */
/* Schrift: ComicSans, 11 pt: */
/* Textausrichtung: Blocksatz: */
BODY {
	background: Silver;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
	vertical-align: middle;
	background-color: Silver;
	font-style: italic;
	font-weight: bold;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: Silver;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: Gray;
	scrollbar-arrow-color: Silver;
}
/* Textausrichtung: centriert: */

td {
	background: Silver;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	background-color: Silver;
}
h1 {
	font-family: "Lucida Handwriting";
	font-size: 28pt;
	text-align: center;
}


/* Links */
A {
	font-size: 10pt;
	text-decoration: none;
	background-color: transparent;
	color: Navy;
}

a:hover {
	color: Fuchsia;
}

.re {
	text-align: right;
}