/* Indexseite */
	/* Überschrift (Losung für... , Monatsspruch für ...) */
	.content {
		width: 500px;
		padding:10px 0px 5px;
		text-align: center;
		position: relative;
		color: #990000;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
	}
	/* Text */
	.spruch {
		width: 500px;
		padding:5px 0px;
		text-align: center;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		color: #000066;
	}
	/* Bibelstelle */
	.wo {
		width: 500px;
		text-align: right;
		position: relative;
		font-size: 12px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		color: #000066;
	}
	/* versteckter Adminlink */
	.secret {
		color: #FFFFFF;
		text-decoration: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}

