.jquery-checkbox-box {
	display: inline;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
/*	cursor: hand; das stammt noch aus IE 5.0 Zeiten */
}

.jquery-checkbox {
	display: inline;
}

.jquery-checkbox .mark {
	display: inline;
}

.jquery-checkbox img {
	vertical-align: middle;
	width: 44px;
	height: 18px;
	padding-right: 4px;
}

.jquery-checkbox img {
	background: transparent url(../../img/layout/checkbox_zf.png) no-repeat;
}

.jquery-checkbox img {
	background-position: 0px 0px;
}

.jquery-checkbox-hover img {
	background-position: 0px -18px;
}

.jquery-checkbox-checked .jquery-checkbox img {
	background-position: 0px -36px;
}

.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -54px;
}

.jquery-checkbox-disabled img {
	background-position: 0px -80px;
}

.jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0px -100px;
}
