/* ***SLUZBA DETAIL*** */

/* ...POSKYTOVATEL a ZARIZENI... */

#zarizeni-poskytovatel {
	background-position: right bottom;
	background-image: url("../css/grafika/Zariz_okno.jpg");
	background-repeat: no-repeat;
	background-color: white;
	
	_background-image: none;
	_background-color: transparent;
}

#zarizeni-poskytovatel div.fieldset-content{
	background-image: none;
	background-color: transparent;
	
	_background-position: right bottom;
	_background-image: url("../css/grafika/Zariz_okno.jpg");
	_background-repeat: no-repeat;
}

/* ...UDAJE SLUZBY... */

#socialni-sluzba {
	background-position: right bottom;
	background-image: url("../css/grafika/SocSluzba.jpg");
	background-repeat: no-repeat;
	background-color: white;
	
	_background-image: none;
	_background-color: transparent;
}

#socialni-sluzba  div.fieldset-content{
	background-image: none;
	background-color: transparent;
	
	_background-position: right bottom;
	_background-image: url("../css/grafika/SocSluzba.jpg");
	_background-repeat: no-repeat;
}

/* ...DOPLNKOVE UDAJE... */

#doplnkove-udaje {
	background-position: right center;
	background-image: url("../css/grafika/PrilohSoub2.jpg");
	background-repeat: no-repeat;
	background-color: white;
	
	_background-image: none;
	_background-color: transparent;
}

#doplnkove-udaje div.fieldset-content {
	background-image: none;
	background-color: transparent;
	
	_background-position: right center;
	_background-image: url("../css/grafika/PrilohSoub2.jpg");
	_background-repeat: no-repeat;
}

