body {
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	background-color: black;
}
p {
	font-weight: normal;
	font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	line-height: 17px;
	color: #white;
	margin: 0 0 10px 0;
	padding: 0;
}
#allgemeinContent, #feiernContent {
	/* defined in the head for ns4 compatibility */
	position: absolute;
	left: 0;
	top: 0;
	width:360px;
	visibility: hidden;
	z-index: 1;
}

.text {
	font-weight: normal;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #white;
}

