/* Datei: Elke1.CSS */


/* Grundeinstellung: */
/* Textfarbe weiß: */
/* Schrift: ComicSans, 11 pt: */
/* Textausrichtung: Blocksatz: */
BODY {
	background: #008080;
	color: Black;
	font-family: "Comic Sans MS";
	font-size: 28pt;
	text-align: justify;
	vertical-align: middle;
	background-color: Black;
	background-image: url(bilder/inselneu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: bold;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #CE9C6A;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #CE9C6A;
	scrollbar-arrow-color: Black;
}
/* Textausrichtung: centriert: */

.test {
	color: #CE9C6A;
}


/* Links */
A {
	text-decoration: none;
	background-color: transparent;
	color: Black;
}
