/* Klassen für Humorseiten */
	/* Witze */
	.witz1 {
		margin-bottom: 10px;
	}
		
	.witz2 {
		margin-bottom: 10px;
		color: #0066CC;
	}
	/* Ausrichtung der Bilder/ Texte Auswahlseite */
	.zelle {
		text-align: center;
		height: 48%;
		width: 48%;
		float: left;
		font-size: 16px;
		font-weight: bold;
	}
