/* Allgemein */

#CObible {
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
}

#CObible img {
	border: 0;
}

#CObibleCR {
	text-align: right;
	color: grey;
	font-size: small;
}

#CObible hr {
	size: 0;
	height: 0;	
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted lightgrey;
}

/* Überschriften */
.CObibleTitel1 {
	
	text-algin: center;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
}

.CObibleTitel2 {
	margin-bottom: 5px;
	margin-top: 5px;
}


.CObibleEinleitung {
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	margin-left: 20px;

}

/* Verse */

.CObibleVers {
	line-height: 1.7em;
	text-indent: -18px;
	margin: 0;
	padding: 0;
	margin-left: 20px;

}

.CObibleVersNr {
	color: grey;

}

.CObibleSelect {
	background-color: #fffb90;
}


/* Fußnoten */

.CObibleFootLNK {
	color: grey;
	font-size: small;
}

.CObibleFootLNKpopUp {
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1em;
	vertical-align: super;
	color: orange;
}

.CObibleFoot {
	color: grey;
	font-size: x-small;
}




/*------------------Menü-Leiste----------------*/

#CObibleMenu {
	margin: 5px;
	padding: 10px;
	border-top: 1px dotted lightgrey;
	border-bottom: 1px dotted lightgrey;
}

#CObibleMenu .MenuButton {
	width: 20%;
	float: left;
	text-align: center;
}


#CObibleMenuSub {
	margin: 5px;
	padding: 10px;
	text-align: center;
	border-top: 1px dotted lightgrey;
	border-bottom: 1px dotted lightgrey;
}

