@charset "utf-8";

/* DIV-Container fuer Pflegesymbole */


/* Waesche */
.waesche_95{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/95_kochwaesche_norm_waschg.gif);
}

.waesche_schonend_95{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/95_kochwaesche_schon_waschg.gif);
}

.waesche_60{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/60_buntwaesche_norm_waschg.gif);
}

.waesche_schonend_60{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/60_buntwaesche_schon_waschg.gif);
}

.waesche_40{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/40_norm_waschg.gif);
}

.waesche_schonend_40{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/40_schon_waschg.gif);
}

.waesche_spez_40{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/40_spez_schon_waschg.gif);
}

.waesche_30{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/30_norm_waschg.gif);
}

.waesche_schonend_30{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/30_schon_waschg.gif);
}

.waesche_spez_30{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/30_spez_schon_waschg.gif);
}

.waesche_hand{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/handwaesche.gif);
}

.waesche_nicht{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/nicht_waschen.gif);
}

/* Bleichen */

.bleichen_chlor{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/00_bleichen.gif);
}

.bleichen_sauerstoff{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/sauerstoffbleiche.gif);
}

.bleichen_nicht{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/nicht_bleichen.gif);
}

/* Trocknung */

.trocknen_normal{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/norm_trocknung.gif);
}

.trocknen_reduziert{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/schon_trocknung.gif);
}

.trocknen_nicht{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: no-repeat center bottom url(../images/nicht_tumbler_trocknen.gif);
}