
.celltablebackground {color: white;
/*	background-image: url(../backgrounds/img_0800-piece-blurred.jpg);*/
	}

.welcome {font-size: 32px; text-shadow: 2px 2px 2px black; }

.text4 {font-size: 18px; text-shadow: 2px 2px 2px black; }

.text5 {font-size: 24px; text-shadow: 2px 2px 2px black; }

.special {font-size: 28px;
	color: white;
	background: black;
	}


.main { font-family: Arial;
	background: black;
	color: white;
	background-image: url(../backgrounds/DSC_2114-sundown.jpg);
	background-size: cover;        /* streckt das Hintergrundbild auf die gesamte Größe - zu große Teile werden abgeschnitten */
	background-position: center;   /* zentriert das Hintergrundbild */
	background-repeat: no-repeat;  /* keine Wiederholungen */
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 230px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	text-align: center;
	}

